HaoZhongkai / AS_Molecule

Active learning
27 stars 8 forks source link

About check_point_test() #6

Closed lzl19971215 closed 2 years ago

lzl19971215 commented 3 years ago

hello, thanks for your sharing! I have 2 following questions about your program :

  1. How long will it probably take to run_al.py on qm9 datasets with default settings on 1 single tesla v100 gpu?
  2. While running the run_al.py script, I meet following error: TypeError: check_point_test() missing 2 required positional arguments: 'max_epochs' and 'device' What is the functionality of check_point_test, can I just discard this step? if i can't, what should be the proper value of max_epochs?

Looking forward to your reply!

HaoZhongkai commented 3 years ago

Hello,   It takes less than 24 hours running run_al.py on qm9 dataset on one v100 gpu.   The check_point_test is for recording experimental data. You can omit this step if you do not want to record them. Thanks!

best, Zhongkai

------------------ 原始邮件 ------------------ 发件人: "HaoZhongkai/AS_Molecule" <notifications@github.com>; 发送时间: 2020年12月22日(星期二) 中午1:39 收件人: "HaoZhongkai/AS_Molecule"<AS_Molecule@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [HaoZhongkai/AS_Molecule] About check_point_test() (#6)

hello, thanks for your sharing! I have 2 following questions about your program :

How long will it probably take to run_al.py on qm9 datasets with default settings on 1 single tesla v100 gpu?

While running the run_al.py script, I meet following error: TypeError: check_point_test() missing 2 required positional arguments: 'max_epochs' and 'device' What is the functionality of check_point_test, can I just discard this step? if i can't, what should be the proper value of max_epochs?

Looking forward to your reply!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lzl19971215 commented 3 years ago

Thanks, and what about running wsl_al.py script, how long will it probably take?

coderlemon17 commented 2 years ago

Do you have the answer?

yingchengyang commented 2 years ago

Great!