You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am working on the Raccoon example. I just did the 4th step of the Training section called Starting the training process. When I try to detect a raccoon on an image I run the code from the 5th step:
C:\ProgramData\Anaconda3\envs\cpu\lib\site-packages\keras\engine\saving.py:341: UserWarning: No training configuration found in save file: the model was *not* compiled. Compile it manually. warnings.warn('No training configuration found in save file: ' rakun.jpg WARNING:tensorflow:From C:\ProgramData\Anaconda3\envs\cpu\lib\site-packages\keras\backend\tensorflow_backend.py:422: The name tf.global_variables is deprecated. Please use tf.compat.v1.global_variables instead.
I believe that I am missing something? Can anyone help me?
I am a bit lost because the instructions don't mention any additional steps of compiling some model or something.
have a nice day
The text was updated successfully, but these errors were encountered:
Hi I am working on the Raccoon example. I just did the 4th step of the Training section called Starting the training process. When I try to detect a raccoon on an image I run the code from the 5th step:
python predict.py -c config.json -i /path/to/image/or/video
and my terminal output is:
C:\ProgramData\Anaconda3\envs\cpu\lib\site-packages\keras\engine\saving.py:341: UserWarning: No training configuration found in save file: the model was *not* compiled. Compile it manually. warnings.warn('No training configuration found in save file: ' rakun.jpg WARNING:tensorflow:From C:\ProgramData\Anaconda3\envs\cpu\lib\site-packages\keras\backend\tensorflow_backend.py:422: The name tf.global_variables is deprecated. Please use tf.compat.v1.global_variables instead.
I believe that I am missing something? Can anyone help me?
I am a bit lost because the instructions don't mention any additional steps of compiling some model or something.
have a nice day
The text was updated successfully, but these errors were encountered: