This is a simple Sinkhorn Network model implementation with Pytorch refer to paper. Here is the official tensorflow implementation.
Our Task
- Sorting the object permutations.
model file:
- object_class_glove.pkl
- genome-trainval.h5 (on my personal server)
dataset:
cd ./data
python prepor.py
After this step, train, validation and test data will generate under the ./data/datasets
folder.
Train and Validation
python train.py
Test
python test.py