The Wayback Machine - https://web.archive.org/web/20220516022014/https://github.com/topics/deep-learning
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,332 public repositories matching this topic...

DmitriGekhtman
DmitriGekhtman commented May 14, 2022

What happened + What you expected to happen

The autoscaler pushes some logs to the Ray driver. The logs are prefixed with (scheduler) which is misleading.
The prefix should be (autoscaler).

Versions / Dependencies

Ray master.

Reproduction script

Submit a Ray task or actor which triggers upscaling to trigger the logs.

Issue Severity

Low: It annoys or frustrates me.

bug good first issue P2 triage
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
pytorch-lightning
mads-oestergaard
mads-oestergaard commented May 12, 2022

🐛 Bug

Trainer profilers are typehinted with the deprecated BaseProfiler instead of Profiler. This means that you cannot use class_path initialization of profilers with LightningCLI.

Error message:

  - "pytorch_lightning.profiler.PyTorchProfiler" is not a subclass of <class 'pytorch_lightning.profiler.base.BaseProfiler'>
  - Expected a <class 'str'> but got "{'class_path':
bug good first issue profiler
Wikipedia
Wikipedia