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

https://github.com/tom-doerr/mnist_codex


https://github.com/tom-doerr/mnist_codex

Last synced: over 1 year ago
JSON representation

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
```