Skip to content

Commit b43e5dc

Browse files
committed
Changed model name.
1 parent 69aa91c commit b43e5dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neural_structured_learning/research/gam/experiments/run_train_gam_graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def main(argv):
320320
model_name += '-transd' if not FLAGS.inductive else ''
321321
model_name += '-L2' if FLAGS.use_l2_cls else '-CE'
322322
model_name += '-graph' if FLAGS.use_graph else '-noGraph'
323+
model_name += '-rowNorm' if FLAGS.row_normalize else ''
323324
model_name += '-seed_' + str(FLAGS.seed)
324325
model_name += FLAGS.experiment_suffix
325326
logging.info('Model name: %s', model_name)

0 commit comments

Comments
 (0)