* support modified ResNet in CLIP and oCLIP
* update unit test for TestCLIPBottleneck; update docs
* Apply suggestions from code review
* fix
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* Use BCEWithLogitsLoss as many as possible for AMP
* fix
* Optimize DBNet
* fix docstr
* Use branch in dbhead, fix missing data_samples in textdethead
* fix