summaryrefslogtreecommitdiff
path: root/candle-examples/examples/mnist-training/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-examples/examples/mnist-training/main.rs')
-rw-r--r--candle-examples/examples/mnist-training/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/mnist-training/main.rs b/candle-examples/examples/mnist-training/main.rs
index a90904c4..16c4bb60 100644
--- a/candle-examples/examples/mnist-training/main.rs
+++ b/candle-examples/examples/mnist-training/main.rs
@@ -242,7 +242,7 @@ struct Args {
#[arg(long)]
load: Option<String>,
- /// The file where to load the trained weights from, in safetensors format.
+ /// The directory where to load the dataset from, in ubyte format.
#[arg(long)]
local_mnist: Option<String>,
}