kaistsystemsbiology / DeepProZyme

DeepECtransformer
20 stars 2 forks source link

DeepECtransformer

Procedure

Note: This source code was developed in Linux, and has been tested in Ubuntu 16.04 with Python 3.6.

  1. Clone the repository

    git clone https://github.com/kaistsystemsbiology/DeepProZyme.git
  2. Create and activate virtual environment (takes 5~10 min)

    conda env create -f environment.yml
    conda activate deepectransformer
  3. To use gpus properly, install the pytorch and cuda for your gpus. This code was tested on pytorch=1.7.0 using cuda version 10.2

Example