Jonathan Lai

Results 3 issues of Jonathan Lai

We need some tests to make test out all the features of script generation and make sure they are generating an equivalent network.

Projections from some function inputs end up generating code like this: net_Learning__pre_built_.connect('', 'Gate', transform=transform) Where '' should be 'switch' This example was from trying to generate the chapter 6 tutorial...

Right now if you give the name of an existing termination, it'll create a new termination rather than using the existing one. The only way to use an existing termination...