Programming Vel: PyTorch meets baselines I'd like to introduce you to Vel, a collection of high-quality implementations of deep learning models.
Programming Metaclasses in Python What is a metaclass, someone may ask? In short, a metaclass is to a class, what class is to an object.