Skip to content

Commit

Permalink
fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
564612540 committed Jan 15, 2025
1 parent 5251d29 commit 968f933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/disk_optimizer/KFprivacy_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from opacus.privacy_engine import PrivacyEngine
from torch import optim

from optimizers import KF_DPOptimizer, get_optimizer_class
from .optimizers import KF_DPOptimizer, get_optimizer_class


class KF_PrivacyEngine(PrivacyEngine):
Expand Down

0 comments on commit 968f933

Please sign in to comment.