leoluopy

Results 15 issues of leoluopy

hi @youngwanLEE as the title has described , i am not familiar with the detectron framework . how can i port the centermask network definition into the pytorch pure implementations...

i notice that , while in loss calculation and inference decoding : for x ,y and w,h calculation: (yolo.py) 59: y = y + torch.cat((x[i][:, :, :, :, 0:5].sigmoid(), torch.cat((x[i][:,...

thanks for the effort to the project . in the report the words below are mentioned: ``` we synthesize the masked fa- cial datasets based on MegaFace by using FMA-3D,...

hi @zouchuhang will this method work well outdoors ?

excuse me , i got a need for faster detection , could you please afford a darknet21 pretrained model in this pytorch implementation ?

Hi @DingXiaoH : thanks to your great masterpiece . and as i wanna check the finished_converted.hdf5 that if the acc has dropped after folding conv and fusing bn ? so...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior transformers/training_args.py", line 1712, in __setattr__ raise FrozenInstanceError(f"cannot assign to field {name}")...

what are the main differences between v2 and v1 ? and is the pretrained model afforded ? are they training scales or some thing else ?

除了lora以及减小模型,还有没有其他办法可以降低训练时显存的占用量? 哪些实践方法是比较有效的?

如题: 目前训练,需要把模型完整加载在一张显卡里面,显卡资源有限,显存大小不够是个问题。 有什么方法可以把模型切成多份,放到不同显卡,然后训练,达到增大layer数量的方法吗?