Upload folder using huggingface_hub
Browse files- README.md +3 -0
- config.json +14 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Collect-policy (Random Weights)
|
| 2 |
+
|
| 3 |
+
Randomly initialized collect-policy for debugging or fine-tuning.
|
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "collect-policy",
|
| 3 |
+
"input_channels": 6,
|
| 4 |
+
"input_size": [
|
| 5 |
+
6,
|
| 6 |
+
96,
|
| 7 |
+
96
|
| 8 |
+
],
|
| 9 |
+
"img_embedding_dim": 512,
|
| 10 |
+
"collect_vector_dim": 3,
|
| 11 |
+
"output_dim": 6,
|
| 12 |
+
"backbone": "resnet18",
|
| 13 |
+
"random_init": true
|
| 14 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7370b2200fef749dc38e482bfea7bece13a7a20efa063999d684a63aaab379f
|
| 3 |
+
size 45172971
|