Deciphering signaling specificity with neural network.
Warning: this repository is under construction.
- Download pre-trained model from here. Create a folder
model
and put all the model files in it. - Run
python run.py
Please first install the following dependencies.
- The framework is implemented in PyTorch.
- The utilities for model loading and saving are based on the
Chechpoint
module in IBM/pytorch-seq2seq.