cqray1990

Results 63 comments of cqray1990

@ leonselina did you build deformabale on windows?

when i use Muti GPU,test fuction val raise assert t.numel() == length.sum(), "texts with length: {} does not match declared length: {}".format(t.numel(), length.sum()) AssertionError: texts with length: 19328 does not...

but my data need recoginise '-'?? whether should i change '-'?

> Just ran into same error, then came across this: > [rbgirshick/fast-rcnn#31](https://github.com/rbgirshick/fast-rcnn/issues/31) > > You have to uncomment WITH_PYTHON_LAYER := 1 in the Makefile.config, then make clean, then make to...

> Just ran into same error, then came across this: > [rbgirshick/fast-rcnn#31](https://github.com/rbgirshick/fast-rcnn/issues/31) > > You have to uncomment WITH_PYTHON_LAYER := 1 in the Makefile.config, then make clean, then make to...

@derkbreeze did you solver it? F0609 12:08:19.237373 13764 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: ImageLabelmapData (known types: AbsVal, Accuracy, ArgMax, BNLL, BatchNorm, BatchReindex, Bias,...

i use pytorch 1.1.0,but i can not build it,how to modify the setup.py file

have you ever try to build dcn on windows? how to build the setup.py and perform it ? thank you so much

@jcwchen @huitseeker @ezyang @shinh

> hers is export onx success, if i change as follows to export: it raises errors def _upsample_add(self, x, y): _, _, H, W = map(int, y.size()) return F.interpolate(x, size=(H,W),mode="nearest")...