tnt306 commited on
Commit
620a7c5
·
1 Parent(s): 8a96d81

Added GitHub link

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -248,6 +248,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
248
  - Result: AUPRC 0.7027 (Baseline: 0.118) on Val split
249
  - Variational Regularization, inspired by [Kipf et al., 2016](https://arxiv.org/abs/1611.07308)
250
  - Trained on NVIDIA A100 with PyTorch 2.4.0
 
251
  """
252
  )
253
  with gr.Accordion("More on Training...", open=False):
 
248
  - Result: AUPRC 0.7027 (Baseline: 0.118) on Val split
249
  - Variational Regularization, inspired by [Kipf et al., 2016](https://arxiv.org/abs/1611.07308)
250
  - Trained on NVIDIA A100 with PyTorch 2.4.0
251
+ - Code on GitHub: [pytorch-variational-gcn-ehr-public](https://github.com/ThachNgocTran/pytorch-variational-gcn-ehr-public)
252
  """
253
  )
254
  with gr.Accordion("More on Training...", open=False):