Skip to content

Commit f5f0877

Browse files
committed
remove comment
1 parent f75bfe2 commit f5f0877

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Loggers/LogHistograms.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ end
3636
Logs the vector found in `data` as an histogram under the name `name`.
3737
"""
3838
function log_vector(logger::TBLogger, name::AbstractString, data::AbstractVector; step=nothing)
39-
# @warn "TensorBoardLogger Depracation Warning: log_vector does not correctly log vectors. Use bar diagrams instead using a plotting library."
4039
hist = Histogram(collect(0:length(data)), data)
4140
summ = SummaryCollection(histogram_summary(name, hist))
4241
write_event(logger.file, make_event(logger, summ, step=step))

0 commit comments

Comments
 (0)