mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
Remove redundant line in run_pl_glue.py (#6305)
This commit is contained in:
parent
118ecfd427
commit
eb2bd8d6eb
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue