Skip to content

Commit

Permalink
Remove deprecated lightning hyperprior (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuckley authored Sep 29, 2023
1 parent 633e0c4 commit 39bdf05
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 475 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- **August 2023 (image compression)** - [Released PyTorch implementation of MS-ILLM](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/illm)
- **April 2023 (video compression)** - [Released PyTorch implementation of VCT](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/torch_vct)
- **November 2022 (image compression)** - [Released Bits-Back coding with diffusion models](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/bits_back_diffusion)!
- **July 2021 (image compression)** - [Released implemenation of Scale Hyperprior](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/scale_hyperprior_lightning)
- **July 2021 (video compression)** - [Released implementation of DVC](https://github.com/facebookresearch/NeuralCompression/tree/main/projects/deep_video_compression)

## About
Expand Down Expand Up @@ -80,7 +79,6 @@ The 2-tier structure enables rapid iteration and reproduction via code in
- `deep_video_compression` [DVC (Lu et al., 2019)](https://openaccess.thecvf.com/content_CVPR_2019/html/Lu_DVC_An_End-To-End_Deep_Video_Compression_Framework_CVPR_2019_paper.html), might soon be deprecated
- `illm` [MS-ILLM (Muckley et al., 2023)](https://proceedings.mlr.press/v202/muckley23a.html)
- `jax_entropy_coders` - implementations of arithmetic coding and ANS in JAX
- `scale_hyperprior_lightning` [Scale Hyperprior (Balle et al., 2018)](https://arxiv.org/abs/1802.01436), might soon be deprecated
- `torch_vct` [VCT (Mentzer, et al.,)](https://proceedings.neurips.cc/paper_files/paper/2022/hash/54dcf25318f9de5a7a01f0a4125c541e-Abstract-Conference.html)

## Tutorial Notebooks
Expand Down
55 changes: 0 additions & 55 deletions projects/scale_hyperprior_lightning/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions projects/scale_hyperprior_lightning/config/base.yaml

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions projects/scale_hyperprior_lightning/requirements.txt

This file was deleted.

155 changes: 0 additions & 155 deletions projects/scale_hyperprior_lightning/scale_hyperprior.py

This file was deleted.

This file was deleted.

Loading

0 comments on commit 39bdf05

Please sign in to comment.