Code Monkey home page Code Monkey logo

3dmapping's People

Contributors

alt216 avatar artzha avatar niwhsa9 avatar song-jingyu avatar tigeriv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

3dmapping's Issues

When I tried to run LMSC

When I tried to run LMSC, I changed the model_name = "LMSC" and MODEL_PATH = 'Models/Weights/LMSC_11_T1B/Epoch19.pt',
however, it shows the following runtimeError.

Can you help? Thanks!
Tao

RuntimeError: Error(s) in loading state_dict for LMSCNet_SS:
size mismatch for Encoder_block1.0.weight: copying a param with shape torch.Size([8, 8, 3, 3]) from checkpoint, the shape in current model is torch.Size([32, 32, 3, 3]).
size mismatch for Encoder_block1.0.bias: copying a param with shape torch.Size([8]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for Encoder_block1.2.weight: copying a param with shape torch.Size([8, 8, 3, 3]) from checkpoint, the shape in current model is torch.Size([32, 32, 3, 3]).
size mismatch for Encoder_block1.2.bias: copying a param with shape torch.Size([8]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for Encoder_block2.1.weight: copying a param with shape torch.Size([12, 8, 3, 3]) from checkpoint, the shape in current model is torch.Size([48, 32, 3, 3]).
size mismatch for Encoder_block2.1.bias: copying a param with shape torch.Size([12]) from checkpoint, the shape in current model is torch.Size([48]).
size mismatch for Encoder_block2.3.weight: copying a param with shape torch.Size([12, 12, 3, 3]) from checkpoint, the shape in current model is torch.Size([48, 48, 3, 3]).
size mismatch for Encoder_block2.3.bias: copying a param with shape torch.Size([12]) from checkpoint, the shape in current model is torch.Size([48]).
size mismatch for Encoder_block3.1.weight: copying a param with shape torch.Size([16, 12, 3, 3]) from checkpoint, the shape in current model is torch.Size([64, 48, 3, 3]).
size mismatch for Encoder_block3.1.bias: copying a param with shape torch.Size([16]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for Encoder_block3.3.weight: copying a param with shape torch.Size([16, 16, 3, 3]) from checkpoint, the shape in current model is torch.Size([64, 64, 3, 3]).
size mismatch for Encoder_block3.3.bias: copying a param with shape torch.Size([16]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for Encoder_block4.1.weight: copying a param with shape torch.Size([20, 16, 3, 3]) from checkpoint, the shape in current model is torch.Size([80, 64, 3, 3]).
size mismatch for Encoder_block4.1.bias: copying a param with shape torch.Size([20]) from checkpoint, the shape in current model is torch.Size([80]).
size mismatch for Encoder_block4.3.weight: copying a param with shape torch.Size([20, 20, 3, 3]) from checkpoint, the shape in current model is torch.Size([80, 80, 3, 3]).
size mismatch for Encoder_block4.3.bias: copying a param with shape torch.Size([20]) from checkpoint, the shape in current model is torch.Size([80]).
size mismatch for conv_out_scale_1_8.weight: copying a param with shape torch.Size([1, 20, 3, 3]) from checkpoint, the shape in current model is torch.Size([4, 80, 3, 3]).
size mismatch for conv_out_scale_1_8.bias: copying a param with shape torch.Size([1]) from checkpoint, the shape in current model is torch.Size([4]).
size mismatch for deconv_1_8__1_2.weight: copying a param with shape torch.Size([1, 1, 4, 4]) from checkpoint, the shape in current model is torch.Size([4, 4, 4, 4]).
size mismatch for deconv_1_8__1_2.bias: copying a param with shape torch.Size([1]) from checkpoint, the shape in current model is torch.Size([4]).
size mismatch for deconv_1_8__1_1.weight: copying a param with shape torch.Size([1, 1, 8, 8]) from checkpoint, the shape in current model is torch.Size([4, 4, 8, 8]).
size mismatch for deconv_1_8__1_1.bias: copying a param with shape torch.Size([1]) from checkpoint, the shape in current model is torch.Size([4]).
size mismatch for deconv1_8.weight: copying a param with shape torch.Size([1, 1, 6, 6]) from checkpoint, the shape in current model is torch.Size([4, 4, 6, 6]).
size mismatch for deconv1_8.bias: copying a param with shape torch.Size([1]) from checkpoint, the shape in current model is torch.Size([4]).
size mismatch for conv1_4.weight: copying a param with shape torch.Size([16, 17, 3, 3]) from checkpoint, the shape in current model is torch.Size([64, 68, 3, 3]).
size mismatch for conv1_4.bias: copying a param with shape torch.Size([16]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv_out_scale_1_4.weight: copying a param with shape torch.Size([2, 16, 3, 3]) from checkpoint, the shape in current model is torch.Size([8, 64, 3, 3]).
size mismatch for conv_out_scale_1_4.bias: copying a param with shape torch.Size([2]) from checkpoint, the shape in current model is torch.Size([8]).
size mismatch for deconv_1_4__1_1.weight: copying a param with shape torch.Size([2, 2, 4, 4]) from checkpoint, the shape in current model is torch.Size([8, 8, 4, 4]).
size mismatch for deconv_1_4__1_1.bias: copying a param with shape torch.Size([2]) from checkpoint, the shape in current model is torch.Size([8]).
size mismatch for deconv1_4.weight: copying a param with shape torch.Size([2, 2, 6, 6]) from checkpoint, the shape in current model is torch.Size([8, 8, 6, 6]).
size mismatch for deconv1_4.bias: copying a param with shape torch.Size([2]) from checkpoint, the shape in current model is torch.Size([8]).
size mismatch for conv1_2.weight: copying a param with shape torch.Size([12, 15, 3, 3]) from checkpoint, the shape in current model is torch.Size([48, 60, 3, 3]).
size mismatch for conv1_2.bias: copying a param with shape torch.Size([12]) from checkpoint, the shape in current model is torch.Size([48]).
size mismatch for conv_out_scale_1_2.weight: copying a param with shape torch.Size([4, 12, 3, 3]) from checkpoint, the shape in current model is torch.Size([16, 48, 3, 3]).
size mismatch for conv_out_scale_1_2.bias: copying a param with shape torch.Size([4]) from checkpoint, the shape in current model is torch.Size([16]).
size mismatch for deconv1_2.weight: copying a param with shape torch.Size([4, 4, 6, 6]) from checkpoint, the shape in current model is torch.Size([16, 16, 6, 6]).
size mismatch for deconv1_2.bias: copying a param with shape torch.Size([4]) from checkpoint, the shape in current model is torch.Size([16]).
size mismatch for conv1_1.weight: copying a param with shape torch.Size([8, 15, 3, 3]) from checkpoint, the shape in current model is torch.Size([32, 60, 3, 3]).
size mismatch for conv1_1.bias: copying a param with shape torch.Size([8]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for seg_head_1_1.conv_classes.weight: copying a param with shape torch.Size([11, 8, 3, 3, 3]) from checkpoint, the shape in current model is torch.Size([20, 8, 3, 3, 3]).
size mismatch for seg_head_1_1.conv_classes.bias: copying a param with shape torch.Size([11]) from checkpoint, the shape in current model is torch.Size([20]).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.