All Projects → skylineprof → skyline

skylineprof / skyline

Licence: Apache-2.0 license
🏙 Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Less
1899 projects
shell
77523 projects

Projects that are alternatives of or similar to skyline

atom-tic80
Make and run TIC-80 games in Atom
Stars: ✭ 15 (-48.28%)
Mutual labels:  atom
autocomplete-haskell
Atom autocomplete-plus provider for haskell
Stars: ✭ 23 (-20.69%)
Mutual labels:  atom
atom-quokka
Quokka.js Atom Package
Stars: ✭ 31 (+6.9%)
Mutual labels:  atom
atom-jscad
Previewing (J)SCAD 3D models inside Atom.
Stars: ✭ 28 (-3.45%)
Mutual labels:  atom
SeLite
Automated database-enabled navigation ✔️ of web applications
Stars: ✭ 34 (+17.24%)
Mutual labels:  interactive
RebelChat
Rebel Chat 💬 - is a modern way to keep in touch with any team, and keep your messaging under control right in your editor.
Stars: ✭ 19 (-34.48%)
Mutual labels:  atom
Atom
The hackable text editor
Stars: ✭ 56,465 (+194606.9%)
Mutual labels:  atom
touchbar
Atom package to use MacBook Touchbar
Stars: ✭ 51 (+75.86%)
Mutual labels:  atom
cacophony
Cacophony HTML5 Interactive Video Player
Stars: ✭ 41 (+41.38%)
Mutual labels:  interactive
atom-remember-session
A simple package to make Atom remember your previous session - Not being developed anymore!
Stars: ✭ 15 (-48.28%)
Mutual labels:  atom
TwoDark
Atom's OneDark inspired theme for Sublime Text
Stars: ✭ 19 (-34.48%)
Mutual labels:  atom
bracket-padder
⌨️ Convenient padding and closing of brackets for Atom
Stars: ✭ 13 (-55.17%)
Mutual labels:  atom
website
The Atom Community website.
Stars: ✭ 27 (-6.9%)
Mutual labels:  atom
Shogun
Shodan.io Command Line Interface
Stars: ✭ 42 (+44.83%)
Mutual labels:  interactive
swdc-atom
Track your programming activity in real-time in Atom
Stars: ✭ 11 (-62.07%)
Mutual labels:  atom
seamless
Seamless is a framework to set up reproducible computations (and visualizations) that respond to changes in cells. Cells contain the input data as well as the source code of the computations, and all cells can be edited interactively.
Stars: ✭ 19 (-34.48%)
Mutual labels:  interactive
rubocop-auto-correct
Auto-correct ruby source code by using rubocop in Atom.
Stars: ✭ 29 (+0%)
Mutual labels:  atom
noteboard
📓 Manage your notes & tasks in a tidy and fancy way. A taskbook clone written in Python.
Stars: ✭ 12 (-58.62%)
Mutual labels:  interactive
nearley-playground
⛹ Write Grammars for the Nearley Parser!
Stars: ✭ 76 (+162.07%)
Mutual labels:  interactive
language-agda
Agda language support for the Atom editor
Stars: ✭ 13 (-55.17%)
Mutual labels:  atom

Skyline


Skyline is a tool used with Atom to profile, visualize, and debug the training performance of PyTorch neural networks.

Note: Skyline is still under active development and should be considered a beta product. Its usage and system requirements are subject to change between versions. See Versioning for more details.

More information about Skyline, including its documentation, can be found on the Skyline website.


Installing Skyline

Skyline works with GPU-based neural networks that are implemented in PyTorch.

To run Skyline, you need:

  • A system equipped with an NVIDIA GPU
  • PyTorch 1.1.0+
  • Python 3.6+

Skyline is installed using pip and the Atom Package Manager (apm).

pip install skyline-cli
apm install skyline

Generally you need both packages to use Skyline. However, depending on your use case and development setup, you may only need the pip package or you may need to install the packages on different machines. See the installation page on the website for detailed installation instructions tailored to different use cases.

After installing Skyline, you will be able to invoke the command line tool by running skyline in your shell.

Getting Started

To get started quickly, check out the Getting Started page on the Skyline website.

For more information about using Skyline, including standalone profiling and setting up a remote project, please see the Skyline documentation.

Versioning

Skyline uses semantic versioning. Before the 1.0.0 release, backward compatibility between minor versions will not be guaranteed.

The Skyline command line tool and plugin use independent version numbers. However, it is very likely that minor and major versions of the command line tool and plugin will be released together (and hence share major/minor version numbers).

Generally speaking, the most recent version of the command line tool and plugin will be compatible with each other.

License

Skyline is open source software that is licensed under the Apache 2.0 License. Please see the LICENSE and NOTICE files in this repository for more information.

Inside the samples directory, we include code samples from third party developers that carry their own open source licenses. Please see the README.md and LICENSE files inside those directories for more information.

Research Paper

Skyline began as a research project at the University of Toronto; the accompanying research paper appears in the proceedings of UIST'20. If you are interested, you can read a preprint of the paper here.

If you use Skyline in your research, please consider citing our paper:

@inproceedings{skyline-yu20,
  title = {{Skyline: Interactive In-Editor Computational Performance Profiling
    for Deep Neural Network Training}},
  author = {Yu, Geoffrey X. and Grossman, Tovi and Pekhimenko, Gennady},
  booktitle = {{Proceedings of the 33rd ACM Symposium on User Interface
    Software and Technology (UIST'20)}},
  year = {2020},
}

Authors

Skyline was written by and is primarily maintained by Geoffrey Yu ([email protected]).

Skyline began as a research project at the University of Toronto in collaboration with Tovi Grossman and Gennady Pekhimenko.

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].