Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computing Resources #23

Open
rogershijin opened this issue Jan 16, 2019 · 5 comments
Open

Computing Resources #23

rogershijin opened this issue Jan 16, 2019 · 5 comments

Comments

@rogershijin
Copy link

rogershijin commented Jan 16, 2019

Could you give an idea of what computing resources you used to train your models and how long training took (along with how many epochs you trained for)?

@yu4u
Copy link
Owner

yu4u commented Jan 16, 2019

I'm using GTX 1080 / 1080Ti.
One epoch requires a few minutes.
Default training script runs for 60 epochs.

@AllenJac
Copy link

I have some questions about the train code, "train.py". When I run the code, all parameters are default, there is no mistake, but the code never stop. So I just use one image to train, and set "epoch=1", it still doesn't stop. Finally, I remove all my training images and set ("--image_dir", default=" ",), there is no path to train, it still can run without any mistakes. Do you know what's the reason and why it doesn't stop even train one image?

@yu4u
Copy link
Owner

yu4u commented Jan 23, 2019

I think I fixed this problem. #24
Could you try again after pulling the repository to adopt the PR?

@AllenJac
Copy link

Thanks for fixing it. But there is still something weird. I just use one image ( .jpg) from your training dataset to train, and set "epoch=2", other parameters are default, it still doesn't stop (Just keep "Epoch 1/2" and never stop), are there any thing I ignore?

@yu4u
Copy link
Owner

yu4u commented Jan 26, 2019

What is the training image size? If the image size is too small (< 64), training falls into an infinite loop...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants