question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Usage Question: User defined configuration

See original GitHub issue

I have an usage question. I’m designing a toolbox that will contain a configuration of approaches to train and evaluate ML models. This toolbox is an application that can be installed with it’s own configuration files.

Is there a way for the user to:

  • Define their own set of configuration files locally: configs/<groups>/user_impl.yaml. For example, their own dataset and models
  • Define their own local config.yaml file that can utilize the local configurations and the packaged configurations

I’m struggling to figure out a solution to this. Do I use the search_path plugin? The compose interface? Structured configs? I may be missing something simple. I feel like it’s right there but I can’t see it!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
jgboscommented, Jul 15, 2020

Ack. That was it! I had to do pip install . 🙄

Thanks for your patience and help, much appreciated

0reactions
omrycommented, Jul 15, 2020
  1. no need to specify hydra/launcher, this was just to illustrate the point. you can remove it.
  2. feel free to join the chat if you have questions.
Read more comments on GitHub >

github_iconTop Results From Across the Web

use user defined configuration file - Forums - IBM Support
i add the env variables via job properties -> parameters -> add environment variable... then i add the $APT_CONFIG_FILE on the list,and set...
Read more >
Writing/Reading User-Defined settings in app.config file
UPDATE: Instead of using ConfigurationManager, I simply use Properties.Settings.Default. However, I am having bit of a problem writing into ...
Read more >
User-defined configuration templates - ManageEngine
To create a user-defined template, follow the steps given below: Navigate to Configurations -> Templates. Select User-defined as your template type. Click on ......
Read more >
What are different Configuration Elements in JMeter Test Plan
User Defined Variables Element let us use default variables and values in the test plan. If you need to use UDV in only...
Read more >
Step By Step Guide for Configuring User-Defined Search In PI
Step By Step Guide for Configuring User-Defined Search In PI · 1. Open PI browser. · 2. Then select “configuration and Monitoring Home”...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found