-
Notifications
You must be signed in to change notification settings - Fork 217
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
Printing pretrained torch model options #82
Comments
this is the model that you provided for reference , it loaded perfectly find but the main issue with the evaluate method .
the model is loaded perfectly fine but when i am trying to evaluate model , i get this error
what is the main reason behind the evaluation to bring this NoneType error. for reference also this is the Model i am trying to evaluate |
The file |
i can provided for you but the part i am having an error with is is this
this is the create
this is the full fix conv
when i use function evaluate i got the previous error , my final aim is to transfer this model to coreml |
It seems you need to have |
I am trying to print the torch model options of training, I have used the provided model model.t7
I am using this code to print the option
but I am getting this error:
The text was updated successfully, but these errors were encountered: