Skip to content

Zengyi-Qin/fine-biostate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Fine-grained Estimate of Biological States from Coarse Labels

This repository contains an official implementation of Learning Fine-grained Estimate of Biological States from Coarse Labels

Install

Create an virtual environment with Python 3.6 using Anaconda:

conda create - n bioenet python=3.6

Download and extract the simulated sEMG dataset:

wget https://cloud.tsinghua.edu.cn/f/fd012a23ef894c949e2d/?dl=1 -O data.zip
unzip data.zip

Install the requirements:

pip install - r requirements.txt

Training and Testing

Run the following command for training. The testing will be performed during training.

python train_test.py

About

Learning Fine-grained Estimate of Biological States from Coarse Labels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages