java icon indicating copy to clipboard operation
java copied to clipboard

Support for Model load - General issues with Model loading

Open JimClarke5 opened this issue 4 years ago • 2 comments

  1. Is there a way to expose the TF C++ file tensorflow/c/checkpoint_reader.cc (class CheckpointReader) to the Java framework? We need this to restore weights and variables from checkpoints and saved models. (@rnett @karllessard @Craigacp). TF Python calls out to this C++ class for this functionality.

JimClarke5 avatar Nov 17 '21 23:11 JimClarke5

Can you use Session.load? It's not the same but it's somewhat close.

rnett avatar Nov 17 '21 23:11 rnett

I will have to investigate it.

JimClarke5 avatar Nov 17 '21 23:11 JimClarke5