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
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Traceback (most recent call last):
File "tools/train_net.py", line 12, in <module>
import pycls.core.trainer as trainer
File "/pycls/pycls/core/trainer.py", line 11, in <module>
import pycls.core.builders as builders
File "/pycls/pycls/core/builders.py", line 12, in <module>
from pycls.models.anynet import AnyNet
File "/pycls/pycls/models/__init__.py", line 10, in <module>
from pycls.models.model_zoo import effnet, regnetx, regnety, resnet, resnext
File "/pycls/pycls/models/model_zoo.py", line 12, in <module>
import pycls.core.builders as builders
AttributeError: module 'pycls.core' has no attribute 'builders'```
Is there something wrong with the directory structure I'm executing from?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: