Skip to content

Can you provide a toml example on how to use Qptuna trained models to further generate new molecules? #69

Closed Answered by halx
MachineGUN001 asked this question in Q&A
Discussion options

You must be logged in to vote

A Qptuna configuration is just like any other, see below.

[[component.Qptuna.endpoint]]
name = "Qptuna"
weight = 0.6

params.model_file = "merged.pkl"  # or "best.pkl" as needed

# adjust transform as needed
transform.type = "reverse_sigmoid"
transform.high = 0.0
transform.low = -50.0
transform.k = 0.4

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@MachineGUN001
Comment options

@halx
Comment options

Answer selected by halx
Comment options

You must be logged in to vote
1 reply
@MachineGUN001
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants