deeplearning4j-examples
deeplearning4j-examples copied to clipboard
org.deeplearning4j.examples.feedforward.classification.detectgender.PredictGenderTrain
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<String> 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!
Caused by a hard coded file path here. I also could not find the data needed to run the example anywhere in the repository.