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

Merged
Created Apr 14, 2021 by Oliver Kirsebom@kirsebomOwner

Add more options to ResNet interface

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

I have added strides and kernel_size to the ResNet1D interface. @fsfrazao , Can you check that this was done correctly?

I will then proceed to adding these variables also to the ResNet (2D) interface.

I was unsure about how to handle this line: https://gitlab.meridian.cs.dal.ca/public_projects/ketos/-/blob/resnet_interface/ketos/neural_networks/resnet.py#L397 The kernel size of the initial conv layer appears fixed to 30. Why 30?

Edited May 04, 2021 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: resnet_interface