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

Merged
Created May 25, 2021 by Fabio Frazao@fsfrazaoOwner

Nn run on test generator

  • Overview 2
  • Commits 10
  • Pipelines 5
  • Changes 7

This merge addresses issues #116 (closed) and #117 (closed) by:

  • Cleaning the duplicate run_on_test_generator method in the NNInterface class
  • Adding the option to return a dictionary with metrics when calling the run_on_test_generator method
  • Adding an assertion to verify that the checkpoint_freq does not exceed the number of epochs.
  • Adding assertions to the NNInterface.save_model() method, which raise and error if no checkpoints are found
Edited Jun 22, 2021 by Fabio Frazao
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: nn_run_on_test_generator