Skip to content

Commit bf19ac4

Browse files
committed
.
1 parent d62de3c commit bf19ac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/glue_benchmark/glue.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import inspect
1515
import os
1616
import time
17+
import warnings
1718

1819
import tensorflow as tf
1920
import tensorflow_datasets as tfds
@@ -129,6 +130,7 @@ def preprocess_fn(feature, label):
129130

130131

131132
def main(_):
133+
warnings.warn("DISCLAIMER:This script only supports GLUE/mrpc (for now).")
132134
# checking task version (erroring out other testes except "mrpc")
133135
if FLAGS.task != "mrpc":
134136
raise ValueError("task - mrpc is only supported currently.")

0 commit comments

Comments
 (0)