Skip to content
Snippets Groups Projects
Commit eaa36161 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

fix entry points

parent d0dfbf0c
Branches
Tags
1 merge request!10Add a script to convert dbs to tfrecords
Pipeline #
...@@ -48,8 +48,8 @@ setup( ...@@ -48,8 +48,8 @@ setup(
# scripts should be declared using this entry: # scripts should be declared using this entry:
'console_scripts': [ 'console_scripts': [
'compute_statistics.py = bob.learn.tensorflow.script.compute_statistics:main', 'compute_statistics.py = bob.learn.tensorflow.script.compute_statistics:main',
'train.py = bob.learn.tensorflow.script.train:main' 'train.py = bob.learn.tensorflow.script.train:main',
'bob_db_to_tfrecords = bob.learn.tensorflow.script.db_to_tfrecords:main' 'bob_db_to_tfrecords = bob.learn.tensorflow.script.db_to_tfrecords:main',
], ],
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment