Egqawkq

Results 22 issues of Egqawkq

when i run train.py, there is something wrong: TypeError: forward() takes 2 positional arguments but 13 were given 'writer.add_graph(net, Variable(input_tensor, requires_grad=True))' So , you know how to deal?

Hi, Thanks for your great work, I want to know if your repo support multi-gpu(It seems to be not). Can you add multi-gpu code?

When i install libgraphicsmagick1-dev,it tells me 'dependence: liblcms2-dev but it won't be installed' and 'dependence: libexif-dev but it won't be installed'. How can i deal with this problem?

Hi, @maudzung In RTM3D paper, the author use center point of 3D bbox. However, in this repo it seems to only calculate the loss of center offset, why not add...

Hi, @xinntao Disturb you again, have you tested the speed of **.pt** file(which is used in github repo EDSR-Pytorch) vs **.lmdb**(which is used in your repo). Is **.lmdb** file train...

hi, @ClovaAIAdmin I feel confused about annotation of train-00734.json. The height of image is 576, why the annotation is 578?

Hi, @JUGGHM I am doing 3D detection with KITTI dataset. I converted lidar(.bin) into sparse depth map(.png) now. How can I get dense depth map using PENet? (It seems that...

@xiaoya-li Hi, I used conll03.sh and bert-large-cased to reproduce your f1 score in acl20 paper, but failed. here is my config: ``` #!/usr/bin/env bash # -*- coding: utf-8 -*- TIME=0901...

Hi, @dong03 sorry to disturb you, I find that MVSSNet is baseline model in TIANCHI challenge round1. I wonder if checkpoint provided is only training on this dataset. If so,...