Skip to content

Commit

Permalink
Change rel. to abs. import for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
fKunstner committed Feb 10, 2020
1 parent 7523e8f commit db7a00f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backpack/extensions/curvmatprod/losses.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from backpack.core.derivatives.crossentropyloss import CrossEntropyLossDerivatives
from backpack.core.derivatives.mseloss import MSELossDerivatives
from backpack.extensions.curvature import Curvature

from .cmpbase import CMPBase
from backpack.extensions.curvmatprod.cmpbase import CMPBase


class CMPLoss(CMPBase):
Expand Down

0 comments on commit db7a00f

Please sign in to comment.