Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
remove a duplicated wikisource book
  • Loading branch information
nefastosaturo committed Aug 6, 2020
1 parent f6b950c commit 634b063
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion MITADS/assets/wikisource_books.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ UE_-_29_ottobre_2004,_Discorso_del_Presidente_del_Parlamento_europeo_in_occasion
UE_-_29_ottobre_2004,_Discorso_del_Presidente_designato_della_Commissione_europea_in_occasione_della_cerimonia_di_firma_della_Costituzione_europea
UE_-_2_luglio_2003,_Discorso_inaugurale_del_Presidente_del_Consiglio_per_il_semestre_di_Presidenza_italiana_del_Consiglio_dell'Unione_Europea
Una_cultura_%C3%A8_meglio_di_due
Una_cultura_è_meglio_di_due
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ chmod a+r data/sources/it.tar.gz
$ docker run --rm --gpus all --mount type=bind,src=$HOME/data,dst=/mnt deepspeech
```

Per configurare i parametri del Dockerfile, creare un file con la lista dei parametri e passarlo al run di Docker.
Per configurare i parametri del Dockerfile, creare un file con la lista dei parametri e passarlo al run di Docker. Alcuni .env files di esempio sono presenti nella cartella ```DeepSpeech/env_files```.

Ad esempio caricando il file ```fast_dev.env``` ogni passaggio dell'addestramento di DeepSpeech verrà eseguito velocemente per testare ogni step.

Expand All @@ -70,6 +70,11 @@ FAST_TRAIN=1
$ docker run --env-file env_files/fast_dev.env --rm --gpus all --mount type=bind,src=$HOME/data,dst=/mnt deepspeech
```

Inoltre è possibile settare i parametri anche con la combinazione del flag ```-e```:
```
$ docker run --env-file env_files/fast_dev.env -e "TRANSFER_LEARNING=1" -e "DROP_SOURCE_LAYERS=3" --rm --gpus all --mount type=bind,src=$HOME/data,dst=/mnt deepspeech
```

## Generare il modello con notebook COLAB

Fare riferimento al [README in notebooks](https://github.com/MozillaItalia/DeepSpeech-Italian-Model/blob/master/notebooks/README.md)
Expand Down

0 comments on commit 634b063

Please sign in to comment.