Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: global name 'btc01' is not defined #24

Open
Danfoa opened this issue Jul 10, 2017 · 0 comments
Open

NameError: global name 'btc01' is not defined #24

Danfoa opened this issue Jul 10, 2017 · 0 comments

Comments

@Danfoa
Copy link

Danfoa commented Jul 10, 2017

Using the voxnet.layers.Conv3dLayer I am getting this error:

line 120, in get_output_for out_btc01 = conv3d2d.conv3d(signals=btc01, filters=self.W, NameError: global name 'btc01' is not defined

I use normal implementation
in_layer = layers.InputLayer(shape=(None, 100, None, None, None), input_var=foo) num_filters = 100 conv3d_voxnet = voxnet.layers.Conv3dLayer(in_layer, num_filters=num_filters, filter_size=(1, 1, 1))

Indeed the variable btc01 is not defined, a few lines up you find input_btc01, i try renaming the first one to the second but I am getting now new errors.

PS: I haven't been able to use a single layer form this git, all of them through me errors and force me to change Theano and Lasagne versions all the time, i am a little disappointed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant