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
Traceback (most recent call last):
File "main_train.py", line 6, in
from options.opts import get_training_arguments
File "/content/EdgeFormer/options/opts.py", line 3, in
from data.sampler import arguments_sampler
ModuleNotFoundError: No module named 'data.sampler'
The text was updated successfully, but these errors were encountered:
I ran into this problem as well. It comes from the code having been sort of rigged into apples repo https://github.com/apple/ml-cvnets
You can join the two repos yourself or if you just want to extract the model you can safely remove a lot of the imports and call the model builder in your code.
thanks you guys for your interesting, please wait me a few days. I'm writing rebuttals recently. I will check this problem and solve it asap. Thanks for your patience.
Traceback (most recent call last):
File "main_train.py", line 6, in
from options.opts import get_training_arguments
File "/content/EdgeFormer/options/opts.py", line 3, in
from data.sampler import arguments_sampler
ModuleNotFoundError: No module named 'data.sampler'
The text was updated successfully, but these errors were encountered: