WarmUpAndCosineDecay | R Documentation |
Adopted from https://github.com/google-research/simclr/blob/67b562524223e65c0414a15c3bd7ac007d28f629/tf2/model.py#L78
WarmUpAndCosineDecay(
base_learning_rate = 0.3,
num_examples = NULL,
batch_size = 256L,
warmup_epochs = 10,
epochs = 100L
)
base_learning_rate |
Baseline learning rate (default: 0.3) |
num_examples |
Number of total training samples |
batch_size |
Batch size (default : 256) |
warmup_epochs |
Warmup epochs (default: 10) |
epochs |
Total training epochs |
a WarmUpAndCosineDecay object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.