-
Notifications
You must be signed in to change notification settings - Fork 68
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
Getting error when running run_training.py with custom dataset #50
Comments
|
Thank you so much for your prompt reply! 🙌
so confused...there are just 2.5k images:open_mouth: |
Hello, may I ask if you have solved this problem? |
I have the same problem, have you solve it? @AlexCHEU |
Hello, may I ask if you have solved this problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thanks for your wonderful work!
I have a question about running
run_training.py
with a custom dataset.create_from_images.py
, and finally got one TFRecord file. I was wondering if one single file is OK? (2.07G contains 2k images)python run_training.py --data-dir=<>d --result-dir=<> --dataset="train" --num-gpus=1 --total-kimg=10000 --mirror-augment=True
Is it related to the TensorFlow version? I am trying to implement the training session with Google Colab, it only provides Tensorflow 1.15.2 now...
Could you please help me finger what I did wrong?
Thanks for any of your help and happy CNY :)
The text was updated successfully, but these errors were encountered: