-
-
Hi. My training set is composed with matrices of (257,257). I'm getting the following error when i run the code below. Using padding on random_crop method and modifing placeholder shape, it works ok b…
-
Excellent Work!
I'm evaluating the MipNeRF360 dataset on one RTX4090 GPU.
The average training time on the 9 scenes is **29 min** (Already move grid_x grid_y to GPU)
I wonder if this training time…
-
-
Hello,i noticed that there is a (6,3) shape array named "instance_sizes" in train.py,what does it mean? please
-
Is it possible to train the network on a dataset with multiple instances of the same object class? I've tried to adapt the code to my own dataset but I'm unsure how to handle multiple instances of the…
-
Is it possible to export training results as a .ply file? If so, how can I do this?
-
Hello, thank you for presenting your work.I have a question about border artifacts during training.
- My understanding is the grid-like artifact will gradually gets better during training iterations…
-
Hello Phil,
Sorry to bother once more, but in the paper it is mentioned that during the training process, data augmentation is used to increase the generalizability of the network. I understand tha…
-
Throws this error when running the Training cell:
```
Traceback (most recent call last):
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 18, in
from diffusers import…