-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can MONeT use for custom models and higher PyTorch version? #5
Comments
I also try to use MONeT on a higher version and run the example code:
and I got the error message:
|
Please see https://github.com/utsaslab/MONeT/blob/master/install.sh#L11
|
Thanks for checking out MONeT.
If the aten operations are deprecated or signature-modified in later versions, that could also cause a problem. Identifying which function is failing will help to update it to newer versions of PyTorch.
|
Thanks for your work!
Currently we have two questions:
load
function when running examples/training.py. We have also tried PyTorch 1.5.0 with CUDA 10.1, we didn't get previous error but gotcuDNN error: CUDNN_STATUS_EXECUTION_FAILED
at forward function in monet/lm_ops/bn.py, and the program(examples/training.py) took a long time on initialization. Can you post the detailed configurations, including PyTorch, CUDA, g++, etc. ?python cvxpy_solver.py MODEL ...
, and the model format should be"torchvision.models.<model>()"
. Can we use MONeT to generate solutions for our own models?The text was updated successfully, but these errors were encountered: