Hello,
Using https://github.com/rwightman/pytorch-image-models/ GitHub repo, I trained a model for my own data set. But when I tried to convert it to an inference time model.I got checkpoint loading inconsistencies.
What should I do?
You may load the checkpoint and convert, then save the converted model, so that you can build an inference-time model and load the saved checkpoint directly next time.
Hello, Using https://github.com/rwightman/pytorch-image-models/ GitHub repo, I trained a model for my own data set. But when I tried to convert it to an inference time model.I got checkpoint loading inconsistencies. What should I do?
thanks in advance