yunxiaoshi / Neural-IMage-Assessment

A PyTorch Implementation of Neural IMage Assessment
Other
508 stars 92 forks source link

No such file or directory - Please Help #24

Open AbdullahJirjees opened 3 years ago

AbdullahJirjees commented 3 years ago

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

Bubbleinpit commented 3 years ago

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

AbdullahJirjees commented 3 years ago

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.

Bubbleinpit commented 3 years ago

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

AbdullahJirjees commented 3 years ago

Here is my output terminal

Untitled

AbdullahJirjees commented 3 years ago

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

Bubbleinpit commented 3 years ago

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.