Closed mika-long closed 6 months ago
You probably need to reinstall torch vision, using something like install.packages("torchvision, type="source")
.
Probably related to https://github.com/mlverse/torchvision/issues/100#issuecomment-1973282566
This worked! Thank you 🙏
I have installed packages
torch
,luz
, andtorchvision
. I had the following code:The above produces an error as follows:
Error in !self$..refer_to_state_dict.. : invalid argument type
Not sure what is wrong here.