# [2020.05.05] Coding

I finally moved from NumPy completely in my pet project.
Interestingly, PyTorch can do `numpy.random.choice` with weights with
`torch.utils.data.WeightedRandomSampler`. Not a very intuitive
location for this function but at least it worked:)