-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
46 lines (43 loc) · 945 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
url: https://mlverse.github.io/tfevents/
template:
bootstrap: 5
reference:
- title: Event logging
desc: >
Functions directly related to event logging.
contents:
- log_event
- as_event
- set_global_step
- set_default_logdir
- with_logdir
- local_logdir
- title: Summaries
desc: >
Types of events that can be logged
contents:
- starts_with("summary_")
- -contains("hparams")
- title: HParams
desc: >
Related to logging hyperparameters
contents:
contains("hparams")
- title: Reading
desc: >
Related to reading tfevents record files
contents:
- starts_with("collect")
- starts_with("iter")
- value
articles:
- title: Guides
navbar: Guides
contents:
- articles/images
- articles/hparams
- articles/read
- title: Examples
navbar: Examples
contents:
- examples/torch