nonlinearIB
nonlinearIB copied to clipboard
How to set the bottleneck layer
Hi,
I can't find the bottleneck layer in buildmodel.py. And there is no such setting in the run.py file. How can we set the layer?
Best, Xu
You should be able to have 'buildmodel.py' construct everything for you. Or, even more simply, try
python run.py
(do python run.py --help
for instructions)
If you would like to construct things yourself, there is a bit of a tricky order to it. I put together a minimalmodel.py
to show you how to get off the ground.