Git Product home page Git Product logo

Comments (7)

dnouri avatar dnouri commented on July 2, 2024 2

Ah, it looks like you're using the Conv2DLayer implementation that doesn't like batches that aren't exactly of size batch_size. The cuda_convnet-based implementation (used in the tutorial) doesn't have this problem. See here for a discussion with two possible solutions.

from nolearn.

dnouri avatar dnouri commented on July 2, 2024 1

It turns out that there's a much easier solution to this problem. In the tutorial, I made an error and falsely set the input layer's shape[0] (the batch size) to be 128. This should have been None. I verified that with this setting the "legacy" Theano convnet layer (for CPU) is happy and every other layer that I tested was too.

So that means I could undo the forced_even change again. Please update your code.

from nolearn.

dnouri avatar dnouri commented on July 2, 2024

Could you try and print out the values of Xb.shape and yb.shape at this point:

batch_train_loss = self.train_iter_(Xb, yb)

from nolearn.

cancan101 avatar cancan101 commented on July 2, 2024
Xb (31, 1, 300, 400)
yb (31,)

from nolearn.

dnouri avatar dnouri commented on July 2, 2024

Well maybe an easier solution to what's discussed in that other ticket is to just hack BatchIterator to skip remainder batches that are smaller than batch_size. Could be an option to BatchIterator, maybe you want to send a pull request.

from nolearn.

cancan101 avatar cancan101 commented on July 2, 2024

Is there any performance gain to having the Theano compiler know up front the size of the batch size?

from nolearn.

dnouri avatar dnouri commented on July 2, 2024

Tried with a large net, didn't see any performance difference.

from nolearn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.