Seq-TransfoRNA / conf /model /transforna.yaml
Yak-hbdx's picture
uploaded TransfoRNA repo
0b11a42 verified
raw
history blame
266 Bytes
skorch_model:
_target_: transforna.Net
module: transforna.GeneEmbeddModel
criterion: transforna.LossFunction
max_epochs: 0 #infered from task specific train config
optimizer: torch.optim.AdamW
device: cuda
batch_size: 64
iterator_train__shuffle: True