- 23 Jun, 2017 3 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
-
- 15 Jun, 2017 3 commits
- 14 Jun, 2017 1 commit
-
-
Yuxin Wu authored
-
- 12 Jun, 2017 2 commits
- 11 Jun, 2017 1 commit
-
-
Yuxin Wu authored
-
- 10 Jun, 2017 2 commits
- 09 Jun, 2017 3 commits
- 08 Jun, 2017 1 commit
-
-
Yuxin Wu authored
-
- 07 Jun, 2017 1 commit
-
-
Yuxin Wu authored
-
- 06 Jun, 2017 1 commit
-
-
Patrick Wieschollek authored
A binary representation `"\n" * 5 + "hh".encode('utf-8')` reproduces the error from travis-ci.
-