Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.tensorflow
Commits
eaa36161
Commit
eaa36161
authored
Sep 07, 2017
by
Amir MOHAMMADI
Browse files
fix entry points
parent
d0dfbf0c
Pipeline
#12003
failed with stages
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
eaa36161
...
...
@@ -48,8 +48,8 @@ setup(
# scripts should be declared using this entry:
'console_scripts'
:
[
'compute_statistics.py = bob.learn.tensorflow.script.compute_statistics:main'
,
'train.py = bob.learn.tensorflow.script.train:main'
'bob_db_to_tfrecords = bob.learn.tensorflow.script.db_to_tfrecords:main'
'train.py = bob.learn.tensorflow.script.train:main'
,
'bob_db_to_tfrecords = bob.learn.tensorflow.script.db_to_tfrecords:main'
,
],
},
...
...
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