TypeError: __init__() got an unexpected keyword argument 'embedding_size'
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 545
- Forks
- 95
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When I run train_network.py,
I get the error:
```
Traceback (most recent call last):
File "train_network.py", line 428, in
main(parse_arguments())
File "train_network.py", line 381, in main
device=device
TypeError: __init__() got an unexpected keyword argument 'embedding_size'
```
Does anyone know how to solve this?
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.