Unverified Commit eb2bd8d6 authored by xujiaze13's avatar xujiaze13 Committed by GitHub
Browse files

Remove redundant line in run_pl_glue.py (#6305)

parent 118ecfd4
......@@ -54,7 +54,6 @@ class GLUETransformer(BaseTransformer):
cached_features_file = self._feature_file(mode)
if os.path.exists(cached_features_file) and not args.overwrite_cache:
logger.info("Loading features from cached file %s", cached_features_file)
features = torch.load(cached_features_file)
else:
logger.info("Creating features from dataset file at %s", args.data_dir)
examples = (
......
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