Tutorial-about-3D-convolutional-network
Tutorial-about-3D-convolutional-network copied to clipboard
model training
I have 8 labels in my dataset. I get mismatch error when i try training.
size mismatch for module.fc7.weight: copying a param of torch.Size([8, 256]) from checkpoint, where the shape is torch.Size([27, 256]) in current model.
do not include this layer in the module you restore via model.load_state_dict(...)