1. 17 Jun, 2017 1 commit
    • Patrick Wieschollek's avatar
      Add ignore to SaverRestore (#302) · 6be159d3
      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
      6be159d3
  2. 15 Jun, 2017 3 commits
  3. 14 Jun, 2017 1 commit
  4. 12 Jun, 2017 2 commits
  5. 11 Jun, 2017 1 commit
  6. 10 Jun, 2017 2 commits
  7. 09 Jun, 2017 3 commits
  8. 08 Jun, 2017 1 commit
  9. 07 Jun, 2017 1 commit
  10. 06 Jun, 2017 4 commits
  11. 05 Jun, 2017 5 commits
  12. 04 Jun, 2017 16 commits