Skip to content
#

artificial-intelligence

ai logo

The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.

Here are 13,148 public repositories matching this topic...

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
leon
Lp-Francois
Lp-Francois commented Oct 5, 2019

Specs

  • Leon version: latest
  • OS (or browser) version: Fedora 30
  • Node.js version: 10.16.3
  • Complete "npm run check" output:
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
bug good first issue
FedericoHeichou
FedericoHeichou commented Apr 9, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

I think would be helpful supporting elasticsearch because is one of the most used search engines

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

_N

enhancement help wanted good first issue
ml-visuals
omarsar
omarsar commented Jan 8, 2021

Some ideas for figures to add to the PPT

  • Linear regression, single-layer neural network
  • Multilayer Perceptron with hidden layer
  • Backpropagation
  • Batch Normalization and alternatives
  • Computational Graphs
  • Dropout
  • CNN - padding, stride, pooling,...
  • LeNet
  • AlexNet
  • VGG
  • GoogleNet
  • ResNet
  • DenseNet
  • Memory Net
good first issue help wanted