"examples/git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "8216df28c415ef3b09597dd2d317e338b4fefb76"
Unverified Commit 216d1326 authored by adaZ-9's avatar adaZ-9 Committed by GitHub
Browse files

Update README.md

parent 0c3c0154
...@@ -60,14 +60,14 @@ Basically, the input files are similar to CIRIdeep, excluding splicing amount re ...@@ -60,14 +60,14 @@ Basically, the input files are similar to CIRIdeep, excluding splicing amount re
**CIRIdeep training** **CIRIdeep training**
``` ```
python $script train -geneExp_absmax /path/to/file -seqFeature /path/to/file -splicing_max /path/to/file -outdir /out/path -RBP_dir /RBP/path -splicing_dir /splicing/path python CIRIdeep.py train -geneExp_absmax /path/to/file -seqFeature /path/to/file -splicing_max /path/to/file -outdir /out/path -RBP_dir /RBP/path -splicing_dir /splicing/path
``` ```
Hyperparameters are given in `config.py`. `config.py` must be under the same directory with `CIRIdeep.py`. Resources are waiting to be loaded... Hyperparameters are given in `config.py`. `config.py` must be under the same directory with `CIRIdeep.py`. Resources are waiting to be loaded...
**CIRIdeep(A) training** **CIRIdeep(A) training**
``` ```
python $script train -geneExp_absmax /path/to/file -seqFeature /path/to/file -outdir /out/path -RBP_dir /RBP/path --CIRIdeepA python CIRIdeep.py train -geneExp_absmax /path/to/file -seqFeature /path/to/file -outdir /out/path -RBP_dir /RBP/path --CIRIdeepA
``` ```
## Contact ## Contact
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment