WIP, buncha stuff that I didn't commit when I wrote it and now I'm afraid of losing something
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import torch
|
||||
|
||||
|
||||
def photometric_loss_pytorch(es, ta, block_size, type='mse', eps=0.1):
|
||||
type = type.lower()
|
||||
p = block_size // 2
|
||||
|
||||
Reference in New Issue
Block a user