We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7398de commit 954a33aCopy full SHA for 954a33a
options/demo_options.json
train.py
@@ -29,11 +29,6 @@ def run(opt):
29
iter_counter = IterationCounter(opt, len(dataloader))
30
visualizer = Visualizer(opt)
31
32
- if not opt.debug:
33
- # We keep a copy of the current source code for each experiment
34
- copy_src(path_from="./",
35
- path_to=os.path.join(opt.checkpoints_dir, opt.name))
36
-
37
# We wrap training into a try/except clause such that the model is saved
38
# when interrupting with Ctrl+C
39
try:
0 commit comments