ZhiKe Chen

Results 3 comments of ZhiKe Chen

check your OpenGL version, for those whose OpenGL version is less than 3.2, comment DeepMimicCore/render/ShadowMap.cpp line39 glFramebufferTexture, as it is only available for version 3.2 or more

use model.float() and replace torch.bfloat16 with torch.float32, then use Hugging Face Accelerate to map model to multi gpu may help

use scapy ``` import spacy nlp = spacy.load("en_core_web_sm") caption = [x.text+'/'+x.pos_ for x in nlp(${your text description})] ```