1. 02 Jun, 2016 1 commit
    • Evan Lezar's avatar
      Import scipy.ndimage before tensorflow to fix jpeg load. (#165) · c716c1b8
      Evan Lezar authored
      When importing tensorflow before scipi.ndimage and running the
      example in a docker container, the following error is given:
      
      ```
       % python example.py
      Traceback (most recent call last):
        File "example.py", line 25, in <module>
          im = im / 255.
      TypeError: unsupported operand type(s) for /: 'instance' and 'float'
      ```
      This only happens for 'cat.jpg'. When converting the image to a '.png'
      file, the example runs as expected.
      
      When swapping the imports around so that scipy.ndimage is imported
      BEFORE tensorflow, both 'jpg' and 'png' files work.
      c716c1b8
  2. 31 May, 2016 1 commit
  3. 01 Apr, 2016 1 commit
    • David Dao's avatar
      Spatial Transformer model · 41c52d60
      David Dao authored
      Shorten STN summary in README
      
      relinked to data files
      
      adding license header, editing AUTHORS file
      
      adding tensorflow version
      41c52d60