From ff513314fcd3ffb86e7fba991b39b634efe5eb86 Mon Sep 17 00:00:00 2001 From: Evgeny Igumnov Date: Tue, 3 Oct 2023 15:47:04 +0600 Subject: small misspeling and polish fix --- candle-book/src/simplified.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'candle-book') diff --git a/candle-book/src/simplified.rs b/candle-book/src/simplified.rs index 6427563f..6101591d 100644 --- a/candle-book/src/simplified.rs +++ b/candle-book/src/simplified.rs @@ -63,8 +63,8 @@ impl MultiLevelPerceptron { -#[tokio::test] // ANCHOR: book_training_simplified3 +#[tokio::test] async fn simplified() -> anyhow::Result<()> { let dev = Device::cuda_if_available(0)?; @@ -148,7 +148,7 @@ async fn simplified() -> anyhow::Result<()> { Ok(()) } -// ANCHOR_3: book_training_simplified3 +// ANCHOR_END: book_training_simplified3 // ANCHOR: book_training_simplified2 fn train(m: Dataset, dev: &Device) -> anyhow::Result { -- cgit v1.2.3