Tensor
Tensor
Hi, when i changed batch size larger than 1, i get error in gaussian_diffusion.py, assert t.shape == (B,). and you mentioned can use num_samples to control number of test images,...
defaults.update({k: v for k, v in model_and_diffusion_defaults().items() if k not in defaults}) Hi, i believe this is what you want to have, otherwise the value will be overwriten by those...
Hi, supposely i have two onnx models and i want to combine both of them to get the mean of the two output, how should i do? for example: x=onnx.load("x.onnx")...