Skip to content

Commit

Permalink
Change default naug to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
plkumjorn committed Mar 23, 2019
1 parent c0bd3eb commit a745756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_reject/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
parser.add_argument("--fulltest", type=int, required=False, help="full test or not")
parser.add_argument("--threshold", type=float, required=False, help="threshold for seen")
parser.add_argument("--nott", type=int, required=False, help="no. of original texts to be translated")
parser.add_argument("--naug", type=int, default = 100, required=False, help="no. of augmented data per unseen class")
parser.add_argument("--naug", type=int, default = 0, required=False, help="no. of augmented data per unseen class")
args = parser.parse_args()
print(args)

Expand Down

0 comments on commit a745756

Please sign in to comment.