-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Custom object detection ... #283
Comments
Hello, Kindly upgrade your Tensorflow GPU to 1.13.1 . It might solve the problem. |
I try it. After thet i have error:
I found idea to downgrade to 'Tensorflow GPU to 1.10' on thenserflow forum |
Please refer to the solutions provided in this thread. |
I try this configuration :
and have new error message:
|
and one more:
|
There is a chance your GPU memory cannot handle the batch_size = 4. Try to keep it as 2 and see if the problem persists. Also see the discussion below. https://stackoverflow.com/questions/37313818/tensorflow-dst-tensor-is-not-initialized |
Ok. I try it. It problem same is problem in issue #281 . |
Thank you for your code!
I run a simple code from heare: https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Detection/Custom/CUSTOMDETECTIONTRAINING.md
and:
Nothing. No error. No result. Just end task after "Epoch 1/100"... I try change number of Epoch and number of Batch Size - not work.
Do you have some idea?
Some setting:
pip freeze: absl-py==0.7.1 astor==0.8.0 astroid==2.2.5 colorama==0.4.1 cycler==0.10.0 gast==0.2.2 google-pasta==0.1.7 grpcio==1.22.0 h5py==2.9.0 imageai==2.1.3 isort==4.3.21 Keras==2.2.4 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 kiwisolver==1.1.0 lazy-object-proxy==1.4.1 Markdown==3.1.1 matplotlib==3.1.1 mccabe==0.6.1 mock==3.0.5 numpy==1.14.5 opencv-python==4.1.0.25 Pillow==6.1.0 protobuf==3.9.1 pylint==2.3.1 pyparsing==2.4.2 python-dateutil==2.8.0 PyYAML==5.1.2 scipy==1.3.1 six==1.12.0 tensorboard==1.10.0 tensorflow==1.14.0 tensorflow-estimator==1.13.0 tensorflow-gpu==1.10.0 termcolor==1.1.0 typed-ast==1.4.0 Werkzeug==0.15.5 wrapt==1.11.2
Hardware:
The text was updated successfully, but these errors were encountered: