karpathy / neuraltalk2

Efficient Image Captioning code in Torch, runs on GPU
5.49k stars 1.26k forks source link

Number of iterations settable? #169

Open Akito82 opened 7 years ago

Akito82 commented 7 years ago

Hi, right now I'm trying to train a model on my cpu. I have only 3 images and want to test if/how it works. Despite the few images the first iteration step took 50min, so it seems to be independent of the number of images. Can I set the number of iterations? Just to see if the Model file is created and works? Besides, after how many iterations is the model actually created?

j2233ack commented 7 years ago

Can you share your training json format?