1. 15 Oct, 2016 2 commits
  2. 01 Oct, 2016 1 commit
  3. 30 Sep, 2016 1 commit
  4. 25 Sep, 2016 1 commit
  5. 22 Sep, 2016 3 commits
  6. 20 Sep, 2016 1 commit
  7. 14 Sep, 2016 1 commit
  8. 29 Aug, 2016 2 commits
  9. 16 Aug, 2016 2 commits
  10. 23 Jul, 2016 1 commit
  11. 21 Jul, 2016 1 commit
  12. 20 Jul, 2016 1 commit
    • Anthony Tatowicz's avatar
      Fixed confusing wording · 81f12def
      Anthony Tatowicz authored
      The script actually reads $LABEL_FILE and strips out the text, which it uses to label and find image files in their respective sub directories.
      81f12def
  13. 24 Jun, 2016 1 commit
    • Glen Baker's avatar
      Update README.md · e45e5499
      Glen Baker authored
      Corrected "One this" to "Once this" and added comma for proper punctuation on line 702.
      e45e5499
  14. 23 Jun, 2016 1 commit
  15. 20 Jun, 2016 1 commit
  16. 17 Jun, 2016 1 commit
  17. 02 Jun, 2016 2 commits
  18. 01 Jun, 2016 2 commits
  19. 15 May, 2016 1 commit
  20. 12 May, 2016 5 commits
  21. 16 Apr, 2016 1 commit
  22. 13 Apr, 2016 2 commits
  23. 12 Apr, 2016 2 commits
  24. 11 Apr, 2016 1 commit
    • Sergio Guadarrama's avatar
      Update ops.py · dd0671b7
      Sergio Guadarrama authored
      Make sure range create a list, otherwise this won't create a list in Python 3.
      dd0671b7
  25. 08 Apr, 2016 1 commit
  26. 07 Apr, 2016 1 commit
  27. 30 Mar, 2016 1 commit
    • argszero's avatar
      Update inception_train.py · 851f28a4
      argszero authored
      raise TypeError("Using a `tf.Tensor` as a Python `bool` is not allowed. "
      TypeError: Using a `tf.Tensor` as a Python `bool` is not allowed. Use `if t is not None:` instead of `if t:` to test if a tensor is defined, and use the logical TensorFlow ops to test the value of a tensor.
      851f28a4