texar-pytorch
texar-pytorch copied to clipboard
Loading pre-trained model checkpoint and model arch config are coupled
setting pretrained_model_name will not only define the model arch but also load the pre-trained checkpoint. We should have another hparam to control whether to load pre-trained checkpoint or not.