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 69aa91c commit b43e5dcCopy full SHA for b43e5dc
neural_structured_learning/research/gam/experiments/run_train_gam_graph.py
@@ -320,6 +320,7 @@ def main(argv):
320
model_name += '-transd' if not FLAGS.inductive else ''
321
model_name += '-L2' if FLAGS.use_l2_cls else '-CE'
322
model_name += '-graph' if FLAGS.use_graph else '-noGraph'
323
+ model_name += '-rowNorm' if FLAGS.row_normalize else ''
324
model_name += '-seed_' + str(FLAGS.seed)
325
model_name += FLAGS.experiment_suffix
326
logging.info('Model name: %s', model_name)
0 commit comments