Official code:
ARES
ARES-specific adaptation of E3NN
This is a trial implementation of ARES: Geometric deep learning of RNA structure
# train
python train.py --device cuda
# predict
python predict.py --model_path ARES.pt
Official code:
ARES
ARES-specific adaptation of E3NN
This is a trial implementation of ARES: Geometric deep learning of RNA structure
# train
python train.py --device cuda
# predict
python predict.py --model_path ARES.pt