PURE icon indicating copy to clipboard operation
PURE copied to clipboard

Training a model on a dataset that is not ace04, ace05, or scierc

Open serenalotreck opened this issue 1 year ago • 1 comments

I'm trying to train a set of models on my own dataset. When I provide the shorthand name of my own dataset for the --task parameters, I get an error that I have to choose either ace04 | ace05| scierc.

However, when I used scierc as the value for the --task parameter, I get a Segmentation Fault when I try and train the model.

Wondering how to train a model on a new dataset?

serenalotreck avatar Jul 16 '23 15:07 serenalotreck

Hi @serenalotreck , to add a new task, you may also want to modify shared/const.py. See #1 . Let me know if you have further questions!

a3616001 avatar Jul 17 '23 16:07 a3616001