mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
parent
89c6da99b5
commit
4380b8ba68
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def main():
|
|||
|
||||
Config = namedtuple('Config', ['use_mixed_precision', 'max_seq_length', 'batch_size', 'max_predictions_per_seq'])
|
||||
configs = [
|
||||
Config(True, 128, 66, 20),
|
||||
Config(True, 128, 64, 20),
|
||||
Config(True, 512, 10, 80),
|
||||
Config(False, 128, 33, 20),
|
||||
Config(False, 512, 5, 80)
|
||||
|
|
|
|||
Loading…
Reference in a new issue