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.

Your Training Set is Empty

See original GitHub issue

Sadly, when running ImageColorizer.ipynb I get the following message on the third step:

C:\Users\Matthew.conda\envs\deoldify\lib\site-packages\fastai\data_block.py:442: UserWarning: Your training set is empty. If this is by design, pass ignore_empty=True to remove this warning. warn(“Your training set is empty. If this is by design, pass ignore_empty=True to remove this warning.”) C:\Users\Matthew.conda\envs\deoldify\lib\site-packages\fastai\data_block.py:445: UserWarning: Your validation set is empty. If this is by design, use split_none() or pass ignore_empty=True when labelling to remove this warning. or pass ignore_empty=True when labelling to remove this warning.“”")

I am keen to see if I can download a default training set, or how to create a training set as at present I cannot use the product.

Please advise how I can overcome this issue?

Kind regards,

Matthew

Issue Analytics

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

github_iconTop GitHub Comments

5reactions
mbittrainingcommented, Jul 11, 2020

Hi Jason. I really appreciate the help. Can you please set up a Teams call so that we can fix this together?

work account: matthew.Bennett@platformhg.com personal: mattybennett@outlook.com

Best regards,

Matthew Matthew Bennett Freelance Trainer and IT Consultant *Mbe: *07871 480008

https://www.facebook.com/mattyjbennett https://www.linkedin.com/in/matthew-bennett-a0384a11/ https://www.youtube.com/channel/UCwi6J8wbTkNQ4-wJpPS70Ug [image: Microsoft Partner - Pinpoint page]

On Thu, 9 Jul 2020 at 22:27, Jason Antic notifications@github.com wrote:

@mbittraining https://github.com/mbittraining There’s two things going on here. First that’s clearly a Windows file path. Windows isn’t supported by us and you’ll likely run into issues that we won’t address here.

Second- that warning doesn’t matter in terms of inference (just colorizing images). It’ll work regardless (given you don’t have other issues running it on Windows).

I’ll commit code to silence the warning shortly just so it doesn’t cause further confusion though.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jantic/DeOldify/issues/255#issuecomment-656359617, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF4V7MU5G22HTBL4QZU5UDLR2YY3DANCNFSM4OV6DN7Q .

1reaction
mattybennett-phgcommented, Aug 10, 2020

Perfect. Thank you for your help with this, Jason. I’ll look into Deep Exemplar now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Your training set is empty." (SOLVED) - Fast.ai forums
I'm working on a artistic movement recognition algorithm next to the first lesson and i collected some images for my database. The folder ......
Read more >
fastai throwing a "training set empty" error when the directories ...
I'm trying to build a classifier with both a training and a test set. However, FastAI is throwing a UserWarning: Your training set...
Read more >
Best practices for creating training data | AutoML Tables
Represent null values as empty strings. If your data uses special characters or numbers to represent null values, this can present problems for...
Read more >
error: assertation failed, dataset empty? - Microsoft Q&A
Hi! I'm not sure but I think that it happen just when the data validation ends (the experiment run).
Read more >
Creating an empty dataset (SDK) - Rekognition
You can use the following code to create an empty training or test dataset with ... For more information, see Step 3: Set...
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