Eden Dolev
Eden Dolev
Thanks for the replies @akhorlin and @arghyaganguly . My use case is to use a pretrained SavedModel as a layer in another model, but with no fine tuning. `hub.load` doesn't...
Thanks! Yes I've seen that page and the model garden repository. The page indicates that ``` Saving from a Keras Model should make all the mechanics of fine-tuning work (saving...
Thanks for the response @lucidrains ! Ohh interesting, I'll check out the changes and try it out. Will look out for more updates!