Mojo
commited on
Commit
·
7fe170b
1
Parent(s):
eec245e
Added files
Browse files
README.md
CHANGED
@@ -72,4 +72,4 @@ test_dataloader: Returns the data loader for the testing dataset.
|
|
72 |
The CIFARDataModule class also includes utility methods:
|
73 |
|
74 |
_split_train_val: Splits the training dataset into training and validation subsets based on the specified validation split ratio.
|
75 |
-
_init_fn: Initializes the random seed for each worker process to ensure reproducibility.
|
|
|
72 |
The CIFARDataModule class also includes utility methods:
|
73 |
|
74 |
_split_train_val: Splits the training dataset into training and validation subsets based on the specified validation split ratio.
|
75 |
+
_init_fn: Initializes the random seed for each worker process to ensure reproducibility .
|