AndreiVoicuT commited on
Commit
0d13fe8
·
verified ·
1 Parent(s): 86ab0a2

Update interface_connection.py

Browse files
Files changed (1) hide show
  1. interface_connection.py +2 -2
interface_connection.py CHANGED
@@ -7,10 +7,10 @@ import json
7
 
8
  device =torch.device('cpu')
9
  model_name_map = {
10
- "wizard 0.3": "demo_model_0"
11
  }
12
  data_map = {
13
- "aBN_01": 0, "aBN_02": 1, "hBN": 2
14
  }
15
 
16
 
 
7
 
8
  device =torch.device('cpu')
9
  model_name_map = {
10
+ "wizard_tb 0.3": "demo_model_1"
11
  }
12
  data_map = {
13
+ "aBN_01": 0, "aBN_02": 1,
14
  }
15
 
16