nf-soft-mining
nf-soft-mining copied to clipboard
Accelerating Neural Field Training via Soft Mining
Results
1
nf-soft-mining issues
Sort by
recently updated
recently updated
newest added
Hi, Thanks for your contribution. I am wondering that why there is not log operator in the codebase? Here is code in `lmc.py`: ``` net_grad.mul_(self.a).add_(self.noise, alpha=self.b) self.prev_samples.add_(net_grad) ``` But the...