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:
Could you please resolve the bug in your code? Besides fixing the previous issues mentioned by @ponyta, I found that there are still a few bugs in your code or environment, such as: ValueError: The followingmodel_kwargsare not used by the model: ['threshold'] (note: typos in the generate arguments will also show up in this list)
Hi, we are currently orgnizing our V2 version with big modifications in the identification algorithm, and will release the new code within a month. If you want to get a bug-free version asap, please check the implementation of SimLayerKV in KVPress .
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: