Hi, is it possible to use the pretrained 6-epoch model and change the number of character classes?
I tried changing the number of characters in the config.py file and then load the pretrained 6-epoch model, but there is an error telling that there is a mismatch between the current graph and the graph from the checkpoint. This makes sense to me, but I wondered if there exists a way how to change the number of character classes when finetuning on my own dataset?
Hi, is it possible to use the pretrained 6-epoch model and change the number of character classes?
I tried changing the number of characters in the config.py file and then load the pretrained 6-epoch model, but there is an error telling that there is a mismatch between the current graph and the graph from the checkpoint. This makes sense to me, but I wondered if there exists a way how to change the number of character classes when finetuning on my own dataset?