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:
2022-01-31 18:12:35 +01:00
parent a673f807c5
commit 3f947c9dd2
9 changed files with 543 additions and 49 deletions
+1
View File
@@ -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