question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Docs] Missing "mnist_examples" folder in lightning/examples/pl_basics

See original GitHub issue

README.md contains an execution example of the program in mnist_examples, but mnist_examples does not exist. If the code exists in any branch or in the past, recover it.

I wanted to solve the broken link of lightning_lite.rst together with this problem, but the PR https://github.com/Lightning-AI/lightning/pull/13331 of only the fix of the link has been issued.

cc @borda @rohitgr7

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Keikucommented, Jun 23, 2022

I’m making a PR now. Please wait.

0reactions
Keikucommented, Jun 23, 2022

After adding the following, I worked.

import sys
sys.path.insert(0,'../../../lightning/src')
Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found