Skip to content

Commit

Permalink
fix: wrong module import
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioschneider committed Jul 19, 2022
1 parent 6954971 commit e648ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vat_pytorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .alice import ALICELoss
from .alicepp import ALICEPPLoss, ALICEPPModule
from .utils import kl_loss, sym_kl_loss, js_loss, inf_norm, default
from .modules import *
from .models import *

0 comments on commit e648ab4

Please sign in to comment.