# for multi-session "stitching" models, the per-session readin matrices map from
# for multi-session "stitching" models, the per-session readin matrices map from
# neurons to input factors which are fed into the shared encoder. These are initialized
# neurons to input factors which are fed into the shared encoder. These are
# by alignment_matrix_cxf and alignment_bias_c in the input .h5 files. They can be fixed or
# initialized by alignment_matrix_cxf and alignment_bias_c in the input .h5
# made trainable.
# files. They can be fixed or made trainable.
flags.DEFINE_boolean("do_train_readin",DO_TRAIN_READIN,"Whether to train the readin matrices and bias vectors. False leaves them fixed at their initial values specified by the alignment matrices / vectors.")
flags.DEFINE_boolean("do_train_readin",DO_TRAIN_READIN,"Whether to train the \
readin matrices and bias vectors. False leaves them fixed \
at their initial values specified by the alignment \