You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AttributeError for the restrict_attention_bucket_size flag is raised when running the tapas_pretraining_experiment script. Explicitly providing the command line flag doesn't solve the the problem (Unknown command line flag 'restrict_attention_bucket_size').
Probably, the flag was not defined in the script file during changes related to MATE?
@eisenjulian I wonder if the command line flag was overlooked in the following commit? 733aca5
Traceback (most recent call last):
File "tapas/experiments/tapas_pretraining_experiment.py", line 193, in <module>
app.run(main)
File "/gpfs/space/home/ploter/.conda/envs/tapas_clean_env/lib/python3.7/site-packages/absl/app.py", line 308, in run
_run_main(main, args)
File "/gpfs/space/home/ploter/.conda/envs/tapas_clean_env/lib/python3.7/site-packages/absl/app.py", line 254, in _run_main
sys.exit(main(argv))
File "tapas/experiments/tapas_pretraining_experiment.py", line 125, in main
restrict_attention_bucket_size=FLAGS.restrict_attention_bucket_size,
File "/gpfs/space/home/ploter/.conda/envs/tapas_clean_env/lib/python3.7/site-packages/absl/flags/_flagvalues.py", line 474, in __getattr__
raise AttributeError(name)
AttributeError: restrict_attention_bucket_size
The text was updated successfully, but these errors were encountered:
Maxvgrad
changed the title
Pretrain experiment missing restrict_attention_bucket_size configuration flag
Pretrain experiment missing restrict_attention_bucket_size command line flag definition
May 23, 2024
An
AttributeError
for therestrict_attention_bucket_size
flag is raised when running thetapas_pretraining_experiment
script. Explicitly providing the command line flag doesn't solve the the problem (Unknown command line flag 'restrict_attention_bucket_size'
).Probably, the flag was not defined in the script file during changes related to MATE?
@eisenjulian I wonder if the command line flag was overlooked in the following commit?
733aca5
Command:
Stacktrace:
The text was updated successfully, but these errors were encountered: