anonymous-birder commited on
Commit
e705a8c
1 Parent(s): eac4778

Create EfficientNet-B1-Dedicated_float32_Dedicated_nbp.json

Browse files
EfficientNet-B1-Dedicated /EfficientNet-B1-Dedicated_float32_Dedicated_nbp.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_dtype": "float32",
4
+ "model_name": "EfficientNet-B1-Dedicated",
5
+ "training_dataset": "Dedicated",
6
+ "testing_type": "nbp"
7
+ },
8
+ "results": {
9
+ "cmap": 0.64,
10
+ "auroc": 0.90,
11
+ "t1-acc": 0.66
12
+
13
+ }
14
+ }