https://github.com/ikaroinory/malseqnet
https://github.com/ikaroinory/malseqnet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikaroinory/malseqnet
- Owner: ikaroinory
- Created: 2025-03-09T06:35:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:21:31.000Z (3 months ago)
- Last Synced: 2025-03-10T15:28:58.507Z (3 months ago)
- Language: Python
- Size: 6.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MalSeqNet
### 运行环境
- GPU: NVIDIA GeForce RTX 4090 (24G)
- OS: Ubuntu 22.04.4 LTS
- Python 3.12.3
- PyTorch 2.5.1 with CUDA 12.4### 安装
除了PyTorch外,还需要安装如下依赖:
```bash
pip install pandas
pip install tqdm
pip install loguru
pip install scikit-learn
```### 运行
运行前需要解压原始数据集,并进行预处理,使用如下命令:
```bash
bash uncompress-data.sh # 也可以自行解压
python preprocess.py
```使用如下命令进行测试:
```bash
bash evaluate.sh
```该脚本将依次输出:
- 在Android7.1下不使用关键子序列的准确率
- 在Android9下不使用关键子序列的准确率
- 在Android7.1下使用关键子序列的准确率
- 在Android9下使用关键子序列的准确率