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! While I'm running the given mtdiff-s training command, the following error occurs:
Traceback (most recent call last):
File "/evad-lab/evad-datasets/users/cqm/MTDiff/scripts/mtdiff_s.py", line 6, in <module>
import diffuser.utils as utils
File "/evad-lab/evad-datasets/users/cqm/MTDiff/diffuser/utils/__init__.py", line 6, in <module>
from .rendering import *
File "/evad-lab/evad-datasets/users/cqm/MTDiff/diffuser/utils/rendering.py", line 15, in <module>
from diffuser.datasets.d4rl import load_environment
File "/evad-lab/evad-datasets/users/cqm/MTDiff/diffuser/datasets/__init__.py", line 1, in <module>
from .sequence import *
File "/evad-lab/evad-datasets/users/cqm/MTDiff/diffuser/datasets/sequence.py", line 332, in <module>
class AugDataset(DMCSequenceDataset):
NameError: name 'DMCSequenceDataset' is not defined
It seems that DMCSequenceDataset is not defined anywhere in the project.
The text was updated successfully, but these errors were encountered:
Hi! While I'm running the given mtdiff-s training command, the following error occurs:
It seems that
DMCSequenceDataset
is not defined anywhere in the project.The text was updated successfully, but these errors were encountered: