display
display copied to clipboard
Lightweight browser-based display server
luarocks install https://raw.githubusercontent.com/szym/display/master/display-scm-0.rockspec ``` tle.pic.o -lm -ldl -lrt -Wl,-soname,libuv.so.0.10 make[3]: se sale del directorio '/tmp/luarocks_async-scm-1-2406/async/luv/libuv' make[2]: se sale del directorio '/tmp/luarocks_async-scm-1-2406/async/luv/libuv' cc -shared -o luv.so temp/luv.o libuv/libuv.a temp/common.o -lm -lrt...
I plan to show the loss during training session. But it seems no download button on the plot window. Right click save as can only save one dot out from...
Hi, is it possible to run multiple display servers, with each one having a different port? thanks!
Thanks for your sharing .when I use the display.image() I found the place where the images showed is not fixed ,I want display the images in particular positions to get...
If it's of interest to the authors of the repository, I would be interested in either adding a short demo or some extra information in the README to show people...
Add simple command to do port forwarding with SSH to see remote display results locally.
This fixes a bug introduced in [f918e](https://github.com/szym/display/commit/f918e52c07b6cd46b509499283ebd03bd5b45504#diff-94efb2e07cfa87c83408f046fdcf5d5fL382) in which `this.width` and `this.height` are never initialized. This prevents [zooming](https://github.com/szym/display/blob/master/static/panes.js#L451) from working correctly. The fix is to simply initialize the pane's content...
Hey, I've been using the lua version of this package and it's awesome, really great work! Now I'm trying out the python version, but am having this error: ``` >>>...
Non-working example: ``` torch.setdefaulttensortype('torch.FloatTensor') print(torch.getdefaulttensortype()) display = require('display') display.image({torch.Tensor(1, 1, 1)}) print(torch.getdefaulttensortype()) ``` Output: ``` torch.FloatTensor torch.DoubleTensor ``` After fix and correct output: ``` torch.FloatTensor torch.FloatTensor ```
Hi, i am trying to draw the two lines in the same display win, but i didn't see the documents described this function, did there have some references for that...