Skip to content

Commit

Permalink
add missing partial import
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitrango committed Sep 26, 2024
1 parent bf1fe62 commit c8a3297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fireants/registration/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from typing import Optional
from fireants.utils.util import ConvergenceMonitor
from torch.nn import functional as F
from functools import partial

def dummy_loss(*args):
return 0
Expand Down

0 comments on commit c8a3297

Please sign in to comment.