Closed zhaoyaya1234 closed 1 year ago
Hello, the paper inside fig.6 model para are about 30, I run num_params = sum(p.numel() for p in model.parameters() if p.requires_grad) print(num_params), the result is 33975024, what are the para in the paper?
Hello, the paper inside fig.6 model para are about 30, I run num_params = sum(p.numel() for p in model.parameters() if p.requires_grad) print(num_params), the result is 33975024, what are the para in the paper?