deeplearning4j / deeplearning4j/deeplearning4j-examples

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

Open
#808 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
2.5k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.