-
Notifications
You must be signed in to change notification settings - Fork 48
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
AttributeError: 'NoneType' object has no attribute 'dtype' #20
Comments
I also had this error, in my case it was because my GPU ran out of memory. |
@alcoftTAO I don't think that's the problem here since I was using a T4 |
I think an error is occurring during inference as it is returning If you are using the API, make sure to put this: curl -X 'POST' \
'http://127.0.0.1:8000/inference' \
-H 'accept: application/json' \
-H 'Content-Type: multipart/form-data' \
-F 'modelpath={model.pth}' \
-F 'input={input audio path}' \
-o {output audio path} Where you replace I don't know if it will work as I have never used the API. |
I don't think this is the problem since I'm using CLI, not API |
@shirounanashi could you tell me your environment? |
@Tps-F I was trying to use it on Kaggle |
When I try to make an inference by outputting the file name, I get this error.
And when I put "-o" as a folder, it gives an error saying it is a directory
Sorry for the bad English, I used Google Translate
The text was updated successfully, but these errors were encountered: