↓ 9 callersMethod__init__(
self,
in_channel=6,
out_channel=3,
inner_channel=32,
norm_groups=32,
models/unet_model_google.py:212
↓ 2 callersMethod_forward_imple(
self,
x,
time=None,
cond: Union[list[torch.Tensor, list], torch.Tensor] = No
models/unet_model_google.py:325
↓ 2 callersFunctionlist_tensor2_list_lista list of tensor like [ta, tb, tc, td, tf, te] -> [[ta, tb, tc], [td, tf, te]] when n is 3 and mode is 'time'; [[ta, td], [tb, td], [tc, te]]
utils/misc.py:136