Prosho commited on
Commit
df0c0ad
·
1 Parent(s): b017a7b

Initial commit with model files

Browse files
Files changed (2) hide show
  1. checkpoints/model.ckpt +3 -0
  2. config.json +4 -0
checkpoints/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a702fd7343b1c7c1f439d8468dc2cd391ffa481a6b2ea7456d6d21ef4612011
3
+ size 2237896348
config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_type": "SENTINEL-SRC-DA",
3
+ "checkpoint_file": "checkpoints/model.ckpt"
4
+ }