Open
Description
Issue Description
Please describe your issue, along with:
- expected behavior: work
- encountered behavior: Exception111 : File missing for any of the specified labels
Cause: A bug in GenderRecordReader.initialize
line 119 List temp = this.labels.stream().filter(line -> file.getName().equals(line + ".csv")).collect(Collectors.toList()); failed to retrieve anything for PredictGender.net.
Instead of throwing it away, the code instruct an Exception111.
Version Information
Please indicate relevant versions, including, if relevant:
- Deeplearning4j version
- platform information (OS, etc)
- CUDA version, if used
- NVIDIA driver version, if in use
Contributing
If you'd like to help us fix the issue by contributing some code, but would
like guidance or help in doing so, please mention it!