Skip to content

Commit 3cc49b1

Browse files
authored
Create README.md
1 parent 17ea473 commit 3cc49b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EnvNet-V2
2+
Tensorflow implementation of between-class learning for sound recognition https://arxiv.org/abs/1711.10282
3+
4+
This repository is just a translation of the chainer implementation of EnvNet-V2 to Keras/Tensorflow. The chainer implementation can be found here at: https://github.com/mil-tokyo/bc_learning_sound
5+
6+
## Setup
7+
- Install Tensorflow 2.0
8+
- Prepare datasets following [this page](https://github.com/mil-tokyo/bc_learning_sound/tree/master/dataset_gen).
9+
10+
11+
## Training
12+
- Template:
13+
python main.py --dataset [esc50, esc10, or urbansound8k] --netType [envnet or envnetv2] --data path/to/dataset/directory/ (--BC) (--strongAugment)

0 commit comments

Comments
 (0)