-
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
Migrating to torch 1.x #12
base: master
Are you sure you want to change the base?
Conversation
@ramilmsh |
I have run several images on it and it seemed to work on all models.
I have uploaded them on Mega, since I have no CDN account. |
Note that the original models aren't even available anymore, at least atm. |
I think I have a copy on my local machine, I will try to upload them to the same mega folder in a few days |
It works well at pytorch 1.5.1 |
I have tried this code. It's working! |
just tried this and it works, thanks |
just a quick question tho, how can i change the model? i've tried
same error with the other 3 models |
I have tried changing the model and it's working, could you provide more details to recreate the error? |
yes, i've downloaded the 4 i'm running this with miniconda on windows 10, here is the command i've tried to run
the program works fine without specifying model but i can't get it working with any of the 8 model files |
You shouldn't include
|
worked perfectly, thank you for taking the time to explain this to me |
Hi, python: 3.7.0 |
Can you provide the arguments you use to run the program? |
python simplify.py --img test.png --out test_out.png --model model_gan All these are saved in the same folder as simplify.py. (within - E:\sketch\sketch_simplification-master) Its also taking around 10 mins to give an output. |
I have updated the models to torch native (they are available through link in README.md) and modified the simplify.py accordingly. All models seem to work