Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • public_projects
  • ketosketos
  • Merge requests
  • !110

Merged
Created Apr 15, 2019 by Oliver Kirsebom@kirsebomOwner

Enh/active learning loads from database

  • Overview 0
  • Commits 12
  • Pipelines 8
  • Changes 13

This merge request includes an entirely new implementation of the ActiveLearningBatchGenerator class.

Unlike the old implementation, which required all data to be handled in memory, the new ActiveLearningBatchGenerator class can read from an hdf5 database (though it is still possible to pass data via memory).

Also, the new ActiveLearningBatchGenerator class outputs an instance of BatchGenerator.

The train_active method in BasicCNN has been updated to accommodate the changes to the ActiveLearningBatchGenerator.

Should be ready to merge!

Edited Apr 22, 2019 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: enh/active_learning_loads_from_database