zeta7337

Results 7 issues of zeta7337

![10600](https://user-images.githubusercontent.com/61902394/144047553-d26826f9-32d0-443c-abd3-ebaca5c33125.jpg) hello, i trained on e4e my own dataset and pretrained stylegan2 model,but the result looks totally different with source img,can you give me some suggestion.

running in cpu is ok,but when running the code in gpu c10 error happens at box_a.select(2, 0) = prediction.select(2, 0) - prediction.select(2, 2).div(2) in darknet.cpp.how can i fix it?

when i use c++ rasterize_triangles in mesh,error occurs,the File "mesh_core_cython.pyx", line 49, in mesh_core_cython.rasterize_triangles_core ValueError: Buffer has wrong number of dimensions (expected 2, got 3)

I want to train boundary with w_plus latent ,how can i generate w_plus?

hello I want to train sp-gan on my own point cloud data,what kind of dataset shoud I prepare?what is the data form of your h5 file?