Fine tuning the provided trained HiFiC models #121
-
Hi, I am trying to use a trained HiFiC model as a starting point for fine-tuning on a specific dataset of mine. However, I'm not sure if and how I can do this. I understand that the I was wondering if you could help me figure out how to do it and if it is not possible, name the dataset on which your provided trained models are trained (or any other specific training script that gives the exact result of your trained models) so I can have the checkpoint of a trained HiFiC model that I can use for fine-tunning. Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, Please let me know if you run into issues, I am happy to help. |
Beta Was this translation helpful? Give feedback.
Hi,
Unfortunately, there is no 1-to-1 mapping from the hific.model.HiFiC code to the trained models, because of some unreleased internal layers.
I would try training with the provided trainer, and then finetuning, see https://github.com/tensorflow/compression/tree/master/models/hific#training-your-own-models.
Please let me know if you run into issues, I am happy to help.
Fabian