kubeedge/ianvs

Inconsistent with interface name 'initial_model_url' and environment variable 'base_model_url'

Offen

#14 geöffnet am 09.08.2022

 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (168 Forks)auto 404
good first issuekind/cleanup

Repository-Metriken

Stars
 (178 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What would you like to be added/modified: While configuring algorithm.yaml, the pre-trained model url is specified as initial_model_url, however in test_algorithms/basemodel.py it is parsed and renamed as base_model_url.

Why is this needed: This inconsistency might be confusing for algorithm developers. May I possibly recommend revising these two names to the same one rather than keeping this inconsistency.

Contributor Guide