"vscode:/vscode.git/clone" did not exist on "6f6c92855d0f0c4ea0a70651e3094b92b736f093"
  1. 23 Jun, 2017 1 commit
    • 黄璞's avatar
      Comment wrong in adversarial_crypto model · f2c86f92
      黄璞 authored
      According to the code below:
      ```python
      if key is not None:
            combined_message = tf.concat(axis=1, values=[message, key])
      else:
            combined_message = message
      ```python
      If the key=None, combined_message is just message, not the key.
      f2c86f92
  2. 22 Jun, 2017 3 commits
  3. 21 Jun, 2017 1 commit
    • Salas's avatar
      Fix compatibility of object_detection for Python3 (#1610) · 3f9382a6
      Salas authored
      * make batcher compatible for py3
      
      * make prefetcher and operations in ops compatible for py3
      
      * use six.iteritem
      
      * make all tests in  compatible with py3
      
      * simplify usage of six and modify import order
      
      * add back the space line
      3f9382a6
  4. 20 Jun, 2017 5 commits
  5. 19 Jun, 2017 3 commits
  6. 17 Jun, 2017 1 commit
  7. 16 Jun, 2017 13 commits
  8. 15 Jun, 2017 13 commits