luizgh / sigver

Signature verification package, for learning representations from signature data, training user-dependent classifiers.
BSD 3-Clause "New" or "Revised" License
82 stars 46 forks source link

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

Open wshhz55 opened 3 years ago

wshhz55 commented 3 years ago

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?

luizgh commented 3 years ago

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.

wshhz55 commented 3 years ago

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.