Skip to content
Snippets Groups Projects

Resolve "Add GANs"

Merged Guillaume HEUSCH requested to merge 4-add-gans into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -70,6 +70,7 @@ setup(
@@ -70,6 +70,7 @@ setup(
# scripts should be declared using this entry:
# scripts should be declared using this entry:
'console_scripts' : [
'console_scripts' : [
'train_cnn.py = bob.learn.pytorch.scripts.train_cnn:main',
'train_cnn.py = bob.learn.pytorch.scripts.train_cnn:main',
 
'train_dcgan.py = bob.learn.pytorch.scripts.train_dcgan:main',
],
],
},
},
Loading