Skip to content

Instantly share code, notes, and snippets.

@danielbank
Last active January 14, 2020 06:40
Show Gist options
  • Select an option

  • Save danielbank/0a390259c0a65d1921f1a62114f3711f to your computer and use it in GitHub Desktop.

Select an option

Save danielbank/0a390259c0a65d1921f1a62114f3711f to your computer and use it in GitHub Desktop.
TensorFlow Lite Workshop (Windows)

Windows

Workshop Link

Using Windows Subsystem for Linux

/dev/ttyS<COM PORT #>

Example for COM3, use these commands:

sudo chmod 666 /dev/ttyS3
export DEVICENAME=/dev/ttyS3
export BAUD_RATE=921600
stty -F /dev/ttyS3 921600

Source if still having trouble: https://www.scivision.dev/usb-tty-windows-subsystem-for-linux/

Probably Junk

Prereqs:

  • Git (check if this is installed by typing git at the command line)

  • Python 3 (check if this is installed by typing python3 or python --version at the command line)

  • Pip for Python 3 (helpful StackOverflow answer)

  • Make 4.2.1 or higher (check if this is installed by running make --version)

Codelab Tips

  • Just download the ZIP for the repo, don't use curl

  • Do everything in the root of the project (tensorflow-master\tensorflow-master)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment