Giter Club home page Giter Club logo

Comments (2)

pawopawo avatar pawopawo commented on May 25, 2024
Traceback (most recent call last):
  File "./tools/train.py", line 224, in <module>
    trainer.train()
  File "./tools/train.py", line 136, in train
    outputs = self.model(images)
  File "/usr/local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 493, in __call__
    result = self.forward(*input, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/torch/nn/parallel/distributed.py", line 376, in forward
    output = self.module(*inputs[0], **kwargs[0])
  File "/usr/local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 493, in __call__
    result = self.forward(*input, **kwargs)
  File "/SegmenTron/segmentron/models/dfanet.py", line 53, in forward
    stage2_enc2 = self.enc2_2(torch.cat([stage1_enc2, stage1_out], dim=1))
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 196 and 193 in dimension 2 at /pytorch/aten/src/THC/generic/THCTensorMath.cu:71

when I run ./tools/dist_train.sh configs/cityscapes_dfanet.yaml 4, the above error was generated

from segmentron.

LikeLy-Journey avatar LikeLy-Journey commented on May 25, 2024

thanks for report this bug. I will fix it soon.

from segmentron.

Related Issues (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.