naruya
Results
3
issues of
naruya
bug
1
manual_optimizeの次の箇所 ``` faster_params = OrderedDict( (name, param - self.lr*grad) for ((name, param), grad) in zip(faster_params.items(), grads) ) ``` は、 `if first_train_for_this_task` 内では、 `zip(master_params.items(), grads)` としなければならない。
It occurs because the memory is not fully released in the recompiling process (and limited memory...).
Yes, we are NeRF herds. You wouldn't betray us, would you?