Hu Ye
Hu Ye
related to https://github.com/pytorch/vision/issues/2707, work with @oke-aditya @triple-Mu - [ ] Backbone: ResNet50 - [x] Transformer: Encoder + Decoder - [ ] Position embed - [ ] Detection head & loss...
Recently, I am learning your RBM python code. All codes are OK except the updating formula of parameters used in your contrastive_divergence function. I found that the bias vectors are...
I think we shpuld do NMS on the boxes for each class. But using tf.image.non_max_suppression means you treat all classes equally. It may be bad.
I am very interested LSTM project. But I found that I could not understand the "M" in your blog very well. In your blog, you said that "M" is the...
why we use torch.baddbmm to do query @ key? https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/attention.py#L640
https://github.com/layerdiffusion/sd-forge-layerdiffusion/blob/main/lib_layerdiffusion/utils.py#L7-L10 vae should use [-1, 1] to encode image