Tips, tricks and gotchas in PyTorch

Many parts of this post are based on the PyTorch 0.4 migration guide. Be sure to check it out, it’s very useful. I’ve been working with PyTorch for over a...

Writing Ruby extensions with Rice

Writing Ruby is meant to be fast and intuitive, saving time for the programmer and getting things done fast. This often comes with a cost on actual software speed. A...