Skip to content

Commit

Permalink
Removed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
haeusser committed Oct 28, 2017
1 parent 045101c commit 7cdef81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -14,8 +14,8 @@ export PYTHONPATH=/path/to/learning_by_association:$PYTHONPATH

Copy the file `semisup/tools/data_dirs.py.template` to `semisup/tools/data_dirs.py`, adapt the paths and .gitignore this file.

## Hyper parameters
### Synth. Signs --Y> GTSRB
## Domain Adaptation Hyper parameters
### Synth. Signs -> GTSRB
```
"target_dataset": "gtsrb",
"walker_weight_envelope_delay": "0",
Expand All @@ -34,7 +34,7 @@ Copy the file `semisup/tools/data_dirs.py.template` to `semisup/tools/data_dirs.
"architecture": "svhn_model"
```

### MNIST --> MNIST-M
### MNIST -> MNIST-M
```
"target_dataset": "mnistm",
"walker_weight_envelope_delay": "500",
Expand All @@ -54,7 +54,7 @@ Copy the file `semisup/tools/data_dirs.py.template` to `semisup/tools/data_dirs.
"max_steps": "12000",
```

### SVHN --> MNIST
### SVHN -> MNIST
```
"target_dataset": "mnist3",
"walker_weight_envelope_delay": "500",
Expand Down

0 comments on commit 7cdef81

Please sign in to comment.