Skip to content

Conversation

@hotpocket
Copy link

thano no longer supports the gpu flag per the errors I received when trying to run test.py

I also pointed conv2d to the version theano now recommends.

@hotpocket
Copy link
Author

Since Theano is being deprecated it shouldn't change much more :)

conv_out = conv.conv2d(
conv_out = conv2d(
input=self.inpt, filters=self.w, filter_shape=self.filter_shape,
image_shape=self.image_shape)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image_shape should be input_shape

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

Successfully merging this pull request may close these issues.

2 participants