Training in progress epoch 0
Browse files- .gitignore +2 -0
- config.json +1 -0
- pytorch_model.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
step_*
|
2 |
+
epoch_*
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"embed_dim": 1024, "use_cross_attn": true, "use_segmentation": true, "num_heads": 16, "in_chans": 1, "num_classes": 1, "cross_num_heads": 16, "fusion_alpha": 1.0, "depth": 24}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0736f19afeb167a29d451b5f43f561aa5baf8d034ddc0ef631bdc1a5379a8d1a
|
3 |
+
size 3456863811
|