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
  • #138
Closed
Open
Issue created Nov 03, 2019 by Administrator@rootContributor

AutoEncoder does not generate a symmetric model

Created by: whyisyoung

Hi,

I plotted the model when printing the model summary: https://github.com/yzhao062/pyod/blob/da68f50ee79bd74777d2d406cac6dcfad412e599/pyod/models/auto_encoder.py#L187

And it seems that you added an extra layer at the beginning with the same dimension as the input. I don't know why this is required because it would generate an asymmetric model. Here is the model I printed out:

model

The final dimension would be like 645-645-100-100-500-9-500-100-100-645.

I think the problem might be caused by this line: https://github.com/yzhao062/pyod/blob/da68f50ee79bd74777d2d406cac6dcfad412e599/pyod/models/auto_encoder.py#L224

The performance is similar after I commented out the above line.

Please correct me if I miss something! Thanks!

Assignee
Assign to
Time tracking