Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
d0d99252
Commit
d0d99252
authored
Jan 21, 2016
by
Lukasz Kaiser
Browse files
Improve open-source Neural GPU code.
parent
90d6e3b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
41 deletions
+0
-41
neural_gpu/BUILD
neural_gpu/BUILD
+0
-41
No files found.
neural_gpu/BUILD
deleted
100644 → 0
View file @
90d6e3b9
py_library
(
name
=
"data_utils"
,
srcs
=
[
"data_utils.py"
,
],
deps
=
[
"//file/colossus/public:cns"
,
"//third_party/py/numpy"
,
"//third_party/py/tensorflow"
,
],
)
py_library
(
name
=
"neural_gpu"
,
srcs
=
[
"neural_gpu.py"
,
],
deps
=
[
":data_utils"
,
"//third_party/py/numpy"
,
"//third_party/py/tensorflow"
,
],
)
py_binary
(
name
=
"neural_gpu_trainer"
,
srcs
=
[
"neural_gpu_trainer.py"
,
],
launcher
=
"//devtools/python/launcher"
,
malloc
=
"//tcmalloc:tcmalloc_or_debug"
,
deps
=
[
":neural_gpu"
,
"//file/colossus/public:cns"
,
"//net/proto2/python/public:use_fast_cpp_protos"
,
"//third_party/py/Tkinter"
,
"//third_party/py/matplotlib"
,
"//third_party/py/numpy"
,
"//third_party/py/tensorflow"
,
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment