-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update PyTorch API use #8
Comments
Solution for now is to use pytorch 0.4.1 until I can get around to uploading the new models which are native pytorch. |
@bobbens Hi, I have managed to migrate to torch 1.x, using a conversion tool to update the model files, would you like me to create a pull request for it and upload the updated model? |
I have uploaded new models here https://mega.nz/#F!2lUn1YbY!JhTkB1vdaBMeTCSs37iTVA. I have not gone too deep into the code, simply made it work with torch 1.1.0 |
i am getting a error while compiling the code simplify ....unknown type id 1064941863. The file may be corrupted (regarding the pretrained models) |
@Sushanthcheerla99 I don't think i will return to this, so i suggest you try converting the models on your own computer, it is a bit of a pain, but solutions are publicly available and they (with some bugfixing) work |
This pull version works great, even without a CUDA GPU! |
torchfile is an alternative for this i think. You might want to check it out. |
Here is a pure pytorch implementation:https://github.com/aidreamwin/sketch_simplification_pytorch |
Apparently, sketch_simplifaction uses a deprecated/no longer existing module in PyTorch, see here for details.
The text was updated successfully, but these errors were encountered: