Zhou Yingjie

Results 5 comments of Zhou Yingjie

@jayanthd26 Thanks for your fast reply! However, I encountered with the error when I was running the "sample_text_to_3d.ipynb", which has added the code "device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')"...

@unixpickle Thanks for your reply. I used pytorch 1.8+cu113 in Ubuntu18.04. I will try to update it and reply to you.

@ALLIZZWELL123 Sorry, for some reason, I haven't tried the update yet. I will try as soon as possible. On the other hand, welcome to solve the problem jointly! Thanks!

I have successfully get the mesh and ply result. I install all the requirements follow the [setup.py](https://github.com/openai/shap-e/blob/main/setup.py) by the command `pip install -e .` then everything is ok. The torch...

Hi, I change the code from L101 to L117 as below and it works: ```with torch.no_grad(): for i in tqdm(range(1)): for k in range(1): noisy_patch = torch.from_numpy(Inoisy[:,:,:]).unsqueeze(0).permute(0,3,1,2).cuda() _, _, h,...