You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PTMLib 0.1.7 includes support for the TensorFlow SavedModel format. This provides more flexibility for saving Deep Learning models with custom layers when using the PTMLib load_or_fit_model function.
Added the ptmlib.model_tools library with the load_or_fit_model() function: Train, save, and reload Tensorflow models and metric charts automatically, making it easier to pick up where you left off