A platform to visualize the deep learning process and result.
npm install visualdlEnglish | 简体中文
🚧UNDER DEVELOPMENT🚧
🚧SOME FEATURE MAY NOT WORK PROPERLY🚧
🚧PULL REQUESTS WELCOMED🚧
> nodejs ≥ 10 and npm ≥ 6 are required.
``bash`
npm install -g visualdlor
yarn global add visualdl
Then you can start visualdl server by
`bash`
visualdl start --backend="http://127.0.0.1:8040"
To stop visualdl server, just type
`bash`
visualdl stop
For more usage infomation, please type
`bash`
visualdl -h
First, install all dependencies:
`bash`
npm installor
yarn
Then you can start the development server:
`bash`
yarn dev
Now open http://localhost:8999 with your browser.
You can change the port with PORT environment variable:
`bash`
PORT=3000 yarn dev
WebAssembly is DISABLED by default under development environment.
If you want to develop wasm features, you must have Rust and Cargo installed.
Using rustup to install them.
Then install wasm-pack to build rust code to wasm binaries.
When environment is ready, start the development server with following command:
`bash`
yarn dev:wasm
`bash
./scripts/build.sh
yarn start
VisualDL supports the latest version of Google Chrome and Mozilla Firefox. Microsoft Edge and Apple Safari may work too but are not tested.
This project is based on following projects:
- Next.js
- React
- ECharts
- wasm-pack
PeterPanZH | Niandalu |