Aurumzhoom Lee
Aurumzhoom Lee
Mostly, I used to collect value from another, but not sure has been set already, I will make sure first then to get it, ```go ... v, ok := kv[k]...
> Is this not the same as ValueOr ? > > https://github.com/samber/lo?tab=readme-ov-file#valueor @lesichkovm not same, ValueOr doesn't effect origin, this one can set default to origin
我使用尝试过2种构造方式: 1. modulated_input = self.blocks[0].norm1(original_input, temb_) 第一次推理步骤会出现下面错误 ```bash File "/mnt/pfs/users/x/code/trellis-diffusion/submodule/model.py", line 1487, in tea_forward modulated_input = self.blocks[0].norm1(original_input, temb_) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...