Slide 1

Slide 1 text

What I learned from TensorFlow Dev Summit 2018 Margaret Maynard-Reid @margaretmz

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

@margaretmz | #TFDevSummit | #Extended | @GDGSeattle | @WTMSeattle | #WomenTechMakers Some of the announcements ● TensorFlow 1.7 (released the day before the Summit) ● TensorFlow.js ● TensorFlow for SWIFT ● TensorBoard debugger GUI plugin ● An official TensorFlow blog on Medium: blog.tensorflow.org ● An official TensorFlow YouTube Channel: youtube.com/tensorflow ● TensorFlow Hub: a shared ML library with reusable ML code called modules.

Slide 4

Slide 4 text

@margaretmz | #TFDevSummit | #Extended | @GDGSeattle | @WTMSeattle | #WomenTechMakers Eager Execution ● No longer need to create a session and call session.run() ● Iterate more quickly and debug easier ● How to enable Eager Execution? ○ Upgrade to TensorFlow 1.7 ○ tf.enable_eager_execution() ● Live demo with an interactive notebook goo.gl/eRpP8j ● Documentation here ● Watch the talk online here

Slide 5

Slide 5 text

@margaretmz | #TFDevSummit | #Extended | @GDGSeattle | @WTMSeattle | #WomenTechMakers TensorFlow Hub TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning model A module is ● a saved model ● easy to insatiate ● retrainable ● little training data is required in order to use a module

Slide 6

Slide 6 text

@margaretmz | #TFDevSummit | #Extended | @GDGSeattle | @WTMSeattle | #WomenTechMakers TensorBoard Debugger GUI Plugin ● TensorBoard debugger now has a GUI plugin! ● Watch the video here for the demo https://youtu.be/XcHWLsVmHvk. ● You just need one line to launch the plugin - $ tensorboard --logdir /tmp/logdir --debugger_port 7000

Slide 7

Slide 7 text

@margaretmz | #TFDevSummit | #Extended | @GDGSeattle | @WTMSeattle | #WomenTechMakers TensorFlow Lite ● A lightweight version of TensorFlow for on device ML ● Small, fast and cross platform ● Announced at I/O last year, ● Developer preview released Nov of 2017 ● Support Android, iOS and Raspberry Pi ● Future roadmap includes on-device training

Slide 8

Slide 8 text

@margaretmz | #TFDevSummit | #Extended | @GDGSeattle | @WTMSeattle | #WomenTechMakers References ● TensorFlow Dev Summit 2018 Schedule ● TensorFlow 1.70 release notes ● Video recording to all talks at the TensorFlow Dev Summit ● Official TensorFlow blog on Medium ● Official TensorFlow YouTube Channel ● My blog post here: bit.ly/learnings-TFDevSummit