Project 'biosignal/software/mednet' was moved to 'medai/software/mednet'. Please update any links and bookmarks that may still have the old path.
Fix db path issues when reusing DataLoaders from other Datamodules
1 unresolved thread
1 unresolved thread
Fix issue with database path when reusing Dataloaders from other Datamodules
This was happening with the indian dataset, which is reusing the shenzhen DataLoader.
Tests have been added to check this. Note that because some databases are quite big and can take hours to check, setting a limit on the number of samples to check is sometimes necessary.
Closes #62 (closed)
Merge request reports
Activity
@dcarron I worked around it by creating a new RawDataLoader for the Indian dataset. However this solution is not optimal since it requires duplicate code
added 1 commit
- 27712a65 - [indian] Specify Indian configuration key in aggregated datamodules
mentioned in commit 1b55db90
Please register or sign in to reply