Coder Social home page Coder Social logo

question about the results? about calc HOT 1 CLOSED

rpng avatar rpng commented on August 19, 2024
question about the results?

from calc.

Comments (1)

nmerrill67 avatar nmerrill67 commented on August 19, 2024

Hello. I have stored the exact data and readmes containing the command line arguments used in testNet.py in this google drive link. The Alderley dataset has to have the frames aligned in order to work with the code, and they have been in the data in the drive. As for your issues with training, I would suggest cross-validating the snapshotted models from different iterations. I only needed 200,000 iterations to achieve optimal results. Since it is an unsupervised learning method, we care less about the loss and more about the internal representation. Additionally, if you used a small batch size, more iterations may be required. I lowered the batch size from what I used in the released model for this repo since it may be too large for most users. Since I trained on multiple GPUs, I had an effective batch size on the order of 1800 instead of the default 256. You can enable multi-gpu training with nccl with Caffe. With this batch size and number of iterations, the number of epochs is roughly 42, which is the number of times the model sees all of the training data. I hope this helps.

from calc.

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.