Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
fix ctr.__init__ coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
ifndef012 committed Jul 18, 2020
1 parent 2b4eecf commit cb6be07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# limitations under the License.

from .deepfm import DeepFM
from .afm import AttentionalFM
from .afm import AttentionalFM

__all__ = ['DeepFM', 'AttentionalFM']

0 comments on commit cb6be07

Please sign in to comment.