5herl0ck

Results 13 comments of 5herl0ck

Can you please tell me how I can do that? I tried manually installing torch packages, but not the whole library.

I am using IntelliJ with a virtual environment (venv). I tried deleting the venv folder, creating a new one and running it again. It didn't work. Is there anything related...

Here is a minor update on the issue. So, I tried running train.py on another laptop, but I got lazy to downgrade the existing python version from 3.9 to 3.6...

![image](https://user-images.githubusercontent.com/72243194/198569833-691793f8-4907-47eb-8932-04d687a4600d.png) Also, just found out that pytorch is not supporting 3.6 anymore, only 3.7-3.9 are supported. That may be causing the error.

Thank you. I am looking into it. Will post here if there are any more issues.

The torch error is resolved, but I keep encountering others. So, is there any guide available anywhere on what steps I have to follow exactly to make a demonstration of...

**Terminal Input:** (venv39) D:\Programming\Python\Python\HBAS_chapter_voice3>python train.py -o D:/Programming/Python/Python/AIR-ASVspoof/models1028/ocsoftmax/train -l ocsoftmax -m resnet **Terminal Output:** Cuda device available: False Traceback (most recent call last): File "D:\Programming\Python\Python\HBAS_chapter_voice3\train.py", line 654, in train(args) File "D:\Programming\Python\Python\HBAS_chapter_voice3\train.py",...

What do you mean by pre-trained model? So, if I don't have to run training, what about testing part?

I will look into it and let you know of any further issues. Thank you again for your help @yzyouzhang .

In test.py, I have a few doubts regarding the paths of these variables: line 64: with open(os.path.join(dir_path, 'checkpoint_cm_score_ASVspoof2019LA.txt'), 'w') as cm_score_file: What path should I give here? line 378: model_path...