Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.core beat.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.corebeat.core
  • Issues
  • #103
Closed
Open
Issue created Nov 04, 2020 by Samuel GAIST@samuel.gaistOwner

Allow mounting of datasets folder on the algorithm container.

In the context of the learn-real project, the training of robot related models requires the use of a very high number of images which can only be optimally loaded using PyTorch iterators.

This cannot be done currently as all data goes through the database paradigm which cannot be used directly by PyTorch iterators.

Using the standard BEAT approach would lead to overly complex and inefficient implementation.

The solution proposed is that a new property can be inserted in the block configuration so that the root path of the database is also mounted on the algorithm container.

This will only work on algorithm containers that are connected to a database.

Assignee
Assign to
Time tracking