This commit is contained in:
HTensor 2023-04-19 00:58:31 +08:00
parent 54a2eabbff
commit 93371a3c4d

View File

@ -132,7 +132,7 @@ class Logger:
def train(args): def train(args):
# todo: compile the model to speed up at pytorch 2.0.
model = nn.DataParallel(IGEVStereo(args)) model = nn.DataParallel(IGEVStereo(args))
print("Parameter Count: %d" % count_parameters(model)) print("Parameter Count: %d" % count_parameters(model))