"magic_pdf/vscode:/vscode.git/clone" did not exist on "d5ea44f944d73349c6a012fad426cfff0c2a2584"
- 25 Jul, 2017 1 commit
-
-
Haoyu Yun authored
-
- 20 Mar, 2017 1 commit
-
-
stream authored
-
- 14 Mar, 2017 1 commit
-
-
Neal Wu authored
-
- 20 Feb, 2017 1 commit
-
-
Joshua Howard authored
-
- 08 Jan, 2017 1 commit
-
-
Martin Wicke authored
-
- 23 Jun, 2016 1 commit
-
-
Evan Lezar authored
* Use the tensorflow cross entropy function to prevent nan losses. * Correct double softmax and use mean for loss.
-
- 02 Jun, 2016 1 commit
-
-
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.
-
- 31 May, 2016 1 commit
-
-
Evan Lezar authored
* Changed the examples to specify the output size instead of the downsample_factor. This is required by PR #57 * Address flake8 errors. * Update readme and parameter descriptions.
-
- 12 May, 2016 1 commit
-
-
Timur authored
* Modified the way the output size is specified. * Added support for batches of inputs.
-
- 01 Apr, 2016 1 commit
-
-
David Dao authored
Shorten STN summary in README relinked to data files adding license header, editing AUTHORS file adding tensorflow version
-