-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.33 KB
/
DESCRIPTION
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
Package: tfevents
Title: Write Events for 'TensorBoard'
Version: 0.0.4.9000
Authors@R: c(
person("Daniel", "Falbel", email = "daniel@posit.co", role = c("aut", "cre", "cph")),
person(family = "Posit, PBC", role = c("cph")),
person(family = "The tl::optional authors", role = c("cph"), comment = "For the vendored tl::optional code."),
person("Mark", "Adler", role = c("cph"), comment = "For the included crc32c code.")
)
Description: Provides a convenient way to log scalars, images, audio, and histograms in the 'tfevent' record file format.
Logged data can be visualized on the fly using 'TensorBoard', a web based tool that focuses on visualizing the training
progress of machine learning models.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LinkingTo:
Rcpp
Imports:
Rcpp,
withr,
fs,
rlang (>= 1.0.0),
vctrs,
blob,
png,
digest,
cli,
zeallot
Suggests:
testthat (>= 3.0.0),
tibble,
tidyr,
reticulate,
rmarkdown,
ggplot2,
tensorflow,
wav
SystemRequirements: libprotobuf, protobuf-compiler
URL: https://github.com/mlverse/tfevents,
https://mlverse.github.io/tfevents/
BugReports: https://github.com/mlverse/tfevents/issues
Config/testthat/edition: 3
Config/Needs/website: tensorflow, webshot2, keras