Skip to content
Snippets Groups Projects
Commit dab01b02 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[build] add script to train DCGAN in setup.py

parent ad3aa441
No related branches found
No related tags found
1 merge request!4Resolve "Add GANs"
Pipeline #
......@@ -70,6 +70,7 @@ setup(
# scripts should be declared using this entry:
'console_scripts' : [
'train_cnn.py = bob.learn.pytorch.scripts.train_cnn:main',
'train_dcgan.py = bob.learn.pytorch.scripts.train_dcgan:main',
],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment