Skip to content

StarxSky/FCT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f59adc1 · Aug 10, 2022

History

18 Commits
Aug 9, 2022
Aug 8, 2022
Aug 7, 2022
Aug 10, 2022
Aug 10, 2022
Aug 10, 2022
Aug 7, 2022
Aug 10, 2022
Aug 7, 2022
Aug 7, 2022
Aug 7, 2022
Aug 8, 2022
Aug 8, 2022
Aug 7, 2022
Aug 8, 2022

Repository files navigation

Forward Compatible Training (FCT)

logo-fct This repository is a PyTorch implementation of Forward Compatible Training for Large-Scale Embedding Retrieval Systems and can be used to reproduce the results in the paper.

  • Base on Apple-ml-FCT Changes to the warehouse.
Original ownership of the code belongs to 2022 Apple Inc.
Distributed and modified under Apple's open source license.

Simple Use:

  • Updata packag/ install
  #l use PyTorch version :1.12.0
  $ pip install torch torchvision
  $ pip install tqdm
  • Download data
  python get_dataset.py
  • Start train ResNet old & new model
  python main_New.py # train new model
  python main_Old.py # train old model
  • Start train Transformations model:
  python transformations/main.py

GPU

png

Releases

No releases published

Sponsor this project

Packages

No packages published