Skip to content

Commit

Permalink
update cls_ft
Browse files Browse the repository at this point in the history
  • Loading branch information
ImKeTT committed Feb 6, 2022
1 parent 59dac89 commit fb5d310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/cls_ft.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# parser.add_argument('--data_type', type=str, default='t1', choices=['t' + str(i) for i in range(9)], help="t: type")
parser.add_argument('--iterations', type=int, default=50000) # wp 850001 wi 300001 ax 300001 yp 800001
parser.add_argument('--dataset', type=str, default='yelp_polarity', choices=['yelp_polarity, imdb_polariry'],
parser.add_argument('--dataset', type=str, default='imdb_polarity', choices=['yelp_polarity, imdb_polariry'],
help="Dataset to use for training")

parser.add_argument('--class_num', type=int, default=2,
Expand Down

0 comments on commit fb5d310

Please sign in to comment.