flexpert / Flexpert-Design /configs /ProteinMPNN.py
Honzus24's picture
initial commit
7968cb0
method = 'ProteinMPNN'
hidden = 128
k_neighbors=30
num_letters = 33
num_encoder_layers = 3
num_decoder_layers = 3
vocab = 33
dropout = 0.1
smoothing = 0.1
batch_size = 8
lr = 0.001
proteinmpnn_type = 0
patience = 100
epoch=100