論文まとめ:Shap-E: Generating Conditional 3D Implicit Functions
820{icon} {views} タイトル:Shap-E: Generating Conditional 3D Implicit Functions 著者:Heewoo Jun, Alex Nichol(OpenAI) […]...
OpenAIのChatGPT APIの並列化を試す(LangChain)
1.9k{icon} {views} 大量のデータをChatGPTで推論したいときに、並列化したらどの程度速くなったのかを実験してみました。振れ幅はかなり大きいですが、かなり並列化の効果はありました。 はじめに Chat […]...
論文まとめ:TinyStories: How Small Can Language Models Be and Still Speak Coherent English?
561{icon} {views} タイトル:TinyStories: How Small Can Language Models Be and Still Speak Coherent English? 著者:Rone […]...
論文まとめ:GALIP: Generative Adversarial CLIPs for Text-to-Image Synthesis
625{icon} {views} タイトル:GALIP: Generative Adversarial CLIPs for Text-to-Image Synthesis 著者:Ming Tao, Bing-Kun B […]...
EVA-CLIPをOpenCLIPで使う
1.7k{icon} {views} EVA-CLIPがOpenCLIPから使えるようになっていたので試してみました。ViT-L/14相当のモデルでImageNetのゼロショット精度が80%越えでなかなかやばい結果となり […]...
多変量分布のKLダイバージェンスの実装
2k{icon} {views} 分布間の差を定量化する手法として、KLダイバージェンスが機械学習では広く使われますが、多変量への拡張の実装面の話が必要になったので検証してみました。KDTreeを使った推定がノンパラへの […]...
論文まとめ:StableRep: Synthetic Images from Text-to-Image Models Make Strong Visual Representation Learners
830{icon} {views} タイトル:StableRep: Synthetic Images from Text-to-Image Models Make Strong Visual Representation […]...
Jupyter Lab上からChatGPTを使える「Jupyter AI」をDockerから利用する
1.3k{icon} {views} Jupyter Lab上から簡単にChatGPTを使える「Jupyter AI」をカスタムDockerで動かしてみました。使用するライブラリに応じてオリジナルな開発環境を自在に構築す […]...
論文まとめ:EVA-02: A Visual Representation for Neon Genesis
2k{icon} {views} タイトル:EVA-02: A Visual Representation for Neon Genesis 著者:Yuxin Fang, Quan Sun, Xinggang Wang, […]...
Kohya版のLoRAをDockerで訓練する
3.7k{icon} {views} LoRAのデファクトスタンダードとなりつつあるKohya版のLoRA学習スクリプトをDockerで動かしてみました。Diffusersとの連携も可能で、Diffusersオフィシャル […]...