Skip to content

Commit

Permalink
change the astar_pretrain_path
Browse files Browse the repository at this point in the history
  • Loading branch information
heatingma committed Aug 3, 2023
1 parent 57230e8 commit 55379dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmtools/pytorch_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,10 @@ def gamgm_real(


astar_pretrain_path = {
'AIDS700nef': ('https://raw.githubusercontent.com/heatingma/pygmtools-pretrained-models/main/genn_astar/best_genn_AIDS700nef_gcn_astar.pt',
'AIDS700nef': ('https://media.githubusercontent.com/media/heatingma/pygmtools-pretrained-models/main/pytorch_backend/best_genn_AIDS700nef_gcn_astar.pt',
'https://drive.google.com/u/0/uc?export=download&confirm=Z-AR&id=1vV7G7EwCg6hEOc1SYZ_o8yUO3udwzWZT',
'b2516aea4c8d730704a48653a5ca94ba'),
'LINUX': ('https://raw.githubusercontent.com/heatingma/pygmtools-pretrained-models/main/genn_astar/best_genn_LINUX_gcn_astar.pt',
'LINUX': ('https://media.githubusercontent.com/media/heatingma/pygmtools-pretrained-models/main/pytorch_backend/best_genn_LINUX_gcn_astar.pt',
'https://drive.google.com/u/0/uc?export=download&confirm=Z-AR&id=1nkKAR4d7qdq9D8LkFLrrQ1Um2RY60OfF',
'fd3b2a8dfa3edb20607da2e2b96d2e96'),
}
Expand Down

0 comments on commit 55379dc

Please sign in to comment.