Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
use argument decomposition in log_histogram
Rename Logger to TBLogger
[Pulled from NeuralQuantum.jl] Implement the AbstractLogger interface.
Rename delta_step -> log_step_increment as suggested by @oxinabox
Add a few docstrings
Remove Coveralls
Make
preprocess
recursive as suggested by @oxinaboxloggable
function as now it's no longer needed.data
inhandle_message
delta_step
->log_step_increment
Fix tests by using
step
keyword inlog_value
. ( I removed the non-keyword version in the last commit )Add very basic test for the logging interface.
Silently drop things we can't serialize
Bugfix + Support Tuples
Log histogram support N-d arrays (merge #7)
log N-d arrays
Update src/Loggers/LogHistograms.jl
Co-Authored-By: shashikdm shashikant.123kadam@gmail.com
Update LogHistograms.jl
Use an enum to describe initialization policy + tests
Add some tests for scalar and histogram summary creation
Add coverage
Add more tests and fix two minor bugs in log_vector
correct docstring (update #13)
Logtext first implementation (update #12)
init logtext
Add util function serialize_proto
Add markdown_repr and removed type constraint on data
change improved markdown_repr
Add simple tests for text logger
minor bug fix
relax type constraints (update #15)
relax type constraints
don't loop and push
A collection of cleanups (update (#15) #16)
cleanup text logger
rename the file with the event code to reflect its contents
Move the logger type
cleanup imports and exports
centeralize the code that decided which logger to use into one file
BugFix
Log anything that can't be logged otherwise as text
Split the initialization method of TBLogger
rename set_step to set_step! and increment_step to increment_step!. Remove old (and unused) methods. Define a reset! method for TBLogger
Update TBLogger.jl (Revert "update" #18)
Update TBLogger.jl
minor bug fix for Julia 1.0.3
Co-Authored-By: shashikdm shashikant.123kadam@gmail.com
Update event.jl
set default step as a default in make_event (Add show to
TBLogger
object (#31) #19)set default step as a default in make_event
Update event.jl
minor typo
Update .travis.yml
Test against latest stable version and LTS version
Update test_TBLogger.jl to fix tests on 1.0
add matrix and list support to log_text
reverting test_TBLogger.jl
Wrapper type implementation (Revert "update" #17)
Wrapper type implementation
Wrap
propertynames
intologable_properties
and use it when preprocessing structures so that it's just a one-liner to drop fields out of a struct when loggingAdd common logic to TBHistogram and TBVector so that if they wrap complex arrays they split it into real and imaginary part.
Add tests
Add support for Matrix and List in LogText.jl (Add support for Matrix and List in LogText.jl JuliaLogging/TensorBoardLogger.jl#22)
add matrix and list support to log_text
Add Compat Intervals
update readme with install instructions (and correct minor typos)
Logimage (Temp #21)
Implementing Image logging functionality.
add
log_image
andlog_images
add Pkg.add("Flux") in test
update Project.toml
add support for 1-D images in
log_image
add ImageFormat explanation
add seperate function for image objects
add more formats
change flow of data
different
image_summary
for image object and AbstractArraysadd preprocess function for image objects for automatic dispatch
add TBImage, TBImages wrapper
add tests. more required. more will come
minor bug fix
fix some tabspace mix (fix some tabspace mix JuliaLogging/TensorBoardLogger.jl#25)
refactoring
add support for 3-d images such as mri
bug fixes
add more tests
minor bug fix
add examples folder
syntax revision
change if else to function dispatch
image_summary
major revision
log_image
smart use of ImageFormatschange throw message
change dict to ternary. minor revision
add LogAudio.jl with dep WAV.jl
add test for
log_audio
add
TBAudios
andTBAudio
and testbugfix
log_text
add examples
Audios.jl
andTexts.jl
Add SummaryCollection constructors that take the summaries (Add SummaryCollection constructors that take the summaries JuliaLogging/TensorBoardLogger.jl#26)
Add SummaryCollection constructors that take the summaries
use new SummaryCollecton constructor
change SummaryCollection construction
log_audio
add support for 1-D and 3-D images, Logger interface, TBImage Wrapper, Tests, Examples (add support for 1-D and 3-D images, Logger interface, TBImage Wrapper, Tests, Examples JuliaLogging/TensorBoardLogger.jl#24)
add matrix and list support to log_text
add support for 1-D images in
log_image
add ImageFormat explanation
add seperate function for image objects
add more formats
change flow of data
different
image_summary
for image object and AbstractArraysadd preprocess function for image objects for automatic dispatch
add TBImage, TBImages wrapper
add tests
add support for 3-d images such as mri
add more tests
add examples folder
syntax revision
change if else to function dispatch
image_summary
major revision
log_image
smart use of ImageFormatschange throw message
Update to v 0.1.1
update
change docstring
rm test data
chane SummaryCollection
Do not directly depend on ImageMagick (Do not directly depend on ImageMagick JuliaLogging/TensorBoardLogger.jl#28)
remove direct dependency on ImageMagick
bump version
rm WAV dependency
switch
with_logger
blocks frombegin
todo
in README (switchwith_logger
blocks frombegin
todo
in README JuliaLogging/TensorBoardLogger.jl#30)Add
log_audio
,TBAudio
, tests, examples (Addlog_audio
,TBAudio
, tests, examples JuliaLogging/TensorBoardLogger.jl#27)Logging audio:
TBAudios
andTBAudio
and their testsAudios.jl
andTexts.jl
Improvements to Image logging:
log_image
Improvements to Text Logging:
add matrix and list support to log_text
switch
with_logger
blocks frombegin
todo
in README (switchwith_logger
blocks frombegin
todo
in README JuliaLogging/TensorBoardLogger.jl#30)