File tree 3 files changed +3
-3
lines changed
burn-train/src/checkpoint/strategy
examples/custom-image-dataset/src
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use serde::{de::DeserializeOwned, Serialize};
11
11
12
12
use super :: reader:: from_file;
13
13
14
- /// A recorder that that loads PyTorch files (`.pt`) into Burn modules.
14
+ /// A recorder that loads PyTorch files (`.pt`) into Burn modules.
15
15
///
16
16
/// LoadArgs can be used to remap keys or file path.
17
17
/// See [LoadArgs](struct.LoadArgs.html) for more information.
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ mod tests {
114
114
process_train ( & mut processor, 0.3 , epoch) ;
115
115
end_epoch ( & mut processor, epoch) ;
116
116
117
- // Should save the current record and delete the pervious one.
117
+ // Should save the current record and delete the previous one.
118
118
assert_eq ! (
119
119
vec![ CheckpointingAction :: Delete ( 1 ) , CheckpointingAction :: Save ] ,
120
120
strategy. checkpointing( epoch, & store)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use tar::Archive;
5
5
use burn:: data:: { dataset:: vision:: ImageFolderDataset , network:: downloader} ;
6
6
7
7
/// CIFAR-10 mirror from [fastai](https://github.com/fastai/fastai/blob/master/fastai/data/external.py#L44).
8
- /// Licensed under the [Appache License](https://github.com/fastai/fastai/blob/master/LICENSE).
8
+ /// Licensed under the [Apache License](https://github.com/fastai/fastai/blob/master/LICENSE).
9
9
const URL : & str = "https://s3.amazonaws.com/fast-ai-sample/cifar10.tgz" ;
10
10
11
11
/// The [CIFAR-10](https://www.cs.toronto.edu/%7Ekriz/cifar.html) dataset consists of 60,000 32x32
You can’t perform that action at this time.
0 commit comments