swiss-ai-center / a-guide-to-mlops

A simple yet complete guide to MLOps tools and practices - from a conventional way to a modern approach of working with ML projects.
https://mlops.swiss-ai-center.ch
Creative Commons Attribution Share Alike 4.0 International
28 stars 1 forks source link

Update notebook dependencies #192

Closed rmarquis closed 3 months ago

rmarquis commented 3 months ago

The notebook currently uses tensorflow 2.12, while the current version is 2.17.

We use some experimental functions that have been promoted to stable status in latter version. Update the notebook to make use of the stable code.

This will then allow for updating and validating the guide for the use of newer dependencies versions.