GitXplorerGitXplorer
W

plotserver

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
986e108594f81f344e5560251c9ec2e2ad61d0ad

todos

WWuTheFWasThat committed 3 years ago
Unverified
b8ddd9f67c47a5bca1a9819d31128b494ab20179

fix issues

WWuTheFWasThat committed 4 years ago
Unverified
8ad375db13ba7170c14e22804a056ed648694bd4

Initial commit

WWuTheFWasThat committed 5 years ago

README

The README file for this repository.

Installation

Frontend

First install nvm.

Then nvm install 8.12.0.

Then nvm use 8.12.0.

Then npm install

Backend

First install pipenv.

Then pipenv install

Run

First, make sure you have the assets built (npm run build). Then, usage is similar to tensorboard:

npm run serve -- --port $port --logs baseline:gs://logs/baseline/results/'*'/log.jsonl,new:gs://logs/new/results/'*'/log.jsonl

Currently, jsonl is the only supported format for logs

Development

Front-end development: npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

If you want to run against an actual server,

npm run serve -- --dev_mode
REACT_APP_SERVER_ADDRESS="http://localhost:6006" npm start

npm test (currently broken)

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Production build: npm run build

Builds the app for production to the build folder.

See the section about deployment for more information.