/diffmae-pytorch

unofficial implementation of DiffMAE

Primary LanguagePython

DiffMAE - Unofficial PyTorch Implementation

This repository contains an unofficial PyTorch implementation of DiffMAE (Diffusion Masked Autoencoder) For more details, please refer to the original paper: DiffMAE: Diffusion Masked Autoencoder.

This code is based on https://github.com/facebookresearch/mae.

I have currently uploaded only the pre-training stage code and will update the code related to the fine-tuning stage soon.