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 "/content/SpatioTemporalSegmentation/main.py", line 26, in <module>
from lib.datasets import load_dataset
File "/content/SpatioTemporalSegmentation/lib/datasets/__init__.py", line 1, in <module>
import lib.datasets.synthia as synthia
AttributeError: module 'lib' has no attribute 'datasets'
The text was updated successfully, but these errors were encountered:
Hi, I am having the same issue, and I have tried running with python -m main
I believe in the train script it's using python -m main.
It doesn't work. Would you mind providing other solutions?
The text was updated successfully, but these errors were encountered: