8000 GitHub - Tomas1861/setmtr: code for the paper "Predicting the Validity of Set Data with Self-supervised Masked Transformer"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from hitlic/setmtr

code for the paper "Predicting the Validity of Set Data with Self-supervised Masked Transformer"

Notifications You must be signed in to change notification settings

Tomas1861/setmtr

8000
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Predicting the Validity of Set Data with Self-supervised Masked Transformer

Introduction

This is the implementation of Predicting the Validity of Set Data with Self-supervised Masked Transformer (SetMtr). We implement it (setmtr) based on a simple training toolkit torchility and provide a data preprocessing toolbox (./datasets)

Dependency

  • pytorch>=2.0
  • pytorch-lightning>=2.0,<2.1
  • torchmetrics>=0.11,<0.12
  • torchility == 0.9
    • pip install torchility==0.9

Usage

  • Data Prepare

    • run datasets/original_data_process/<dataset_name>/data_gen.py to generate data in the required format which will be saved in datasets/txts
    • run datasets/process.py to generate dataset for traning and evaluationg, which will bed saved in datasets/pkls.
  • Configure

    • Configure model parameters and data sets in setmtr/config.yaml
  • Train and evaluate

    • python setmtr/train.py

About

code for the paper "Predicting the Validity of Set Data with Self-supervised Masked Transformer"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.5%
  • Python 10.1%
  • MATLAB 0.4%
0