-
Notifications
You must be signed in to change notification settings - Fork 285
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
./guess.sh does not output anything into the terminal #1
Comments
try removing "2> /dev/null" from guess.sh to check. |
I removed the "2> /dev/null" from guess.sh, and now receive a visible error message.
|
I have the same error trace. Did you find a way to solve this ? |
Hi! I've deleted this: "2> /dev/null" ➜ my_own_classifier ./guess.sh ~/Documents/CNN/5minutes/my_own_classifier/ ~/Documents/CNN/5minutes/my_own_classifier/testImage.jpg How can I analyse what does this script do? |
I've found solution, just be careful about the path and don't forget that you use scripts through docker container, find out more information about how is it work. |
To solve the issue, I made a new Ubuntu VM in Virutalbox where I installed tensorflow using pip. I then ran the script |
@odino4ka I've the same issue, |
Try to install tensorflow and change the directory from root to the folder where the program has place the classifier |
Try this way can solve this problem. |
The text was updated successfully, but these errors were encountered: