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.

Fail to load file-based configs

See original GitHub issue

wandb --version && python --version && uname

  • Weights and Biases version: 0.10.1
  • Python version: 3.7.7
  • Operating System: Ubuntu 16.04.5 LTS (Xenial Xerus)

Description

Fail to load file-based configs (either with config-defaults.yaml or using command line argument --configs special-configs.yaml. Configurations within yaml file are not loaded into wandb.config nor logged to run_folder/files/config.yaml.

What I Did

python test_yaml.py
python test_yaml.py --configs config-defaults.yaml

Within test_yaml.py:

import wandb
wandb.init()
wandb.join()

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
vanpeltcommented, Dec 18, 2020

Hey @kaixin96 apologies for not updating this ticket. This was fixed in version 0.10.6 on Oct. 15th: https://github.com/wandb/client/blob/master/CHANGELOG.md#0106-october-15-2020

0reactions
rvinascommented, Jan 28, 2021

The default config file config-defaults.yaml works with version 0.10.15. However, the --configs argument appears to be broken (e.g. I cannot load another config file). I ended up using argparse and yaml myself to read the parameters of another config file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fail to load file-based configs · Issue #1249 · wandb ... - GitHub
Fail to load file -based configs (either with config-defaults.yaml or using command line argument --configs special-configs.yaml .
Read more >
Configuration fails to load due to missing file or directory - AskF5
Create the missing directory by typing the following command: mkdir config/filestore/. · Create the missing file by typing the following command:.
Read more >
Unable to load configuration file from instance folder when ...
I have a config.py file in the app's instance folder. There are two configs, one for dev in the 'instance' folder and one...
Read more >
The error, Unable to load configuration file is displayed during ...
The error, Unable to load configuration file is displayed during CCS console launch from a remote computer. Last Updated October 3, 2022.
Read more >
Error: Unable to load configuration file: Failed to map path '/'
If website is File System-Based, it is using ASp.NET built-in server as Development server, instead of IIS. Its url should like http://localhost ...
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