kenoharada
kenoharada
I already changed configs/ffhq.yaml LOD_2_BATCH_8GPU: [512, 256, 128, 64, 32, 32, 32, 32, 32] to LOD_2_BATCH_8GPU: [512, 256, 128, 64, 32, 32, 32, 32, 24] or LOD_2_BATCH_8GPU: [512, 256, 128,...
I also changed gpu_count = 1 to gpu_count = 8 in interactive_demo.py but console output Exception: process 1 terminated with signal SIGSEGV
Thank you very much for detailed response! I would try it on my local machine, Thanks!
@Disiok Thank you for the reply. >Is there reason that prevent you from building a new GPTSimpleVectorIndex over both set of documents you have? (Obviously this would be slightly costlier...
ご指摘ありがとうございます。 Split Layer(Blockwise3D)の行なっている処理をPyTorchで実装することが可能であればSplit Layerの実装はPixyzでの実装も可能です。 Split Layer(Blockwise3D)でどのような処理が行われているか現在こちらでも確認しようと思いますが, 取り急ぎの回答とさせていただきます。 また,Pixyzへのコード移植のご検討ありがとうございます。 Pixyzについて,まだ開発中でありますがTutorialがございます,こちらもご覧になっていただけますと幸いです。 https://github.com/masa-su/pixyz/tree/feature/tutorial/tutorial
@XingyuXie Hi, thank you for the reply! > For other data, we should do some processes to match the requirement of GPT-2 BPE. Thank you, I understand the necessity of...
@XingyuXie Thank you very much!! I will try it!