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
  • #144
Closed
Open
Issue created May 08, 2020 by shashi@shashi438

Low accuracy of LRCN model

Hello,

I'm trying to recreate the results you've mentioned in your medium blog post. I've split the dataset using your scripts, used the default hyper parameters- 1000 epochs lr = 1e-5, decay - 1e-6 Adam optimizer

But after 60 epochs or so, the results are as follows - (very low accuracy) 131/131 [==============================] - 1315s 10s/step - loss: 3.8444 - acc: 0.1359 - top_k_categorical_accuracy: 0.3930 - val_loss: 4.3090 - val_acc: 0.0922 - val_top_k_categorical_accuracy: 0.2879

Can you please clarify if I'm missing something, or I'm supposed to run for 500+ epochs? thanks

Assignee
Assign to
Time tracking