comic / evalutils

evalutils helps users create extensions for grand-challenge.org

Home Page:https://grand-challenge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup requirements parameters for algorithms

silvandeleemput opened this issue · comments

  • evalutils version: 0.2.4

Description

When initializing an algorithm template there are a lot of parameters that are currently required to fill out. However, these aren't used so they should be removed to simplify the project creation process.

Instead of the requirements, we still might want to support creating a default CUDA-enabled docker file if a flag called uses_gpu is set. But, this seems more like a feature for a separate issue.

What I Did

evalutils init algorithm ...