Svetozar Radojčin
Svetozar Radojčin
> If you can export Google's Gemma models from Keras to a TF Saved Model -any help how to do that?
@Craigacp , got similar file size by using a little different Python script `/variables/variables.data-00000-of-00001 - **20.917.805.737** in size` `saved_model.pb - 4.056.008` I thought I made a mistake, but now I...
Now, let's try to load this monster using Java code. We'll see what happens.
It ate up all 16GB on my computer, and failed to load :-( ... ``` public static void main(String[] args) { SavedModelBundle model = null; try { String modelPath =...
@Craigacp , thank you for your honest and detailed insight. If Google has indeed abandoned TensorFlow, then the situation is not good for projects like the TensorFlow Java API. Because,...