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.pytorch
Commits
1876beb7
Commit
1876beb7
authored
Jan 22, 2019
by
Olegs NIKISINS
Browse files
Renamed the training script to more specific, now train_autoencoder
parent
181b2fff
Pipeline
#26252
passed with stage
in 7 minutes and 34 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/learn/pytorch/scripts/
pytorch_train
.py
→
bob/learn/pytorch/scripts/
train_autoencoder
.py
View file @
1876beb7
File moved
setup.py
View file @
1876beb7
...
...
@@ -72,7 +72,7 @@ setup(
'train_cnn.py = bob.learn.pytorch.scripts.train_cnn:main'
,
'train_dcgan.py = bob.learn.pytorch.scripts.train_dcgan:main'
,
'train_conditionalgan.py = bob.learn.pytorch.scripts.train_conditionalgan:main'
,
'pytorch-train-autoencoder-pad.py = bob.learn.pytorch.scripts.
pytorch_train
:main'
,
'pytorch-train-autoencoder-pad.py = bob.learn.pytorch.scripts.
train_autoencoder
: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