-
Notifications
You must be signed in to change notification settings - Fork 17
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
The classify function did not run properly #24
Comments
None of those warnings look like a problem, although I'm not sure why they are being printed to the console. It's saying that you are not on windows because you didn't set Those error messages might be from an incorrect version of tensorflow. It can spontaneously change versions on Windows! If you go into the Anaconda prompt (can be found by clicking on the four square in the bottom right hand corner of your computer and searching for it) and type |
Hi Mikey, Looks like tensorflow is indeed 1.14.0 when I check it using Anaconda Prompt. I didn't install tensorflow-gpu - should I? I set the batch size to 16 - here's the messages:
|
Not sure if this helps, but when I try to run it on my own images, I get different messages (below). I just reinstalled
|
Here are a couple of things to try:
|
Thanks so much Mikey,
|
Hi Mikey,
Posting this here in case it helps anyone else. I previously had
MLWIC2
working as expected on my Windows computer, but after a crash and rebuild of my user profile, I've had to start from scratch. I reinstalled Anaconda3 5.2.0 and python 3.6 on my machine. I installed tensorflow 1.14 and tried to install cudnn v 6.0 as specified in my original MLWIC_examples tutorial, but it's no longer available, so I installed V 7.6.0.I got
setup
to run successfully, but when I try to run classify on your example folder, I get error messages about classify not running properly. Anything I can do to fix? Note the code says I'm not using a Windows computer... but I am... should this be a red flag?Using R V. 4.0.2. I also tried running classify with cudnn V 7.3 but no love.
The text was updated successfully, but these errors were encountered: