Skip to content

PRO-2684/tfevents-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfevents-visualizer

GitHub License GitHub Repo stars GitHub Issues or Pull Requests GitHub Issues or Pull Requests Crates.io Version Crates.io Total Downloads docs.rs

Visualize tfevents files in browser locally.

📥 Compiling From Source

Install tools

  1. Install cargo-binstall:
    • It will help you install pre-compiled Rust binaries without having to compile them yourself.
    • If you do not want it, you can always replace binstall with install, or download binaries by yourself.
  2. Install wasm-pack:
    cargo binstall wasm-pack
  3. (Optional) Install wasm-bindgen-cli:
    cargo binstall wasm-bindgen-cli
  4. (Optional) Install wasm-opt from Binaryen by:
    1. Downloading the appropriate archive.
    2. Extracting bin/wasm-opt(.exe) to a position in your $PATH.

You can skip steps marked "Optional", and wasm-pack will download them (wasm-bindgen-cli, wasm-opt) to its own cache directory.

🎉 Credits