Skip to content

Commit

Permalink
add mw-logp
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonghwanSeo committed Jun 18, 2023
1 parent b9d8337 commit 6ffa75e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
16 changes: 11 additions & 5 deletions download-weights.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
conda install --yes -c conda-forge gdown
cd ./test
gdown '16BK_tjOUmuMuWjSvV3TeLVc86PeAKig-'
tar -xvf 'pretrained_model.tar'
cd ../
#conda install --yes -c conda-forge gdown
mkdir -p ./test/pretrained_model
cd ./test/pretrained_model
gdown 'https://drive.google.com/uc?id=1t-gS7bCOxO5gqv8GXkluTzx1mO20_L0G' # logp
gdown 'https://drive.google.com/uc?id=10UXskmoQQW6KZAeNSVqF4LliMZB9j5Iq' # mw
gdown 'https://drive.google.com/uc?id=1897Gpa27jFOAYcGupdVGsPpMMbqDgcU9' # qed
gdown 'https://drive.google.com/uc?id=1kRqaLIl152vw1yGzS2Dji3jPas9ksW0V' # tpsa
gdown 'https://drive.google.com/uc?id=1udYJuz_p3pMxGBWsJyqHMcrT1l7saUkB' # 3cl_affinity
gdown 'https://drive.google.com/uc?id=1lY5gU6YBDSZvqvEosEPlQ1w3HTe55sCJ' # logp_tpsa
gdown 'https://drive.google.com/uc?id=1uFJbHMCRlXOTDIzWK-Dn6z8R9SeafDDx' # mw_logp
cd ../../
8 changes: 8 additions & 0 deletions test/generation_config/mw_logp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
model_path: ./test/pretrained_model/mw_logp.tar
library_path: ./data/ZINC/library.csv
library_builtin_model_path: ./test/builtin_model/mw_logp.tar

# Required
window_size: 2000
alpha: 0.75
max_iteration: 10

0 comments on commit 6ffa75e

Please sign in to comment.