Skip to content

quietlychris/dfdx_cifar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfdx_cifar

Classifying the CIFAR-10 dataset using the dfdx library.

# Build the Docker container for dfdx with CUDA support
$ docker build . -t dfdx:latest
# Mount the working directory into the dfdx container at /home
$ docker run --gpus all --rm -it -v $(pwd):/home dfdx:latest
$ cargo run --release --features=dfdx/cuda

Tested on Pop!_OS with an NVIDIA 4070Ti

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published