Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 621 Bytes

DeepSignal

Deciphering signaling specificity with neural network.
Warning: this repository is under construction.

Usage

  • Download pre-trained model from here. Create a folder model and put all the model files in it.
  • Run python run.py

Dependencies

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.