candytalking / SynLearn

Official Code for NeurIPS'22 paper "Pre-Trained Model Reusability Evaluation for Small-Data Transfer Learning"
1 stars 0 forks source link

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.