Skip to content

Commit

Permalink
Update MLMG to MLMV.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yifan1207 authored Feb 4, 2024
1 parent 0def4c0 commit 98ec1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMLS Code/MLMG to MLMV.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import torch.nn as nn
import torch.optim as optim
import numpy as np
import esm # pre-trained ESM2 model
import esm # pre-trained ESM2 models

# Define encode function
def encode(molecule):
Expand Down

0 comments on commit 98ec1ca

Please sign in to comment.