Closed hyenal closed 2 years ago
I have closed this issue as it seems to be a backward compatibility one... Models with version < 0.1.5 are not compatible with models in version >=0.2.
Yes, that is unfortunately the case. I will try to keep the models backwards compatible with 0.2.x
. Basically, one cannot make add/remove/rename fields in the config.
Right now I am using my own copy of
vit_base_patch32_224_in21k
. I am trying to initialize the model usingtfimm.create_model
. I am trying to load the model using the following:This results in
Note that I am using tfimm==0.2.1 and everything worked very well with 0.1.5. In addition the following code work: