Closed lxrswdd closed 10 months ago
Sorry for the delay. I think the API changes. You can remove this line https://github.com/TideDancer/interspeech21_emotion/blob/c36dcc0d2bd9a22602c081a5ab064ab5e9d4f019/run_emotion.py#L417C9-L417C31, to disable gradient_checkpointing.
If you want gradient_checkpointing, use model.gradient_checkpointing_enable() after instantiation.
Hope this helps.
Hi running the demo codes would lead to the following error. Can you help?