https://github.com/maximekjaer/tf-dotty
Shape-safe TensorFlow in Dotty
https://github.com/maximekjaer/tf-dotty
dotty tensorflow
Last synced: about 1 year ago
JSON representation
Shape-safe TensorFlow in Dotty
- Host: GitHub
- URL: https://github.com/maximekjaer/tf-dotty
- Owner: MaximeKjaer
- License: mit
- Created: 2019-10-07T08:26:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:26:38.000Z (over 3 years ago)
- Last Synced: 2025-03-26T23:11:33.986Z (about 1 year ago)
- Topics: dotty, tensorflow
- Language: Scala
- Homepage: https://maximekjaer.github.io/tf-dotty/
- Size: 1.26 MB
- Stars: 45
- Watchers: 7
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# tf-dotty
[](https://travis-ci.com/MaximeKjaer/tf-dotty)
[](https://oss.sonatype.org/#nexus-search;quick~tf-dotty)
tf-dotty is an experimental [Dotty](https://github.com/lampepfl/dotty) library that adds type safety to TensorFlow code by statically checking tensor types and shape.
To use tf-dotty, read the [Getting Started documentation](https://maximekjaer.github.io/tf-dotty/docs/getting-started.html).
To develop on and contribute to tf-dotty, read the [Contributing documentation](https://maximekjaer.github.io/tf-dotty/docs/contributing)