load model saved by tensorflow v1 using keras or tensorflow v2

170 Views Asked by At

I found a pre trained model online saved using tensorflow v1 Saver object in here. My goal is to load this model and fine tune it, but I have never used tensorflow v1 before and I was wandering is it is possible to load this model and then fine tune it using tensorflow 2 or, even better, in keras? and if it is possible, how do I do it?

The pre trained model has three files, a VGG16.data-00000-of-00001, a VGG16.index and a VGG16.meta. I am using tensorflow in python 3

0

There are 0 best solutions below