Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nayariml authored Oct 4, 2021
1 parent e312d00 commit ca2e074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# For training.
flags.DEFINE_string('data_dir', None, 'Where tfrecords are saved')
flags.DEFINE_string('log_dir', 'logs', 'Where to save training models')
#flags.DEFINE_string('log_dir', 'logs', 'Where to save training models')
flags.DEFINE_string('model_dir', None,
'Where model will be saved -- filled automatically')
flags.DEFINE_list('datasets', ['h36m', 'penn_action', 'insta_variety'],
Expand Down Expand Up @@ -234,7 +234,7 @@ def prepare_dirs(config, prefix=[]):
postfix.append('lw-pose{:g}'.format(config.e_lw_pose))
if config.e_lw_hallucinate != 1:
postfix.append('lw-hall{:g}'.format(config.e_lw_pose))


if config.d_lr != 1e-4:
postfix.append('Dlr{:g}' % config.d_lr)
Expand Down

0 comments on commit ca2e074

Please sign in to comment.