Closed cnut1648 closed 2 years ago
Hi, thanks a lot!
Actually, you should rename the files with ".aida" extension (e.g. train.aida).
Thanks! I somehow missed that 😂. I also found out that it seems that I need to provide the full path of profile otherwise it would complain that the profile is not found.
I have another question though, would you mind sharing with us how you debugged this classy
application? Since this is CLI I'm not sure how to debug using IDE like Pycharm or VS Code. I asked in https://github.com/sunglasses-ai/classy/discussions/87 but haven't received feedback yet. It would be great since me and other researchers can debug if we have encountered issues.
Thank you again!
I usually use PyCharm and select classy as the entry point in the run configuration. Basically I set the "Script path" to be, for example "/home/edobobo/miniconda3/envs/extend/bin/classy".
Oh I see. Thanks for the help @edobobo !!
Hi, nice work!
I would like to reproduce your training process. I installed the dependencies and downloaded the dataset following the README. I have renamed
aida-train-kilt.jsonl
totrain.jsonl
etc. I used the following command in the root directoryand got the following error
I see that in
extend/data
you have anotherdata_drivers
, but classy still used their version of it. Since I am new to classy I am not sure what should I proceed next. Thank you!