- 01 Jul, 2017 1 commit
-
-
zsc authored
* Fix for python3, as the iterator returned by the map will be empty after logging. * Fix PTB example according to upstream changes.
-
- 30 Jun, 2017 1 commit
-
-
Yuxin Wu authored
-
- 28 Jun, 2017 1 commit
-
-
Yuxin Wu authored
-
- 27 Jun, 2017 4 commits
- 26 Jun, 2017 4 commits
- 25 Jun, 2017 1 commit
-
-
Yuxin Wu authored
-
- 24 Jun, 2017 2 commits
- 23 Jun, 2017 4 commits
- 22 Jun, 2017 5 commits
- 21 Jun, 2017 5 commits
- 20 Jun, 2017 6 commits
- 19 Jun, 2017 2 commits
-
-
Patrick Wieschollek authored
* Add name to logger.autodir for different runs and simplify similarity learning (incl. removing tf.FLAGS in favor of argparse) * remove 'required' from mnist-embedding.py * next fix * c'mon travis * Update logger.py * fix linting..
-
Yuxin Wu authored
-
- 18 Jun, 2017 1 commit
-
-
Yuxin Wu authored
-
- 17 Jun, 2017 3 commits
-
-
Yuxin Wu authored
-
Patrick Wieschollek authored
It was always confusing, that most functions use `name` and PrintData expected `label`.
-
Patrick Wieschollek authored
* Add ignore to SaverRestore When fine-tuning a model, one might want to skip some tensors from restoring. The following example will not load the learning rate from the checkpoint file: config.session_init = SaverRestore(args.load, ignore=['learning_rate']) * Update sessinit.py
-