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
Hi, thanks for your work. I am very interested in your research. But when I run your code, I get a lot of errors.
Like File "/home/SimLayerKV/LongBench/pred.py", line 317, in
if args.window_size == 512:
AttributeError: 'Namespace' object has no attribute 'window_size'
And there seems no write_model_name in the code. Could you check your code? I believe the code doesn't seem to run directly, a lot of configuration is missing.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your work. I am very interested in your research. But when I run your code, I get a lot of errors.
Like File "/home/SimLayerKV/LongBench/pred.py", line 317, in
if args.window_size == 512:
AttributeError: 'Namespace' object has no attribute 'window_size'
And there seems no
write_model_name
in the code. Could you check your code? I believe the code doesn't seem to run directly, a lot of configuration is missing.The text was updated successfully, but these errors were encountered: