Skip to content

Deprecated components (Will not be maintained actively) #719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SeanNaren opened this issue Aug 29, 2021 · 2 comments
Closed

Deprecated components (Will not be maintained actively) #719

SeanNaren opened this issue Aug 29, 2021 · 2 comments
Assignees
Labels
discussion enhancement New feature or request won't fix This will not be worked on

Comments

@SeanNaren
Copy link
Contributor

SeanNaren commented Aug 29, 2021

Related to #712

Below I've gone through all the different modules available, and come up with a list of deprecated modules. I've been lenient in my choices, primarily to allow some discussions if any should be moved around. If you think the list is wrong, please comment!

Deprecated modules will be made clear within a new documentation page containing a list of all deprecated modules (+ links eventually). This hopefully allows us to draw a line between model specific implementations + applicable research components within a field.

Also important is having a gateway for users to where they can get such implementations; i.e Flash. Any suggestions for RL based implementations? There must be a nice open source repo for Lightning + RL.

Maintained by the Lightning Team

Callbacks

  • BatchGradientVerification
  • ConfusedLogitCallback
  • ModuleDataMonitor
  • TrainingDataMonitor
  • PrintTableMetricsCallback

Datamodules

  • BinaryEMNISTDataModule
  • BinaryMNISTDataModule
  • CIFAR10DataModule
  • CityscapesDataModule
  • EMNISTDataModule
  • FashionMNISTDataModule
  • ImagenetDataModule
  • KittiDataModule
  • MNISTDataModule
  • SklearnDataModule
  • SSLImagenetDataModule
  • STL10DataModule
  • VisionDataModule
  • VOCDetectionDataModule

Datasets

  • LightDataset
  • CIFAR10
  • ConcatDataset
  • DummyDataset
  • BinaryEMNIST
  • UnlabeledImagenet
  • KittiDataset
  • BinaryMNIST
  • CIFAR10Mixed

Optimizers

  • LinearWarmupCosineAnnealingLR
  • linear_warmup_decay

Deprecated (Lightning Team will not be active to fix issues here, contributions welcomed)

Callbacks

  • BYOLMAWeightUpdate
  • SSLOnlineEvaluator
  • LatentDimInterpolator
  • TensorboardGenerativeModelImageSampler
  • KNNOnlineEvaluator

Datamodules

  • AsynchronousLoader
  • ExperienceSourceDataset
  • ExperienceSource
  • DiscountedExperienceSource

Losses

  • iou_loss
  • giou_loss
  • dqn_loss
  • double_dqn_loss
  • per_dqn_loss
  • nt_xent_loss
  • CPCTask
  • AmdimNCELoss
  • FeatureMapContrastiveTask

Metrics

Models

  • AE
  • VAE
  • FasterRCNN
  • GAN
  • DCGAN
  • Pix2Pix
  • LinearRegression
  • LogisticRegression
  • AdvantageActorCritic
  • DoubleDQN
  • DQN
  • DuelingDQN
  • NoisyDQN
  • PERDQN
  • PPO
  • Reinforce
  • VanillaPolicyGradient
  • AMDIM
  • BYOL
  • CPC_v2
  • Moco_v2
  • SimCLR
  • SimSiam
  • SwAV
  • SSLEvaluator
  • ImageGPT
  • PixelCNN
  • SemSegment
  • UNet
  • LitMNIST

Optimizers

  • LARS

Transforms

  • RandomTranslateWithReflect
  • Patchify
@SeanNaren SeanNaren added enhancement New feature or request help wanted Extra attention is needed labels Aug 29, 2021
@SeanNaren SeanNaren pinned this issue Aug 29, 2021
@SeanNaren
Copy link
Contributor Author

cc @Borda @akihironitta @tchaton @PyTorchLightning/core-bolts

@SeanNaren SeanNaren self-assigned this Aug 29, 2021
@SeanNaren SeanNaren added discussion and removed help wanted Extra attention is needed labels Aug 29, 2021
@stale
Copy link

stale bot commented Oct 30, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request won't fix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant