Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add tests for error detection in fitDataset() / standardizeDataIteratorOutput() #1238
Comments
|
@davidsoergel is this open to work on? |
|
@hpandeycodeit Yep, go for it! |
|
cc @kangyizhang, who is working on some integration tests for |
|
I'd love working on this issue. I'll need some help:
|
fitDataset() expects a Dataset that produces elements of a certain shape, with matching batch sizes etc., and throws errors (from standardizeDataIteratorOutput()) when the conditions are not met. These errors should be tested.