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
  • !237

Merged
Created Mar 05, 2022 by Oliver Kirsebom@kirsebomOwner

3. label mapping in JointBatchGen

  • Overview 1
  • Commits 29
  • Pipelines 11
  • Changes 15

This merge request resolves this issue: #167 (closed)

That is, label mapping to 0,1,2,... is now also implemented for the joint batch generator class.

By default label mapping is enabled (whereas before we had it disabled).

In order to implement this, I had to make some changes to the detailed implementation of label mapping in the batch generator class, but the functionality remains the same.

Also, note that the create_database function now saves a list of unique labels to the table, which can be read by the batch generator.

Edited Mar 09, 2022 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: batch_gen_mapping