tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 401 forks source link

"Weights" and "download" options in config file #283

Open vprinsen opened 5 years ago

vprinsen commented 5 years ago

The base_config.yml includes these options, under model: base_network:

# From which file to load the weights.
weights:
# Should we download weights if not available.
download: True

As far as I can tell, these are not used in the code. What is the intended use of these settings? Is there any way to specify the location of the base network checkpoint, besides changing the LUMI_HOME environment variable to set a different default path?