Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximekjaer/tf-dotty
Shape-safe TensorFlow in Dotty
https://github.com/maximekjaer/tf-dotty
dotty tensorflow
Last synced: 3 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:26:38.000Z (about 2 years ago)
- Last Synced: 2024-04-15T04:42:49.031Z (10 months ago)
- Topics: dotty, tensorflow
- Language: Scala
- Homepage: https://maximekjaer.github.io/tf-dotty/
- Size: 1.26 MB
- Stars: 45
- Watchers: 8
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# tf-dotty
[![Build Status](https://travis-ci.com/MaximeKjaer/tf-dotty.svg?branch=master)](https://travis-ci.com/MaximeKjaer/tf-dotty)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/io.kjaer/tf-dotty_3.0.0-RC3?label=latest%20snapshot%20release&server=https%3A%2F%2Foss.sonatype.org)](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)