Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

lc0/tf2up

Repository files navigation

tf2up.ml - TensorFlow 2.0 upgrader service

GitHub license Twitter

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:

Contributing

In order to run locally:

Main part: we need to build a docker image and run with local NBDIME_URL

make build -e

Start nbdime container in a separate terminal

make nbbuild nbrun

Now you can run the docker image with

make run

Kudos

Thanks to all amazing people, that in one or another way helped this project:

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