Deciphering signaling specificity with neural network.
Warning: this repository is under construction.
- Download pre-trained model from here. Create a folder
modeland 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
Chechpointmodule in IBM/pytorch-seq2seq.