Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 366 Bytes

SynLearn

Official Code for NeurIPS'22 paper "Pre-Trained Model Reusability Evaluation for Small-Data Transfer Learning"

The original implementation is under TensorFlow 1, which is included in the current repository.

Code entry: main.py

The illustration of core task and model transform modules: transform_modules.py

The PyTorch version is under construction.