skyline
skyline copied to clipboard
π Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@βChALkeR). Fix boolean schemas with strictKeywords...
I've installed Skyline on Fedora 32 following the instructions in the documentation and tried out the example code. However, I find that currently skyline documentation page is missing details about...
Hi @geoffxy I would like to run skyline in dev-mode. With running `./dev-setup.sh` I got following errors: ``` ERROR: Command errored out with exit status 1: command: /home/ubuntu/skyline/cli/env/bin/python -u -c...
[Conda](https://docs.conda.io/en/latest/) is another popular package manager used in the Python data science ecosystem. We should allow users to install Skyline using Conda in addition to our PyPI support.
Right now installing Skyline is a two step process: 1. Install the Skyline Atom plugin 2. Install the Skyline CLI through `pip` This can be confusing for new users. We...
INNPV should be able to support remote projects, with the help of a network mounted file system (e.g., sshfs). Most of the heavy lifting is in place, we just need...
We currently show gutter markers for lines of code where we have performance information. However we use the same color, even if the line of code contributes very little to...
When we call an operation in a loop, our hierarchical breakdown builder will group all invocations together into a single breakdown node. We calculate the run time and memory consumption...
We now have module information about each operation/memory entry (i.e. the `torch.nn.Module` related to each entry). This information is currently not included in the report files saved by `skyline time`...