Created
January 22, 2019 15:24
-
-
Save holmesal/badb1bfcc16f6a0cc23b38b57053b594 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model = TabularModel(emb_szs={}, n_cont=1, out_sz=1, layers=[10]); | |
print(model) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment