tylergiallanza
tylergiallanza
I am having trouble adding a termination condition to a compiled composition. Following #1585 , I tried setting the `termination_processing` property on the Composition directly instead of specifying it in...
The documentation for running a composition in compiled mode, using the `Composition.run` method, currently lists that you can set `execution_mode=True` to try different LLVM computation modes in order. This appears...
Currently, the default learning rate for the `add_backpropagation_learning_pathway` function of `Composition` (learning_rate=0.05) is different than the default learning rate for `AutodiffComposition` (learning_rate=0.001). There may be good reasons for this discrepancy,...
I'm encountering performance issues in the first call to the `learn` function of an AutodiffComposition. The performance of the first call to the `learn` method seems to be highly dependent...