Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)