deeplearning4j-examples icon indicating copy to clipboard operation
deeplearning4j-examples copied to clipboard

org.deeplearning4j.examples.feedforward.classification.detectgender.PredictGenderTrain

Open changbaishan opened this issue 7 years ago • 1 comments

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!

changbaishan avatar Jan 22 '19 15:01 changbaishan

Caused by a hard coded file path here. I also could not find the data needed to run the example anywhere in the repository.

RobAltena avatar Jan 30 '19 23:01 RobAltena