Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
Avoid subclassing nn.Sequential in PyTorch but subclass nn.Module and write the forward pass, so that anyone
using your code can quickly debug it by adding print statements or breaking points.