Wendy Park
Wendy Park
Not `int` or `float`. I want to use class which is I defined. Plus, I don't use any list or dictionary type inside my class. ``` class Array(object): ''' sizeOfArray:...
https://github.com/PegasusWang/python_data_structures_and_algorithms/blob/3469a79c34b6c08ae52797c3974b49fbfa8cca51/docs/02_%E6%95%B0%E7%BB%84%E5%92%8C%E5%88%97%E8%A1%A8/array_and_list.py#L14 thank you
Hi, I installed your library by this [link](https://kaolin.readthedocs.io/en/latest/notes/installation.html#installation). 1. My environment is Windows 11 2. python 3.8 3. cuda 11.6 4. pytorch 1.13.1 5. pip install kaolin 0.13.0 But I...
I used nerf lego synthetic dataset. my `nerf_lego.json` is ```json { "ref_mesh": "data/nerf_synthetic/lego", "random_textures": true, "iter": 5000, "save_interval": 100, "texture_res": [ 2048, 2048 ], "train_res": [800, 800], "batch": 8, "learning_rate":...