Tony Hung

Results 11 comments of Tony Hung

You could also use Git LFS in order to commit the model files. https://git-lfs.github.com/

add `--group_labels=0 ` as an argument when calling train.py. also, this only support binary classification(0,1)

I had a similar problem, my original labels were [1,4]. Converting the labels to be [0,1] fixed this issue for me.

its an issue inside BertClassificationPredictor. Looks like it has something to do with the model_path param.

Thanks for pointing this out, we'll get this fixed asap

I had the same issue. switching to python 3.11 works for me

@JJJJJJJerk has the right idea. by getting access to the NYAlertAction's backgroundViewVerticalCenteringConstraint, you can move up the textField to a certain extent. `let alert:NYAlertViewController = NYAlertViewController(nibName: nil, bundle: nil) alert.title...