mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 20:01:52 +09:00
9 lines
157 B
C
9 lines
157 B
C
#ifndef TRAIN_H
|
|
#define TRAIN_H
|
|
|
|
/* Train model on existing spritesheets in ../src/assets/
|
|
Saves to autokem.safetensors */
|
|
int train_model(void);
|
|
|
|
#endif
|