Anki settings after a long break Anki settings after a long break The standard advice when returning to an Anki deck after a long break is Create a filtered deck that contains cards that are recently due (say, within a week) Review remaining backlog little by little until all reviews are cleared The idea is that … read more
Full tensors in Torchscript Full tensors in Torchscript I was productizing some PyTorch models recently and ran in to an issue with the way torch.full_like behaves in Torchscript. import torch The original code use torch.full_like to create a tensor with a given shape. It also forced the type of the new tensor … read more
gRPC layout for Python Setting up a layout for gRPC files that works seamlessly with Python read more