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

https://github.com/ilyar/lab-tensorflow

tutorials tensorflow
https://github.com/ilyar/lab-tensorflow

tensorflow tutorials

Last synced: 3 months ago
JSON representation

tutorials tensorflow

Awesome Lists containing this project

README

          


tensorflow



tutorials tensorflow


## Run

[TensorFlow 2 quickstart for experts](https://www.tensorflow.org/tutorials/quickstart/advanced)

```shell
make mnist
```

## Clean

```shell
make clean
```

### Run CI local

Installation [act](https://github.com/nektos/act):
```shell
brew install act
```

Run
```shell
act --help
```