DHPark

Results 13 comments of DHPark

@ternaus In my case, when I set `batch_size= 36` It occurs error `RuntimeError: Expected tensor for argument #1 'input' to have the same device as tensor for argument #2 'weight';...

@IrohXu Same Problem

Sure. I downloaded Inception model and Dataset though shell. I use python 3.6. I don't know whether this is the reason of the error or not. Anyway, Thanks. I'd try...

Actually, In `class BasicRFB`, below code is also different from the original paper. I think you did to reduce the number of parameters. I guess. ```python self.branch0 = nn.Sequential( BasicConv(in_planes,...

@LightToYang Did you solve your problem? I agree with you. The code should be changed like below or sth. ```python # apply extra layers and cache source layer outputs for...

I'm also confused. I don't understand why author minus below term. `- batch_conf.gather(1, conf_t.view(-1, 1))`

@sheirving I have a same problem. Did you solve it?

@achillesli Did you solve the problem??