Commit 128326ca authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

train_data_size flag is deleted.

PiperOrigin-RevId: 275986990
parent ad5a14f2
......@@ -90,7 +90,6 @@ class XLNetClassifyAccuracy(XLNetClassifyBenchmarkBase):
def _setup(self):
super(XLNetClassifyAccuracy, self)._setup()
FLAGS.train_data_size = 25000
FLAGS.test_data_size = 25024
FLAGS.train_batch_size = 16
FLAGS.seq_len = 512
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment