tmeynier commited on
Commit
aa573d8
·
verified ·
1 Parent(s): 9b37a93

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +3 -0
  2. config.json +16 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Monitor-model (Random Weights)
2
+
3
+ Randomly initialized monitor-model for debugging or fine-tuning.
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "monitor-model",
3
+ "input_channels": 6,
4
+ "input_size": [
5
+ 6,
6
+ 96,
7
+ 96
8
+ ],
9
+ "embedding_dim": 512,
10
+ "output_shape": [
11
+ 20,
12
+ 6
13
+ ],
14
+ "backbone": "resnet18",
15
+ "random_init": true
16
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46066d615f6ee7420f947674e630353010c8e5e6299656b5bc939a4e7d7495c6
3
+ size 46523227