Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F five-video-classification-methods
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • 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
  • Matt Harvey
  • five-video-classification-methods
  • Issues
  • #133
Closed
Open
Issue created Jul 22, 2019 by aezco@aezco

Prediction classes

I have trained the CNN for predicting 101 classes. Now I want to use the LSTM for training attention weights. So I took the last globalaveragepool layer from the model and extracted the features from the frames. However, only training the LSTM for attention weights have smaller size classes. How does this affect the results? For example, Let's say if the only CNN part can predict 101 classes and when using attention on LSTM after CNN features. I still want for each frame 101 class predictions instead of limited input classes on the LSTM.

Assignee
Assign to
Time tracking