Jungjee / RawNet

Official repository for RawNet, RawNet2, and RawNet3
MIT License
357 stars 55 forks source link

Config file #12

Closed shankar0206 closed 3 years ago

shankar0206 commented 3 years ago

It would of great help if you can provide the config yaml file that you used to train the pytorch model?

Jungjee commented 3 years ago

You can refer to parser.py. If you're talking about system configuration, there's one in "Environment settings"

Or is there something else you want to know?

shankar0206 commented 3 years ago

Got it... i did not think about parser.py... that is all i wanted... also the code loads the optimizer state dict. Is that provided? If not can you upload it?

Jungjee commented 3 years ago

Sorry, as of now, I don't have plans to upload optimizer state dictionary :( Although, for the next update, I will include optimizer's state dictionary as well!

shankar0206 commented 3 years ago

Cool. Thank you!!!