Skip to content

AssignSpace is a small framework I built for plotting numeric objects in real time asynchronously.

Notifications You must be signed in to change notification settings

christian-ochei/AssignSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssignSpace

AssignSpace is a small framework I built for plotting numeric objects in real time asynchronously. This framework currently supports scalars and 1D Tensors but its purpose should extend in the future.

Assign space is currently in development and does not have many functionalities.

What you can do with AssignSpace Right now.

You can Plot your model’s loss in realtime

All you have to do is

import assignspace

app = assignspace.AssignSpace()

…. 

while training:

	….

	app.graph(loss)

Everything else gets taken care of in realtime.

You can see how a tensor changes overtime

app.graph(numpy.random.uniform(0,20,100))

Give it a try by running main.py

python main.py

Contributions

This project is very much open contributions. Feel free to report bugs.

About

AssignSpace is a small framework I built for plotting numeric objects in real time asynchronously.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published