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

Commit

Permalink
add afm to ctr
Browse files Browse the repository at this point in the history
  • Loading branch information
ifndef012 committed Jul 18, 2020
1 parent ab7b4b7 commit a7da1c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
# limitations under the License.

from .deepfm import DeepFM
from .afm import AttentionalFM

__all__ = ["DeepFM"]
__all__ = ['DeepFM', 'AttentionalFM']

0 comments on commit a7da1c3

Please sign in to comment.