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
- Host: GitHub
- URL: https://github.com/zeionara/swift-tf-basics
- Owner: zeionara
- License: apache-2.0
- Created: 2020-04-25T12:33:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T15:01:09.000Z (over 4 years ago)
- Last Synced: 2025-01-02T07:46:14.814Z (5 months ago)
- Language: Swift
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`.