Not 33m parameters

#21
by takeraparterer - opened

when instantiating a model from config.json, and counting the parameters with sum(p.numel() for p in model.parameters() if p.requires_grad), it reports 68.5M parameters. why?

Sign up or log in to comment