From 5ff4e6bd63b6360ae854830852a1821c4ccf6251 Mon Sep 17 00:00:00 2001 From: Rafal Jankowski Date: Tue, 8 Jun 2021 20:13:10 +0200 Subject: [PATCH] Delete model_arch.txt --- model_arch.txt | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 model_arch.txt diff --git a/model_arch.txt b/model_arch.txt deleted file mode 100644 index f921919..0000000 --- a/model_arch.txt +++ /dev/null @@ -1,28 +0,0 @@ -TabularModel( - (embeds): ModuleList( - (0): Embedding(10, 6) - (1): Embedding(17, 8) - (2): Embedding(8, 5) - (3): Embedding(16, 8) - (4): Embedding(7, 5) - (5): Embedding(6, 4) - (6): Embedding(3, 3) - ) - (emb_drop): Dropout(p=0.0, inplace=False) - (bn_cont): BatchNorm1d(3, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True) - (layers): Sequential( - (0): LinBnDrop( - (0): Linear(in_features=42, out_features=200, bias=False) - (1): ReLU(inplace=True) - (2): BatchNorm1d(200, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True) - ) - (1): LinBnDrop( - (0): Linear(in_features=200, out_features=100, bias=False) - (1): ReLU(inplace=True) - (2): BatchNorm1d(100, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True) - ) - (2): LinBnDrop( - (0): Linear(in_features=100, out_features=2, bias=True) - ) - ) -) \ No newline at end of file