You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to train a Sparse Resnet model using Fastai. However, I'm getting the error of the title:
AttributeError: module 'sparseconvnet.SCN' has no attribute 'Metadata_2'
I've tried to follow the source code to try to understand how and when this object is created, I guess it is done on the cpp side, but I can't get it working. Input are feautes & locations of a 2D image, quite similar to the examples.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to train a Sparse Resnet model using Fastai. However, I'm getting the error of the title:
AttributeError: module 'sparseconvnet.SCN' has no attribute 'Metadata_2'
I've tried to follow the source code to try to understand how and when this object is created, I guess it is done on the cpp side, but I can't get it working. Input are feautes & locations of a 2D image, quite similar to the examples.
The text was updated successfully, but these errors were encountered: