We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd52c3 commit c0df59cCopy full SHA for c0df59c
segmentation_models_pytorch_3d/utils/convert_weights.py
@@ -3,7 +3,7 @@
3
4
import torch
5
6
-def convert_2d_weights_to_3d(state_dict, verbose=True):
+def convert_2d_weights_to_3d(state_dict, verbose=False):
7
layers = list(state_dict.keys())
8
for layer in layers:
9
if (
0 commit comments