juntawu

Results 3 issues of juntawu

I simply remove the nn.View(4500) and insert a new nn.View(4500) in **SCNN-gen.lua**, as the following shows: ``` classifier = model:get(44):get(2) classifier:remove(3) classifier:insert(nn.View(4500), 3) classifier:remove(4) classifier:insert(nn.Linear(4500, 128), 4) ``` Error comes...

Hello. Thanks for you work. I trained HRNetV2-W18-C+OCR ITER-M model with command `python3 train.py models/iter_mask/hrnet18_cocolvis_itermask_3p.py --gpus=0,1 --workers=6 --exp-name=first-try` on COCO_LVIS dataset, with 2 GPUs (Tesla-V100-SXM2-32GB). However, it took me nearly...

Hi, Do you know how to change "quick race" to "practice" in text mode? Thank you! @kennethyu2017