Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 678 Bytes

INSTALL.md

File metadata and controls

12 lines (6 loc) · 678 Bytes

Installation Guide

PyPI Package

realtimeplt is a Python library made by VisionBrain which foucuses on getting the Live training loss plot in Jupyter Notebook for Keras, PyTorch and TensorFlow.Our main objective is to bring the ability to visualize the data hyperparameters in real time. It is compatable with 3.6. the easiest way to install realtimeplt is with pip, Python's prefered package installer.realtimeplt supports Keras, PyTorch and

$ pip install realtimeplt

Note that realtimeplt is an active project and routinely publishes new releases. In order to upgrade realtimeplt to the latest version, use pip as follows.

$ pip install -U realtimeplt