Skip to content

Commit c26020c

Browse files
Update 2020-08-18-pytorch-1.6-now-includes-stochastic-weight-averaging.md
1 parent 13bddec commit c26020c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-08-18-pytorch-1.6-now-includes-stochastic-weight-averaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ We expect solutions that are centered in the flat region of the loss to generali
139139

140140
**Figure 4**. *Train loss and test error along the line connecting the SWA solution (circle) and SGD solution (square). The SWA solution is centered in a wide region of low train loss, while the SGD solution lies near the boundary. Because of the shift between train loss and test error surfaces, the SWA solution leads to much better generalization*.
141141

142-
##What are results achieved with SWA?
142+
## What are results achieved with SWA?
143143

144144
We release a GitHub [repo](https://github.com/izmailovpavel/torch_swa_examples) with examples using the PyTorch implementation of SWA for training DNNs. For example, these examples can be used to achieve the following results on CIFAR-100:
145145

0 commit comments

Comments
 (0)