Skip to content
#

infrastructure

Here are 1,438 public repositories matching this topic...

backstage
swierh
swierh commented Nov 19, 2020

Current behavior

When running the jupyter.jupyter.ExecuteNotebook task with output_format='html' the default settings for the HTMLExporter are used. There is no way to pass arguments to this exporter.

Proposed behavior

Allow passing arguments to the HTMLExporter.

Implementation suggestion

Something like html_exporter = nbconvert.HTMLExporter(**exporter_kwargs) on the

ogvalt
ogvalt commented Apr 25, 2020

Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:

class SupervisedRunner(Runner):
    """Runner for experiments with supervised model."""

    _experiment_fn: Callable = SupervisedExperiment

    def __init__(
        self,
        model: Model = None,
        device: Device = None,
        input_key: Any = "features", 
      

Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.

  • Updated Nov 20, 2020
  • Go

Improve this page

Add a description, image, and links to the infrastructure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infrastructure topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.