For some reason I want to test the difference in the performance of a detector and his identical version but finetuned with some 3d convolutions.
The model of the detector is google EfficientDet, the weights are finetuned on custom data.
I was wondering if it was possible to load my custom weight in a model in which the graph-def is not the same (there would be 3d convolutions at some layers). And what could be the way to do that.
I'm new to Tensorflow and a bit sad because in Pytorch this would be so easy
Thanks