Skip to content

A Torch interface for pastalog - simple, realtime visualization of neural network training performance

License

Notifications You must be signed in to change notification settings

Kaixhin/torch-pastalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torch-pastalog

A Torch interface for pastalog - simple, realtime visualization of neural network training performance. Requires a running pastalog server.

Installation

luarocks install https://raw.githubusercontent.com/Kaixhin/torch-pastalog/master/rocks/pastalog-scm-1.rockspec

Usage

See the pastalog installation instructions for details on how to set up and start the pastalog Node.js server. Once running:

local pastalog = require 'pastalog'

--[[
      Machine learning code
--]]

-- API is pastalog(modelName, seriesName, value, step, [url])
pastalog('model1', 'validLoss', 2.5, 1)
pastalog('model1', 'validLoss', 2.5, 1, 'http://localhost:8120/data')

About

A Torch interface for pastalog - simple, realtime visualization of neural network training performance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages