whilton9
whilton9
I was able to open python and typing print(2+2) yielded an answer of 4, so it appears to be working. I then did everything you suggested in the last comment....
Yes it printed this: "/anaconda3/bin/python run.py eval --num_threads 4 --architecture resnet --depth 18 --log_dir species_model --snapshot_prefix species_model --path_prefix /home/pmcmahon/Documents/MLWIC2_Package_Images --batch_size 128 --val_info /home/pmcmahon/Documents/image_labels.csv --delimiter , --save_predictions /home/pmcmahon/Documents/MLWIC2_helper_files/model_predictions.txt --top_n 5 --num_gpus...
I did that, but nothing has changed.
I wasn't sure if I should remove print_cmd=TRUE or not. If I leave it in the command, this is the output: Your `data_info` file exists: /home/pmcmahon/Documents/image_labels.csv. Your `path_prefix exists: /home/pmcmahon/Documents/MLWIC2_Package_Images....
It output this: (null): can't open file 'run.py': [Errno 2] No such file or directory
Ok I changed to that directory and typed the command, but got the same error message
data_info_train.csv __MACOSX MLWIC2_helper_files MLWIC2_test_tf.py
Ok I downloaded it again and it contains all those things. However, I'm getting the same errors when running the classify command
Here's the output after doing that: Traceback (most recent call last): File "run.py", line 21, in import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'
I ran setup again and got this output when I ran classify: Your `data_info` file exists: /home/pmcmahon/Documents/image_labels.csv. Your `path_prefix exists: /home/pmcmahon/Documents/MLWIC2_Package_Images. You are not using a Windows computer. sh: 1:...