Ashutosh Sanzgiri
About

Using Swift on Tensorflow

May 20, 2019

  • Lauching a Jupyter notebook for Swift
    git clone https://github.com/google/swift-jupyter.git
    cd swift-jupyter
    docker build -f docker/Dockerfile -t swift-jupyter .
    docker run -p 8888:8888 -it --cap-add SYS_PTRACE -v ~/swift-notebooks:/notebooks swift-jupyter
    
  • Useful resources:
    1. Swift for Tensorflow project on github: https://github.com/tensorflow/swift
    2. Swift kernels in Jupyter: https://github.com/google/swift-jupyter/#option-3-using-the-docker-container
    3. Fast AI swift notebooks: https://github.com/fastai/fastai_docs/tree/master/dev_swift
    4. Hacking with Swift: https://www.hackingwithswift.com
    5. Swift for Tensorflow example: https://colab.research.google.com/github/tensorflow/swift/blob/master/docs/site/tutorials/model_training_walkthrough.ipynb

Ashutosh Sanzgiri

  • Ashutosh Sanzgiri
  • sanzgiri@gmail.com
  • sanzgiri
  • sanzgiri

Musings on Data Science and Machine Learning