cswwp

Results 25 issues of cswwp

Hi, how run inference for retrieval test image?

Hi @XingangPan thank you for share awesome repo, and one question, i have tried seresnext ibn series, but all of seresnext ibn occur memory leak, when i just replace model...

I'm run AICamera demo, and i change pb model with shufflenet pb model, which had tested on caffe2 python. however when i run shufflenet pb model in AIcamera android app...

Hi @YuliangXiu , thanks for your kindly sharing. One question: Does this repo support train with coco dataset?

requires pytorch >1.0.0, my version is 1.0.1, i found v1.0.1 not support 'load_state_dict_from_url' but >=1.1.0

![image](https://user-images.githubusercontent.com/11901683/66640853-4329e700-ec4c-11e9-9fd6-82b843742cdc.png) It's a strange error when i inference model efficientb5 unet with tensor with shape 4*3*128*800, seems torch.cat([x, blocks.popitem()[1]], dim=1) error, i print shape as upper image, but it shows...

![image](https://user-images.githubusercontent.com/11901683/89658154-c36ab880-d900-11ea-9360-2f4d2e70f05e.png) ![image](https://user-images.githubusercontent.com/11901683/89658313-fad96500-d900-11ea-9daa-41b401869609.png) It seems attention saw nothing, It's really strange and confused

i had tested this demo on my cpu machine, and i modify the `model_zoo.load_url(model_url, map_location='cpu')` with cpu model load, but the reuslt `np.testing.assert_almost_equal(torch_out.data.cpu().numpy(), c2_out, decimal=3)` shows: (mismatch 99.89082872732426%) x: array([-0.047,...

change shufflenet model always shows LOADING, the shufflenet pb model has tested on pc pass, anyone help me? @machoji @ThomasGueldner @FullZing @jazzseow @northeastsquare

@richardkxu Nice repo. One question: Is there difference between Single node, multiple GPUs with torch.distributed.launch (①) and Single node, multiple GPUs with multi-processes(②)? or they are equalize, and just two...