Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 321 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 321 Bytes

ConvTransNet - Pytorch

Implementation of ConvTransNet in Pytorch

1.Preprocess the data

Command to run

python ./data_prepare/preprocess.py

2.Training

Command to run

python train.py

3.Testing

Command to run

python test.py

4.Post

Command to run

python post.py