-
positive = -(mu - y)**2/2./torch.exp(logvar)
Is "positive" vector (above in line 152) for the p(y|x) ~ N(y|µθ1(x), σ2 (x) I)? where is the -(lnσ + C) items in the probability density function for …
-
I want to run the demo, but can not find pie_file/sitw_file/pubfig_file/Samples_Paired_pie_full.csv/pubfig_epa.csv listed in config.ini. How to generate those files from original dataset? and where ca…
-
When I follow the link below, I get a request to download clip-vit-large-patch14-336. Should I download it separately offline? And how do I use it after downloading it offline?
https://github.com/…
-
May I ask if this code can provide a relevant reference paper?
-
Hello, can you tell me the relevant reference papers
-
I am now running your scripts and I get an error when using prepare_data_risk.sh as it lace splits_mextract.p
File "/extra_space2/sources/EHR-multimodal-fusion-ARMOUR/data/src/extract_notes.py", …
knutj updated
1 month ago
-
Thanks for sharing the codes. Llama_adapter_v2_multimodal seems to be the impl. of llama adpater v1 paper. Then, how to reimpl. the results in v2 paper?
-
[UAMD-Net: A Unified Adaptive Multimodal Neural Network for Dense Depth
Completion](https://arxiv.org/pdf/2204.07791.pdf)
-
-
Hi JUNJIE. In "train.bash," I found that you locked the text tower and only trained the vision tower. The weights of the text tower (BGE) are already pre-trained (BAAI/bge-base-en-v1.5), so during the…