-
Notifications
You must be signed in to change notification settings - Fork 3
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 to latest torch, add caveats to README, add some small things #37
Conversation
c156a24
to
5565a44
Compare
(for RawTensor). Can lead to overload reslution issues for RawTensor.
This would be outdated now with Nim 2.0 🥳 |
Heh, it's really time I finish this now. But only a matter of a bit, because soon I will need to have some git tags for my thesis anyway. 🤣 |
With Nim 2.0 out, the testsuite works. @Vindaar it's time to merge this :) |
Ah, I once again forgot this still needs to be merged! Let me check if there's still something uncommited locally. |
I finished pushing my local change from last time :). When it's ok for you and CI is happy let's merge this |
Using the weight field directly does not work. Use the `weight=` procedure instead to assign the weight.
tanh
,tanh_mut
deviceCount
TensorDataset
,toDataset
and updates the torch downloader to get the latest version by default (1.10.2 libtorch with CUDA 11.3).
And add a section in the README about the
{.noInit.}
problems & CUDA support.