sngyo

Results 2 issues of sngyo

[SSR-Net](https://github.com/shamangary/SSR-Net): A Compact Soft Stagewise Regression Network for Age Estimation

export

## Solution ### Original Code https://github.com/tomguluson92/PRNet_PyTorch/blob/2d30e244855a043eec071baf78e8edbab9c11c78/tools/WLP300dataset.py#L53 ### Fixed version ```python3 if img_id is not None: ... ``` or simply just remove `if img_id:` ## why The `TypeError: cannot unpack non-iterable...