Skip to content

Commit be6cd34

Browse files
committed
add SWA blogpost
1 parent 8ccc663 commit be6cd34

11 files changed

+176
-2
lines changed

‎README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Install the following packages before attempting to setup the project:
1212
- [ruby-build](https://github.com/rbenv/ruby-build)
1313
- [nvm](https://github.com/creationix/nvm)
1414

15+
On OSX, you can use:
16+
17+
```
18+
brew install rbenv ruby-build nvm
19+
```
20+
1521
## Setup
1622

1723
#### Install required Ruby version:
@@ -20,7 +26,7 @@ Install the following packages before attempting to setup the project:
2026
#### You only need to run these commands if you are missing the needed Ruby version.
2127
2228
rbenv install `cat .ruby-version`
23-
gem install bundler
29+
gem install bundler -v 1.16.3
2430
rbenv rehash
2531
2632
####
@@ -39,7 +45,7 @@ nvm use
3945
#### Install Yarn
4046

4147
```
42-
brew install yarn --without-node
48+
brew install yarn --ignore-dependencies
4349
yarn install
4450
```
4551

‎_posts/2019-4-29-stochastic-weight-averaging-in-pytorch.md

+168
Large diffs are not rendered by default.

‎assets/images/swa/Figure1.png

259 KB
Loading

‎assets/images/swa/Figure2.png

19.4 KB
Loading

‎assets/images/swa/Figure3.png

19.5 KB
Loading

‎assets/images/swa/Figure4.png

143 KB
Loading

‎assets/images/swa/Figure5.png

146 KB
Loading

‎assets/images/swa/Figure6.png

251 KB
Loading

‎assets/images/swa/Figure7.png

125 KB
Loading

‎assets/images/swa/Figure8.png

1.6 MB
Loading

‎assets/images/swa/Figure_rl.png

128 KB
Loading

0 commit comments

Comments
 (0)