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.

Wrong loader length if overfit=True

See original GitHub issue

🐛 Bug Report

runner.train( ... overfit=True )

The runner.loader_sample_len is wrong currently we will have loader length from the original loader. But we must have the first batch size * a number of batches.

How To Reproduce

Take any loader and after runner.train check the train loader length with overfit=True

Expected behavior

we must have the first batch size * a number of batches.

Environment

Not needed

Checklist

  • bug description
  • steps to reproduce
  • expected behavior
  • environment
  • code sample / screenshots

FAQ

Please review the FAQ before submitting an issue:

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ditwoocommented, Sep 21, 2021

I think in the current implementation it’s not a bug - it’s a feature) Batch overfit is a functionality that allows you to check fast that the model can learn on the same data or not.

0reactions
Scitatorcommented, Nov 22, 2021

should be fixed 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

SQL Loader Error: "Variable length field exceeds maximum ...
Record 1: Rejected - Error on table TEST, column FILENAME. Variable length field exceeds maximum length. Here's that row.. the length of that ......
Read more >
Error Field in data file exceeds maximum length - Ask TOM
SQLLOADER - Error Field in data file exceeds maximum length Hi,I am trying to load a data file into a database table using...
Read more >
How NOT to break your loader while back dragging - YouTube
Over extending your local cylinders can increase the likelihood of bending them. This one simple trick can avoid a costly ...
Read more >
How NOT to run a Wheel loader - mistakes, errors and red flags
How Not to run Heavy equipment- NOOB mistakes in a payloader & how to avoid them. Wheel loader basics & how to avoid...
Read more >
effective model based: Topics by Science.gov
To avoid these arbitrary decisions, here we present an alternative approach to characterize the effective length of precipitation event which is based on ......
Read more >

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