Skip to content
#

Deep learning

Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.

Here are 45,411 public repositories matching this topic...

transformers
jimthompson5802
jimthompson5802 commented May 15, 2022

What happened + What you expected to happen

The shim tune.create_scheduler() does not properly parse the keyword parameters passed in a dictionary for the pb2 scheduler. For this call

pb2_parm_dict = {"time_attr": "time_total_s", "metric": "metric_score", "mode": "min",
                 "hyperparam_bounds": {"param1": [0, 1]}}

pb2_scheduler = create_scheduler("pb2", **pb2_pa
bug good first issue tune P2
asaini
asaini commented Oct 1, 2021

Problem

See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces

Solution

Create a config option

showDeveloperMenu: true | false | auto

where

  • true: always shows the developer menu locally and while deployed
  • false: always sho
enhancement good first issue
Wikipedia
Wikipedia