Neural-IMage-Assessment icon indicating copy to clipboard operation
Neural-IMage-Assessment copied to clipboard

No such file or directory - Please Help

Open AbdullahJirjees opened this issue 4 years ago • 6 comments

Hello I keep getting this error when I run the code python main.py --img_path /path/to/images/ --train --train_csv_file /path/to/train_labels.csv --val_csv_file /path/to/val_labels.csv --conv_base_lr 3e-4 --dense_lr 3e-3 --decay --ckpt_path /path/to/ckpts --epochs 100 --early_stopping_patience 10

I downloaded the CSV files and I put them in the main folder of Neural-IMage-Assessment-Master but I get the error in the screenshot below Untitled

@kentsyx @George3d6 @Bubbleinpit

AbdullahJirjees avatar Feb 08 '21 19:02 AbdullahJirjees

You should replace these "/path/to/xxx" with actual paths. If you didn't download these files, you should first download them as described in README.md

Bubbleinpit avatar Feb 09 '21 05:02 Bubbleinpit

Dear @Bubbleinpit Thanks for your reply I fixed the path and it works, but the terminal froze, how can I know that the computer starts training already? is there a way to monitor the process? sorry for the noob questions I am still a beginner.

AbdullahJirjees avatar Feb 09 '21 11:02 AbdullahJirjees

There should be some progressing output when you start training. You can paste your output in the terminal to tell everyone what happened.

Bubbleinpit avatar Feb 09 '21 12:02 Bubbleinpit

Here is my output terminal

Untitled

AbdullahJirjees avatar Feb 09 '21 12:02 AbdullahJirjees

Dear @Bubbleinpit any idea for my terminal, it still freeze like that and I don't dare to close it or do anything, any suggestion you would help me with? Thank you

AbdullahJirjees avatar Feb 10 '21 23:02 AbdullahJirjees

It seems there is no error message... So I don't know what happened there... Maybe you can make some log in your code and see what's going on there.

Bubbleinpit avatar Mar 13 '21 08:03 Bubbleinpit