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

Merged
Created Jul 13, 2018 by Oliver Kirsebom@kirsebomOwner

Improvements to CNNWhale class

  • Overview 0
  • Commits 5
  • Pipelines 2
  • Changes 4

This merge request adds:

  • a unit test of the class constructor
  • automatic detection of image size (shape) in the constructor
  • asserts that data passed to the constructor are 'sane'
  • a unit test that checks that the network can be trained with a very simple dataset

The last unit test is currently failing because the hard-coded dimensions of the network do not match those of the images in the simple dataset (which are 2x2 pixels). I suggest that we merge this into enh/nn/CNNWhale-make_network-structure-more-flexible and continue work on that branch

Edited Jul 13, 2018 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: CNNWhale-tests