Skip to content
Snippets Groups Projects
Commit 378cd72c authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

minor change on docs

parent 2d093767
No related branches found
No related tags found
No related merge requests found
Pipeline #272680 failed
......@@ -291,6 +291,7 @@ class AaLearner:
Does the loop which is seen in Figure 1 in the AutoAugment paper
which is:
1. <generate a random policy>
2. <see how good that policy is>
3. <save how good the policy is in a list/dictionary and
......@@ -310,15 +311,11 @@ class AaLearner:
Args:
train_dataset (torchvision.dataset.vision.VisionDataset):
test_dataset (torchvision.dataset.vision.VisionDataset):
child_network_architecture (Union[function, nn.Module]):
This can be both, for example,
``LeNet``
and
test_dataset (torchvision.dataset.vision.VisionDataset):
``LeNet()``
child_network_architecture (Union[function, nn.Module]):
This can be both, for example, ``LeNet`` or ``LeNet()``
iterations (int): how many different policies do you want to test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment