You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,25 @@ images = loader.styles_to_images(styles) # call the generator on intermediate s
261
261
save_image(images, './sample.jpg') # save your images, or do whatever you desire
262
262
```
263
263
264
+
### Logging to experiment tracker
265
+
266
+
To log the losses to an open source experiment tracker (Aim), you simply need to pass an extra flag like so.
267
+
268
+
```bash
269
+
$ stylegan2_pytorch --data ./data --log
270
+
```
271
+
272
+
Then, you need to make sure you have <ahref="https://docs.docker.com/get-docker/">Docker installed</a>. Following the instructions at <ahref="https://github.com/aimhubio/aim">Aim</a>, you execute the following in your terminal.
273
+
274
+
```bash
275
+
$ aim up
276
+
```
277
+
278
+
Then open up your browser to the address and you should see
0 commit comments