https://github.com/brevdev/tensorflow-template
https://github.com/brevdev/tensorflow-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brevdev/tensorflow-template
- Owner: brevdev
- License: mit
- Created: 2022-12-01T22:23:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T20:25:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T00:18:28.996Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 248 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the template we use to setup the Brev Tensorflow template.
If you want to use it on your own machine, run
```
./.brev/setup.sh
```
Then either open the notebook or main.py file (both train an MNIST model).
```
python mnist_classifier/main.py
```
If you want to run the pre-configured Brev environment go to this link
[](https://console.brev.dev/environment/new?repo=https://github.com/brevdev/tensorflow-template.git&instance=g4dn.xlarge&diskStorage=60)
N.B. At Brev, we are working really hard to make great templates to help people get started with ML easily. We think one of the biggest difficulties in getting started with ML is to setup models and environments. So we make templates that just work out of the box. If you want a template for a specific framework/model, let us know in our [discord](https://discord.gg/NVDyv7TUgJ) and we’ll make it.