Neurenix CLI - Command Line Interface for the Neurenix Framework
Usage: neurenix <command> [<args>]
Available commands:
init - Initialize a new Neurenix project with a standard folder structure, configuration files, and optional dataset
run - Run a Neurenix model training script with specified configuration options
save - Save the current project state, including model, configurations, and data
predict - Make predictions using a trained model
eval - Evaluate a trained model with specific metrics
export - Export a trained model to a specific format (ONNX, TorchScript, etc.)
hardware - Manage hardware settings, including auto-selection, device information, and benchmarking
preprocess - Preprocess input data for model training
monitor - Monitor model training in real-time
optimize - Optimize a model by adjusting hyperparameters or applying techniques like quantization
dataset - Manage datasets for training and evaluation
serve - Serve a trained model as a RESTful API
help - Display help information about available commands
For more information about a specific command, use:
neurenix help <command>
neurenix <command> --help