GitHub - lc0/tf2up: ๐จโ๐จA tiny web service to help you upgrade your TensorFlow code (original) (raw)
tf2up.ml - TensorFlow 2.0 upgrader service
Idea is to make upgrade process to TensorFlow 2.0 of your Jupyter notebooks even easier!
Bookmarklet
javascript:(function(){ window.open(window.location.toString().replace(/.*github\.com\/(.*)/, 'http://tf2up.ml/\$1')); })()
Demo
How it works
This project is standing on the shoulders of giants:
- TensorFlow's tf_upgrade_v2 with brand new support of inline jupyter notebook conversion
- nbdime for generating nice diffs for before and after
- Kubernetes + Helm for deploying this tiny service
Contributing
In order to run locally:
Main part: we need to build a docker image and run with local NBDIME_URL
Start nbdime container in a separate terminal
Now you can run the docker image with
Kudos
Thanks to all amazing people, that in one or another way helped this project:
- @DynamicWebPaige for supporting and making TF community awesome
- Daria Korkuna for creating the logo
- Jun Santos for frontend revamp
- Martin Wicke for TF2, cake, and feedback
- Jerry Kurata for testing the early versions of the upgrader
Citation
@misc{tf2up,
author = {Sergii Khomenko},
title = {tf2up.ml: TensorFlow 2.0 upgrader service},
howpublished = {\url{https://github.com/lc0/tf2up}}
}
GitHub @lc0 ยท Twitter @lc0d3r ยท Code and Gradients