All Projects → CleanPegasus → Tensordash

CleanPegasus / Tensordash

Licence: mit
TensorDash is an application that lets you remotely monitor your deep learning model's metrics and notifies you when your model training is completed or crashed.

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Tensordash

Yakutils
🐃 Yet another toolbox of Python 3 helper functions.
Stars: ✭ 111 (-18.98%)
Mutual labels:  pypi
Swarmlib
This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)
Stars: ✭ 121 (-11.68%)
Mutual labels:  pypi
Huobi
火币的行情交易的python实现
Stars: ✭ 129 (-5.84%)
Mutual labels:  pypi
Linuxacademy Dl
Download videos from Linux Academy (linuxacademy.com) for personal offline use
Stars: ✭ 111 (-18.98%)
Mutual labels:  pypi
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+1264.23%)
Mutual labels:  pypi
Gml
Auto Data Science - Python Library.
Stars: ✭ 125 (-8.76%)
Mutual labels:  pypi
Mal
MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
Stars: ✭ 104 (-24.09%)
Mutual labels:  pypi
Py3 Pinterest
Fully fledged Python Pinterest client
Stars: ✭ 133 (-2.92%)
Mutual labels:  pypi
Rectorch
rectorch is a pytorch-based framework for state-of-the-art top-N recommendation
Stars: ✭ 121 (-11.68%)
Mutual labels:  pypi
Exabgp
The BGP swiss army knife of networking
Stars: ✭ 1,713 (+1150.36%)
Mutual labels:  pypi
Tinvest
Тинькофф Инвестиции, tinkoff, python, aiohttp, requests, pydantic
Stars: ✭ 115 (-16.06%)
Mutual labels:  pypi
Freenom Dns Updater
A tool to update freenom's dns records
Stars: ✭ 117 (-14.6%)
Mutual labels:  pypi
Itunes Iap
Apple iTunes In-app purchase verification tool
Stars: ✭ 126 (-8.03%)
Mutual labels:  pypi
Norepeat
The norepeat package contains some magical function, tools
Stars: ✭ 111 (-18.98%)
Mutual labels:  pypi
Box
Python dictionaries with advanced dot notation access
Stars: ✭ 1,804 (+1216.79%)
Mutual labels:  pypi
Rdflib
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
Stars: ✭ 1,584 (+1056.2%)
Mutual labels:  pypi
Purerpc
Asynchronous pure Python gRPC client and server implementation supporting asyncio, uvloop, curio and trio
Stars: ✭ 125 (-8.76%)
Mutual labels:  pypi
Ruuvitag Sensor
Python library for communicating with RuuviTag BLE Sensor Beacon and for decoding sensor data from broadcasted data
Stars: ✭ 136 (-0.73%)
Mutual labels:  pypi
Pylightxl
A light weight, zero dependency, minimal functionality excel read/writer python library
Stars: ✭ 134 (-2.19%)
Mutual labels:  pypi
Photoshop Python Api
Python API for Photoshop.
Stars: ✭ 126 (-8.03%)
Mutual labels:  pypi

TensorDash

TensorDash is an application that lets you remotely monitor your deep learning model's metrics and notifies you when your model training is completed or crashed.

Go to docs

Why Tensordash?

  1. Watch your model train in real-time.
  2. Supports all major deep learning frameworks.
  3. Remotely get details on the training and validation metrics.
  4. Get notified when your model has completed trainng or when it has crashed.
  5. Get detailed graphs on your model’s metrics.

Installation

Installing the Python Package

There are two ways to install tensordash:

  • Install tensordash from PyPI (recommended):

Note: These installation steps assume that you are on a Linux or Mac environment. If you are on Windows, you will need to remove sudo to run the commands below.

sudo pip install tensor-dash

If you are using a virtualenv, you may want to avoid using sudo:

pip install tensor-dash
  • Alternatively: install tensordash from the GitHub source:

First, clone TensorDash using git:

git clone https://github.com/CleanPegasus/TensorDash.git

Then, cd to the TensorDash folder and run the install command:

cd TensorDash
sudo python setup.py install

Installing the Android App

Install the android app from the play store.

How to use


Tensorflow


Keras


PyTorch


Fast.ai

We are currently working on:

  • Development for iOS app
  • Addition of custom metrics to the model
  • Auto-update the dashboard screen on Android App

Have feedback or a feature request? Drop us a mail at [email protected] or raise an issue on Github

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].