From ca2e07408073709f779a53eea04e99084599b2d5 Mon Sep 17 00:00:00 2001 From: nayariml <74561810+nayariml@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:47:45 -0300 Subject: [PATCH] Add files via upload --- src/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.py b/src/config.py index 10c5d23..9b68b68 100644 --- a/src/config.py +++ b/src/config.py @@ -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'], @@ -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)