Closed YifaSuoha962 closed 5 months ago
Thank you for your excellent work! When running the training codes, I found modules corresponding to from src.data.retrobridge_dataset import RetroBridgeDatasetInfos, RetroBridgeDataset are missed, could you offer the missing modules?
from src.data.retrobridge_dataset import RetroBridgeDatasetInfos, RetroBridgeDataset
Sorry, added these directories to .gitignore by mistake. Now all modules are uploaded. Thank you!
.gitignore
Thank you for your excellent work! When running the training codes, I found modules corresponding to
from src.data.retrobridge_dataset import RetroBridgeDatasetInfos, RetroBridgeDataset
are missed, could you offer the missing modules?