Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Martínez authored Dec 9, 2019
1 parent dd79674 commit 3d55e4a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Model_training

Python packages:

```
numpy==1.16.1
scipy==1.2.0
sacred==0.7.7
tensorflow-gpu==1.11.0
keras==2.2.4
librosa==0.6.0
```

## Training model

`python main.py with model_type='pretraining'`

`python main.py with model_type='CAFx'`

`python main.py with model_type='WaveNet'`

`python main.py with model_type='CRAFx'`

`python main.py with model_type='CWAFx'`

0 comments on commit 3d55e4a

Please sign in to comment.