AlexSychovUN commited on
Commit
f51aa5c
·
1 Parent(s): a21e922

Prepared for deploy

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -23,7 +23,7 @@ DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
23
  # GAT_HEADS = 2
24
  # HIDDEN_CHANNELS = 256
25
 
26
- MODEL_PATH = "models/model_ep028_weighted_loss6.7715.pth"
27
  GAT_HEADS = 4
28
  HIDDEN_CHANNELS = 128
29
 
 
23
  # GAT_HEADS = 2
24
  # HIDDEN_CHANNELS = 256
25
 
26
+ MODEL_PATH = "models/model_ep041_attention_mse1.9153.pth"
27
  GAT_HEADS = 4
28
  HIDDEN_CHANNELS = 128
29