-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./singlespeaker.lr0.000300.1.g4.b64.meta does not exist. #57
Comments
here the installation logs no errors
|
@kuleshov @WMRamadan @Sawyerb @jimmsta @Lootwig any help is very much appreciated |
@FurkanGozukara Interesting I have not tried this on Windows, can you clarify which version of Windows this is? (Windows 10 or 11 - Pro or Home) Did you check that Can you show how you trained the model? |
i didnt train any model. i have downloaded the model file you shared. the pre trained one. extracted like this into the src then i did run this command
I am using Windows 10 pro OS Name Microsoft Windows 10 Pro |
@FurkanGozukara That model was trained using a batch size of 16. Use the following:
|
thank you so much started processing but via CPU not using GPU due to below errors. I have RTX 3060 and installed exactly as following the instructions. during installation 0 error as I have show above messages processing not ended yet so cant comment on it. also it is hard coded looking for this folder for data to be in
|
@FurkanGozukara I don't think you are following the instructions correctly. Did you do the following step: https://github.com/kuleshov/audio-super-res#retrieving-data Also did you install CUDA Toolkit on your machine? (https://developer.nvidia.com/cuda-toolkit-archive) |
I am not doing any training. that sections is about training? also processing ended here inputs and outputs 1 by 1 sound files input : http://sndup.net/f7j8 singlespeaker-out.hr : http://sndup.net/hs5f no I didnt install cuda. going to install now. you should put that into the description. i am installing latest version |
could you process this input and give me what output you are getting? i didn't notice any difference : http://sndup.net/f7j8 perhaps mine not working? |
@FurkanGozukara try this:
The logname should include the checkpoint that you're using. |
I don't have ckpt file it is not included in pre trained model. Can you upload it for me? Or it processes input file list and generates a new ckpt? I don't want training. I want to give input and get enhanced output |
Hey @FurkanGozukara How much time did it take to run inference? |
I can't remember But I have this tutorial now |
I have successfully installed
downloaded pre trained model and extracted into the src folder like below
running this command
python run.py eval --logname ./singlespeaker.lr0.000300.1.g4.b64 --out-label singlespeaker-out --wav-file-list list.txt --r 4 --pool_size 2 --strides 2 --model audiotfilm
here full logs
The text was updated successfully, but these errors were encountered: