mirror of https://github.com/tracel-ai/burn.git
Docs fix spelling issues (#2183)
* fix README.md * fix README.md * fix mdbook.rs
This commit is contained in:
parent
784f57bee4
commit
c29ed43441
|
@ -155,7 +155,7 @@ Hardware specific features 🔥
|
||||||
</summary>
|
</summary>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
It is no secret that deep learning is mosly relying on matrix multiplication as its core operation,
|
It is no secret that deep learning is mostly relying on matrix multiplication as its core operation,
|
||||||
since this is how fully-connected neural networks are modeled.
|
since this is how fully-connected neural networks are modeled.
|
||||||
|
|
||||||
More and more, hardware manufacturers optimize their chips specifically for matrix multiplication
|
More and more, hardware manufacturers optimize their chips specifically for matrix multiplication
|
||||||
|
|
|
@ -78,7 +78,7 @@ Running benchmarks...
|
||||||
|
|
||||||
By default `burnbench` uses a compact output with a progress bar which hides the
|
By default `burnbench` uses a compact output with a progress bar which hides the
|
||||||
compilation logs and benchmarks results as they are executed. If a benchmark
|
compilation logs and benchmarks results as they are executed. If a benchmark
|
||||||
failed to run, the `--verbose` flag can be use to investigate the error.
|
failed to run, the `--verbose` flag can be used to investigate the error.
|
||||||
|
|
||||||
#### Authentication and benchmarks sharing
|
#### Authentication and benchmarks sharing
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ use crate::utils::process::handle_child_process;
|
||||||
|
|
||||||
use super::Params;
|
use super::Params;
|
||||||
|
|
||||||
/// Run an mdbook command with the passed directory as the current directory
|
/// Run a mdbook command with the passed directory as the current directory
|
||||||
pub(crate) fn run_mdbook_with_path<P: AsRef<Path>>(
|
pub(crate) fn run_mdbook_with_path<P: AsRef<Path>>(
|
||||||
command: &str,
|
command: &str,
|
||||||
params: Params,
|
params: Params,
|
||||||
|
|
Loading…
Reference in New Issue