Compare commits

..

No commits in common. "be12de2c9465220e9592b47e50218fd7be451f80" and "4eaef537f0bebd5526e32e67862a25ece5543c13" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View file

@ -1,9 +1,7 @@
<h1 align="center">Dockerized-Rust-ML</h1>
<p align="center">A Template for Rust ML Projects</p>
<h1 align="center">Dockerized-Rust</h1>
<p align="center">A Template for Rust Projects</p>
## About this Template
This template should be used when developing **Rust** apps. It's designed to be *lightweight* and *Fast*. This project is built on top of my **Dockerized-Rust** template that more fits towards *Machine Learning*. This project is still in early infancy so be prepared for bugs and issues
This template should be used when developing **Rust** apps. It's designed to be *lightweight* and *Fast*. I would recommend using this **with** my **Rust-LS** container as it makes Rust Development so much more fun and streamlined
I would recommend using this **with** my **Rust-LS** container as it makes Rust Development so much more fun and streamlined
Just adopt this into your project and it should take care of itself!
Just adopt this into your project and it should take care of itself!

View file

@ -4,4 +4,3 @@ version = "0.1.0"
edition = "2021"
[dependencies]
burn = { version = "0.16.0", features = ["webgpu", "train", "vision"] }