lc0 / tf2up

πŸ‘¨β€πŸŽ¨A tiny web service to help you upgrade your TensorFlow code

Home Page:http://tf2up.ml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ‘¨β€πŸŽ¨A tiny web service to help you upgrade your TensorFlow code

http://tf2up.ml/

License:MIT License


Languages

Language:Python 50.2%Language:HTML 35.4%Language:CSS 7.2%Language:Makefile 3.5%Language:Jupyter Notebook 2.7%Language:Dockerfile 0.7%Language:Shell 0.3%