ai-forever / ai-forever/ru-dalle
Minor error in Finetuning example code
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 1.6k
- Forks
- 242
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
In 'freeze' method, there is trivial error i think.
When user intend to freeze attention layers, user will set freeze_attn=True.
But, there is no layers contained 'attn' in names of model.module.named_parameters()! (It can not filtered with condition "elif 'attn' in name:")
So, when user freezes 'other' layers, layers contained 'attention' will be freezed, too.
It will be proper to revise "'attn' in name" to "'attention' in name".
Anyway, thank you all developers of ruDALL-E for providing awesome pre-trained model!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.