nonlinearIB icon indicating copy to clipboard operation
nonlinearIB copied to clipboard

How to set the bottleneck layer

Open spongezhang opened this issue 7 years ago • 1 comments

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

spongezhang avatar Oct 19 '17 04:10 spongezhang

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.

artemyk avatar Oct 19 '17 06:10 artemyk