Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pyod
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 144
    • Issues 144
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Yue Zhao
  • pyod
  • Issues
  • #391
Closed
Open
Issue created Apr 20, 2022 by Administrator@rootContributor

[BUG] Pytorch autoencoder uses mean as std in preprocessing

Created by: chem-william

In auto_encoder_torch.py, if preprocessing=True (which is the default), std will be set to the mean of the input data instead of the actual std.

https://github.com/yzhao062/pyod/blob/adf034157d93f3064a2a695457b24731daece846/pyod/models/auto_encoder_torch.py#L282

I'll open an pull request to fix this :-)

Assignee
Assign to
Time tracking