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
- Host: GitHub
- URL: https://github.com/ilyar/lab-tensorflow
- Owner: ilyar
- License: unlicense
- Created: 2021-04-22T21:30:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T08:50:43.000Z (about 5 years ago)
- Last Synced: 2025-10-23T19:52:45.336Z (8 months ago)
- Topics: tensorflow, tutorials
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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
```