TypeError: __init__() got an unexpected keyword argument 'embedding_size'
Aperta
- Lingua principale
- Python
- Stelle
- 545
- Fork
- 95
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.