Code Monkey home page Code Monkey logo

Comments (5)

SaMnCo avatar SaMnCo commented on August 17, 2024

OK it was just a question of time. Now the .t7 file has evolved (it probably needs to process the 125k files first).

Closing.

from neuraltalk2.

 avatar commented on August 17, 2024

What do you mean by the .t7 file evolved? I'm trying to train a model without any fine tuning, but when the train.lua script ends, the only output is the model_id.json file.

from neuraltalk2.

SaMnCo avatar SaMnCo commented on August 17, 2024

Right, so eventually once you have a first t7, you may want to stop
training and change some settings before you restart. You don't have to
restart from 0, but tell your train.lua that you want to incrementally
improve this reference model.
This is also useful to add new training datasets.

Then when a json reaches enough perf, it will be merged into your
start-from model.
On Feb 4, 2016 16:50, "Joseph Choi" [email protected] wrote:

What do you mean by the .t7 file evolved? I'm trying to train a model
without any fine tuning, but when the train.lua script ends, the only
output is the model_id.json file.


Reply to this email directly or view it on GitHub
#47 (comment)
.

from neuraltalk2.

 avatar commented on August 17, 2024

I see. It sounds like I was just not being patient enough with the training script. About how many iterations should I expect until the first t7 shows up in the checkpoint_path? Or does that depend on my training data size?

from neuraltalk2.

 avatar commented on August 17, 2024

I just got your email. For others' reference:
"Json files are temporary / checkpoint models. When the validation of performance will be good enough, the json will be turned into a .t7, and a new "delta" model .json file will be created.
Essentially, .t7 are the results of long periods of compute, and .json are intermediate temporary models.

My first iteration to get a .t7 took more than a day on a g2.2xlarge on EC3, so I wouldn't worry unless it's been a week or so"

Thanks again!

from neuraltalk2.

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.