https://github.com/NVIDIA/DIGITS
Revision af6be00eb64f3d2e9c0d1c6de3d01b380ab2cc26 authored by Luke Yeager on 21 July 2017, 00:28:04 UTC, committed by Luke Yeager on 21 July 2017, 00:28:04 UTC
Without this fix to the regular expression, the `re` module will happily
match `lenet.pyc` in addition to `lenet.py`. If your filesystem happens
to return `lenet.pyc` first, then you get a cryptic unicode error when
you try to customize the LeNet network. Presumably you'd get a nasty
error if you tried to actually train with this file as well.
1 parent 016d7c0
History
Tip revision: af6be00eb64f3d2e9c0d1c6de3d01b380ab2cc26 authored by Luke Yeager on 21 July 2017, 00:28:04 UTC
Tensorflow: fix network customization bug
Tip revision: af6be00
File Mode Size
.github
digits
docs
examples
packaging
plugins
scripts
.gitignore -rw-r--r-- 247 bytes
.gjslintrc -rw-r--r-- 76 bytes
.travis.yml -rw-r--r-- 4.4 KB
CLA -rw-r--r-- 7.8 KB
LICENSE -rw-r--r-- 1.5 KB
MANIFEST.in -rw-r--r-- 351 bytes
README.md -rw-r--r-- 2.8 KB
digits-devserver -rwxr-xr-x 111 bytes
digits-lint -rwxr-xr-x 391 bytes
digits-test -rwxr-xr-x 677 bytes
requirements.txt -rw-r--r-- 418 bytes
requirements_test.txt -rw-r--r-- 84 bytes
setup.cfg -rw-r--r-- 91 bytes
setup.py -rw-r--r-- 1.6 KB

README.md

back to top