// main.jsimport Particles from'@tsparticles/vue3'import{ loadFull }from'tsparticles'const app =createApp(App)
app.use(Particles,{init:async(engine)=>{awaitloadFull(engine)// you can load the full tsParticles library from "tsparticles" if you need it// loadSlim 轻量级的// await loadSlim(engine) // or you can load the slim version from "tsparticles-slim" if don't need Shapes or Animations}})
Align before Fuse: Vision and Language Representation Learning with Momentum Distillation (ALBEF)在融合之前对齐:利用动量蒸馏进行视觉与语言表示学习
Paper: arxiv.org/pdf/2107.07651.pdf
Github: https://github.com/salesforce/…