eaplatanios / tensorflow_scala

TensorFlow API for the Scala Programming Language
http://platanios.org/tensorflow_scala/
Apache License 2.0
936 stars 96 forks source link

load pretrained models #195

Open ahmedlone127 opened 2 years ago

ahmedlone127 commented 2 years ago

I fine tuned a model in python tensorflow and saved it to drive now i want to load that model using the scala tensorflow api , how would i go about it?