mikey_t

Results 76 comments of mikey_t

I don't understand why it's not finding python. Can you open your terminal and type `/anaconda3/bin/python`? This will open python. Then type `print(2+2)`. See what happens

If you're able to run python from the command line like this, then let's try adding `print_cmd=TRUE` to your classify call, so it should look like this: ``` classify(path_prefix =...

Yes-it's not running properly because it's printing something instead of running, but it should have printed a system call that will look like `python run.py eval --num_threads ...`. Do you...

Ok. so copy that and paste it into your python, which you can get to by typing `/anaconda3/bin/python` into a terminal window.

Is there an error? Otherwise it will be running in the background. Does this file exist `/home/pmcmahon/Documents/MLWIC2_helper_files/model_predictions.txt`? I didn't mean to close this issue, keep posting here and I think...

What happens if in the terminal you navigate to `/anaconda3/bin/` and then type `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...

Sorry. In type `cd /home/pmcmahon/Documents/MLWIC2_helper_files`, then type `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...

what is in your `MLWIC2_helper_files` folder? Can you type `ls` in the terminal while in this folder?

Ok. Something went wrong when you downloaded the helper files folder. Can you try downloading it from the readme and unzipping it. It should contain: > ConfMatrixID.py __pycache__/ architectures/ empty_animal/...

Ok. Try this again: in terminal type cd `/home/pmcmahon/Documents/MLWIC2_helper_files`, then type `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...