An open API service indexing awesome lists of open source software.

https://github.com/zeionara/swift-tf-basics

First steps in leaning swift for tensorflow
https://github.com/zeionara/swift-tf-basics

Last synced: 3 months ago
JSON representation

First steps in leaning swift for tensorflow

Awesome Lists containing this project

README

        

# Description
This package demonstrates basic features of `swift for tensorflow` and serves educational purposes.
# Setup
The `setup.sh` script contains steps for installing `swift4tf` on your machine, the instructions are mostly taken from a [medium article here](https://medium.com/@pvzig/swift-development-with-visual-studio-code-on-linux-99cac3918582) and swift distribution with `TensorFlow` package is downloaded from [here](https://github.com/tensorflow/swift/blob/master/Installation.md). Also notes [here](https://github.com/tensorflow/swift/blob/master/Usage.md) might also be useful during environment initialization.
# Usage
The project can be loaded to the VScode and launched via `debug` button using configurations defined in `.vscode/launch.json`.