Skip to content

issues Search Results · repo:IDSIA/sacred language:Python

Filter by

561 results
 (70 ms)

561 results

inIDSIA/sacred (press backspace or delete to remove)

The problem is described in the issue title. Here are some clues. In sacred/config/utils.py: def chain_evaluate_config_scopes(config_scopes, fixed=None, preset=None, fallback=None): fixed = fixed ...
  • HenryZhou19
  • 1
  • Opened 
    on Dec 6, 2024
  • #938

It seems that any ingredient level changes within an experiment s config hook do not actually alter the ingredient s config. It seems they are being overwritten right about here. Code to reproduce the ...
  • cmditch
  • 3
  • Opened 
    on Nov 13, 2024
  • #936

In #928 the issue came up that the behavior of is_different in custom_containers differs if numpy is installed vs when it is not installed. Here is an example: import sacred sacred.config.custom_containers.is_different([1, ...
  • thequilo
  • 6
  • Opened 
    on Aug 26, 2024
  • #930

Hello, I had a problem, and I looked at the code. Why are the errors from the observers silenced? I had problems launching some experiments where the observers died, and I could hardly understand why. ...
  • DavidDB33
  • Opened 
    on Apr 9, 2024
  • #926

The documentation for Experiment.add_artifact suggests that it s possible to pass bytes, but it doesn t work, and I don t see it in the code. It would be tremendously useful to be able to save arbitrary ...
  • mrzv
  • 2
  • Opened 
    on Nov 20, 2023
  • #924

I have two ingredients. One of them knows about the other one. When configuring the second one, I d like to be able to access a config value from the first one, but I can t find a way to do this. Here ...
  • mrzv
  • 12
  • Opened 
    on Nov 20, 2023
  • #923

Hey, I have some issues with the originated from within Sacred when i debug my code. ex = sacred.Experiment( Global (train) , ingredients=[data_ingredient, model_ingredient],interactive=True) SETTINGS.CAPTURE_MODE ...
  • hyfwyy
  • 3
  • Opened 
    on Aug 29, 2023
  • #920

the config variants are saved in config.json as Unicode, for instance, \u6211 , how to make the config.json file saved correctly?
  • zhan0903
  • 4
  • Opened 
    on Aug 8, 2023
  • #919

When I define kwargs in config as follows and overwrite it in named_config, I get warnings. @ex.config def default_config(): env_id = CartPole-v1 n_envs = 1 rl_kwargs = { n_steps ...
  • nidnesandne
  • 4
  • Opened 
    on Jun 22, 2023
  • #918

how to slove this problem? image
  • lizixiaoboluo
  • 4
  • Opened 
    on Apr 14, 2023
  • #915
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub