Skip to content

Commit 954a33a

Browse files
committed
remove unused stuff
1 parent e7398de commit 954a33a

File tree

2 files changed

+0
-77
lines changed

2 files changed

+0
-77
lines changed

options/demo_options.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

train.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ def run(opt):
2929
iter_counter = IterationCounter(opt, len(dataloader))
3030
visualizer = Visualizer(opt)
3131

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-
3732
# We wrap training into a try/except clause such that the model is saved
3833
# when interrupting with Ctrl+C
3934
try:

0 commit comments

Comments
 (0)