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
Thanks for your great work, I am having the following problem when trying to train with my own data:
File ‘/home/wyj517/miniconda3/envs/nerfstudio/lib/python3.8/site-packages/torch/nn/modules/module.py’, line 1614, in getattr
raise AttributeError(‘’{}‘ object has no attribute “{}”’.format(
AttributeError: ‘MLP’ object has no attribute ‘layers’
What is the problem with this and how can I fix it? Looking forward to your reply, thank you very much!
The text was updated successfully, but these errors were encountered:
Thanks for your great work, I am having the following problem when trying to train with my own data:
File ‘/home/wyj517/miniconda3/envs/nerfstudio/lib/python3.8/site-packages/torch/nn/modules/module.py’, line 1614, in getattr
raise AttributeError(‘’{}‘ object has no attribute “{}”’.format(
AttributeError: ‘MLP’ object has no attribute ‘layers’
What is the problem with this and how can I fix it? Looking forward to your reply, thank you very much!
The text was updated successfully, but these errors were encountered: