From 9d92f9a7b820aa9f0a67574bebd96eb32cb369ae Mon Sep 17 00:00:00 2001 From: Nathaniel Simard Date: Mon, 4 Dec 2023 09:39:55 -0500 Subject: [PATCH] Update readme (#1045) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cb471bc6b..88c2efe2d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + [![Discord](https://img.shields.io/discord/1038839012602941528.svg?color=7289da&&logo=discord)](https://discord.gg/uPEBbYYDB6) [![Current Crates.io Version](https://img.shields.io/crates/v/burn.svg)](https://crates.io/crates/burn) @@ -21,7 +21,7 @@ ## Performance
- + Because we believe the goal of a deep learning framework is to convert computation into useful intelligence, we have made performance a core pillar of Burn. We strive to achieve top efficiency by leveraging multiple optimization techniques described below. @@ -156,7 +156,7 @@ See [this section](https://burn.dev/book/advanced/backend-extension/index.html) ## Training & Inference
- + The whole deep learning workflow is made easy with Burn, as you can monitor your training progress with an ergonomic dashboard, and run inference everywhere from embedded devices to large GPU clusters. @@ -169,7 +169,7 @@ Burn was built from the ground up with training and inference in mind. It's also
- Burn Train TUI + Burn Train TUI
@@ -238,7 +238,7 @@ Burn's core components support [no_std](https://docs.rust-embedded.org/book/intr ## Backends
- + Burn strives to be as fast as possible on as many hardwares as possible, with robust implementations. We believe this flexibility is crucial for modern needs where you may train your models in the cloud, then deploy on customer hardwares, which vary from user to user.
@@ -390,7 +390,7 @@ See the [Fusion Backend README](./burn-fusion/README.md) for more details. ## Getting Started
- + Just heard of Burn? You are at the right place! Just continue reading this section and we hope you can get on board really quickly. @@ -491,7 +491,7 @@ Although Rust has the reputation of being a difficult language at first, we stro ## Community
- + If you are excited about the project, don't hesitate to join our [Discord](https://discord.gg/uPEBbYYDB6)! We try to be as welcoming as possible to everybody from any background.