init | Initialize a new Neurenix project with folder structure and config |
run | Run a model training script with specified configuration |
eval | Evaluate a trained model with specific metrics |
export | Export a trained model to various formats (ONNX, TorchScript, etc.) |
serve | Serve a trained model as a RESTful API |
save | Save the current project state |
predict | Make predictions using a trained model |
hardware | Manage hardware settings and device selection |
preprocess | Preprocess input data for model training |
monitor | Monitor model training in real-time |
optimize | Optimize a model with hyperparameters or quantization |
dataset | Manage datasets for training and evaluation |
help | Display help information about commands |