Explore >> Select a destination


You are here

pytorch.org
| | www.jeremymorgan.com
3.5 parsecs away

Travel
| | Want to learn about PyTorch? Of course you do. This tutorial covers PyTorch basics, creating a simple neural network, and applying it to classify handwritten digits.
| | gist.github.com
4.7 parsecs away

Travel
| | Create Ubuntu and Windows VMs with QEMU on Apple Silicon - QEMU_ON_M1.md
| | www.linuxuprising.com
3.2 parsecs away

Travel
| | Espanso is a free and open source text expander written in Rust, available for Linux, Windows and macOS. It features support for most applications, custom scripts, code snippets, Emoji, and it can be extended through extra packages.
| | adamj.eu
21.8 parsecs away

Travel
| Most projects I work on use Python, good ol' Pip, and pip-tools. Below is a pattern I've used to speed up the GitHub Actions workflow runs on several such projects. On larger projects with many dependencies, it can save tens of seconds per run.