genxcode
Generate boilerplate with config.
Use genxcode to generate boilerplate from genxcode.yaml.
curl -sSfL https://raw.githubusercontent.com/john221wick/genxcode-go/main/install.sh | sh
genxcode init pytorch
# edit genxcode.yaml
genxcode apply
python main.py genxcode.yaml
template: pytorch
name: pytorch
arch: mlp
metrics:
- accuracy
- loss
device: cpueditable output