kmantel

Results 56 comments of kmantel

The weights should be set to replicate the model but are not in this script. Additionally, even without the weights set, the generated GRAIN results shown in the documentation have...

Thanks for the report. I've just merged a fix for the crash. If you need the changes before it reaches release, install the devel branch: `pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git@devel`. But unfortunately,...

I've found this is the same problem as in several places, including the other "subfunctions" of `TransferWithCosts` (`intensity_cost_fct`, `adjustment_cost_fct`, etc). Currently we don't have any general way of dealing with...

Only some conditions are supported in compiled mode as of now: ``` Always Never Not All AllHaveRun Any AtTrial AtPass EveryNCalls BeforeNCalls AtNCalls AfterNCalls WhenFinished WhenFinishedAny WhenFinishedAll ``` I think...

@tylergiallanza I've just merged changes in #2305 into the devel branch including a new `Threshold` condition, which works with compilation and should let you match the behavior in your custom...

Closing this because compiled Threshold is available since v0.11.0.0, and other conditions are tracked elsewhere as mentioned above

I added that after noticing that copying AutodiffComposition.pytorch_representation to new contexts would end up deep copying entire Compositions and other Components. Is it safe to make pytorch_representation non-stateful? On Oct...

@jvesely, I wasn't able to replicate the error using Yotam's model from #1770, would you be able to test if these changes fix it? https://github.com/PrincetonUniversity/PsyNeuLink/compare/devel...kmantel:ec7c7490916d65fe5e2bc21e6c7e6787c9471e21 ([patch](https://github.com/PrincetonUniversity/PsyNeuLink/compare/devel...kmantel:ec7c7490916d65fe5e2bc21e6c7e6787c9471e21.patch)) It should fix a...

I think some merge commits from devel into master were not included on devel. I think we will make sure to advance devel to include these merge commits, unless you...

That's a good point. At one point we were starting to create a document for contributions, but we never completed it; we should revisit it when we can.