https://github.com/tom-doerr/mnist_codex
https://github.com/tom-doerr/mnist_codex
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tom-doerr/mnist_codex
- Owner: tom-doerr
- License: mit
- Created: 2021-08-31T02:13:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T02:18:58.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T09:48:12.247Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains a MNIST-classifier that is completely written by OpenAI Codex using the [Vim Codex plugin](https://github.com/tom-doerr/vim_codex).
The CUDA support does not seem to work, so you need to execute it with CUDA devices hidden:
```
export CUDA_VISIBLE_DEVICES=""
./main.py
```