ML using an entire Rust toolchain
This project is intended to be a learning resource for learning Candle and is based off of the awesome Zero to Mastery Learn Pytorch for Deep Learning.
Install conda (or miniconda)
Make sure conda-forge is added to channels
conda config --append channels conda-forgeCreate conda environment
conda create -n rust-deeplearning python=3.12
conda activate rust-deeplearningInstall JupyterLab
conda install -c conda-forge jupyterlabInstall Rust Kernel for Jupyter
cargo install --locked evcxr_jupyter
evcxr_jupyter --installStart JupyterLab
jupyter lab