sigver icon indicating copy to clipboard operation
sigver copied to clipboard

ModuleNotFoundError: No module named 'sigver.datasets.toremove'

Open wshhz55 opened this issue 4 years ago • 2 comments

when I run the train.py in meta-learning, there is an error message(ModuleNotFoundError: No module named 'sigver.datasets.toremove'). It seems that a source file named "toremove.py" was missing in this repositories?

wshhz55 avatar Sep 14 '20 00:09 wshhz55

I have updated the code, can you please try again? I uploaed the missing functions to the preprocessing module, and updated the data.py script accordingly.

luizgh avatar Sep 21 '20 18:09 luizgh

i have tried with CEDAR dataset. i first use the process_dataset.py to process data, then run the train.py. it still cann't train successfully. I'll check the error and see if it could be solved. Thank you for your reply.

wshhz55 avatar Sep 25 '20 01:09 wshhz55