Victorwz / LongMem

Official implementation of our NeurIPS 2023 paper "Augmenting Language Models with Long-Term Memory".
https://arxiv.org/abs/2306.07174
Apache License 2.0
757 stars 68 forks source link

issues about options.py #13

Open thuqinyj16 opened 1 year ago

thuqinyj16 commented 1 year ago

Hi!

Thanks for the great work. It seems the options.py is not right, and some important hyper-parameters (such as find_unused_parameters and memory_size) are not received by the script correctly. Could you please debug this?

Thanks!