Skip to content
#

artificial-intelligence

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 10,464 public repositories matching this topic...

pytorch-lightning
kingjr
kingjr commented May 14, 2021

🚀 Feature

Detect UninitializedParameter and run one batch/sample before fitting.

Motivation

Pytorch now accepts 'lazy' layers with UninitializedParameter.

However, this seems to cause a memory error in PL at when we start the trainer because it attempt to estimate the memory usage:

RuntimeError: Can't access the shape of an uninitialized parameter. This error usually happen
olistic
olistic commented May 25, 2018

Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.

Example:

# Starbolt - beginner
leon
AsterYujano
AsterYujano 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
Ciphey