SimonPig

Results 5 comments of SimonPig

that error has gone with refresh the codes, but now i encountered another: from main() in minst_mesh task, line 109: laplacian=utils.sparse_cat(laplacian,sample_batch.num_vertices,sample_batch_num_vertices) it stepped into utils_pt.sparse_cat where i saw sparse_cat() got...

> On a side note, some meshes in ModelNet40 may contain degenerate triangles etc and in that case Laplacian will contain entries that are NaN. > In that case, you...

@jiangzhongshi i've re-produced train.npy with create_data.py,but the size of my train.py is 4.5GB which is too big for np.load() in add_laplacian(EOFError: Ran out of input), i dont understand why yours...

@jiangzhongshi Perhaps one module called ‘seism’ is missing?it‘s supposed to be imported in utils.mesh,line 138

@jiangzhongshi No problem,thank you for keeping replying ;)so u will upload it later?