Git Product home page Git Product logo

Comments (4)

parshinsh avatar parshinsh commented on May 26, 2024

@whoisfrankyang Thank you for reaching out and for your interest in the SNIP project!

After replicating the steps from the repository, I didn't encounter this error.
Noticed that you're probably running the wrong command of 1d for loading 10d model. The parameters like max_input_dimension affects data generation, vocabulary size and thus, input embedding layers in the model architecture. To load snip-10dmax.pth model, set max_input_dimension 10 as suggested in the last line of run_pretrain.sh. Can you run this command and let me know if you still encounter the mismatch error?

python train.py --reload_model ./weights/snip-10dmax.pth --loss_type CLIP --dump_path ./dump --max_input_dimension 10 --latent_dim 512

from multimodal-math-pretraining.

whoisfrankyang avatar whoisfrankyang commented on May 26, 2024

This command worked!
After running this command, I noticed that it is still doing pre-training work based on the given checkpoint. In the paper, it says the model runs for about 220 epochs with 1000 iterations/epoch and batch size 256. Is the checkpoint snip-10dmax.pth the result of the model for running about 220 epochs? Since the training it still going on after I reload the checkpoint, would the training ever converge? And if so, do you have an estimation on how many epochs that will take. These information can give me a rough estimate on the training time. Thanks!

from multimodal-math-pretraining.

parshinsh avatar parshinsh commented on May 26, 2024

@whoisfrankyang Happy to hear that!
Yes, the released checkpoint is after about 200 epochs. If you continue training from there, you'll likely see minimal loss reduction, indicating near convergence.

Training time varies with your setup and task specifics. For reference on training times per epoch with our setup, you can check App B.

from multimodal-math-pretraining.

whoisfrankyang avatar whoisfrankyang commented on May 26, 2024

@parshinsh So from my understanding, there is not really a "convergence point" in this model where the training will just stop after that. The model can technically run to the max_epoch if we let it run.

from multimodal-math-pretraining.

Related Issues (1)

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.