Browse Source

Add running examples

master
Fazil Altinel 4 years ago
parent
commit
5a0c43dbd3
  1. 7
      README.md

7
README.md

@ -31,6 +31,13 @@ Before running the training code, make sure that `DATASETDIR` environment variab
- `ResNet50` - `ResNet50`
- Better and more stable results than AlexNet. - Better and more stable results than AlexNet.
## Run
For training on Office dataset using ResNet-50, first set configs in `experiments/office.py`, then run
```
$ python experiments/office.py
```
## Result ## Result
| | MNIST-MNISTM | SVHN-MNIST | SYNDIGITS-SVHN | SYNSIGNS-GTSRB | | | MNIST-MNISTM | SVHN-MNIST | SYNDIGITS-SVHN | SYNSIGNS-GTSRB |

Loading…
Cancel
Save