Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candle Deep Learning

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.

Getting Started

Install conda (or miniconda)

Make sure conda-forge is added to channels

conda config --append channels conda-forge

Create conda environment

conda create -n rust-deeplearning python=3.12
conda activate rust-deeplearning

Install JupyterLab

conda install -c conda-forge jupyterlab

Install Rust Kernel for Jupyter

cargo install --locked evcxr_jupyter
evcxr_jupyter --install

Start JupyterLab

jupyter lab

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages