Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M
MLAir
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 76
    • Issues 76
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • toar
  • MLAir
  • Issues
  • #121

Closed
Open
Opened May 28, 2020 by lukas leufen@leufen1Owner

model link in experiment setup

Currently, model is set during experiment setup. But this hinder the user to customose the model without changing the code inside MLT.

Solution: Keep model setup as it is, and only move import of model itself to the experiment setup. Load the vanilla model as default if no model is given. All other models need to be loaded in the run script and parsed via a corresponding kwargs to the experiment setup. Do not load the model or compile it, just save the parameter (=pointer) in datastore and load it in the model setup stage.

REMARK: Consider import behaviour, because window_history_size and other parameters are required on initialisation. Is it possible to store the import statement in data store or otherwise create a new object without init and perform init during model setup phase.

Edited May 28, 2020 by lukas leufen
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: toar/mlair#121