-
Notifications
You must be signed in to change notification settings - Fork 17
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
Deprecated modules #6
Comments
Here, the issue is easy, simply replace Furthermore, the STL script is broken because we used old-school scripts (engine, opencv..)... I'm not really happy that this work isn't reproducible with the new version of torch, thus I'd be happy to help to reimplment it! |
That would be great, Thanks! There are still errors in |
btw for imagenet (esp if one is interested to train the models) this repo might also be useful and was done with newer versions of pytorch: https://github.com/edouardoyallon/pyscatlight. Its using only 1st order though but that can be easily adapted |
Thanks @eugenium , I just tried running this, but this is also written for |
I tried using kymatio with this code. If you were interested in updating it, I switched the scattering method to kymatio but there are more things to be fixed, for instance, in STL, it seems that
torch.legacy
that you are using inutils
has been deprecated and needs to be changed. In imagenet test, linetorch.randn(8).cuda()
again uses cuda, and when I comment.cuda()
out, I fall into a rabbit hole of errors. the latest beingThe text was updated successfully, but these errors were encountered: