tombaranowicz / OneShotLearning

Contains Turi Create training script and iOS app for testing trained models.
1 stars 1 forks source link

Minimizing number of Iterations #1

Open FSDS0696 opened 2 years ago

FSDS0696 commented 2 years ago

Hello, I am trying to implement one-shot object detection, for that, I am following the video that you have shared on youtube. I want to minimize the number of iterations for training my model as I don't have a GPU machine and also I want to check is it helpful for my use case or not. Can you please help me in this case? Which file I can edit to minimize the number of iterations?

FSDS0696 commented 2 years ago

Hello, I am referring this repository but I want to train my own model. for that I need to minimize the number of iterations for the training so that I can check that the model is useful for me or not. From where I can minimize the number of iterations ? In which file I need to do the changes ? Or else how can I save my model in between by interrupting the session or anything ?

Thanks in advance.