Other articles


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

    1. Create a filtered deck that contains cards that are recently due (say, within a week)
    2. Review remaining backlog little by little until all reviews are cleared

    The idea is that …

    read more
  2. 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

links

social