Fix bug in LSUN dataset for test split. (#435)
Both conditional branches in `__init__` were executed, since `classes` for test becomes a list and `if` was used instead of `elif`.
Showing
Please register or sign in to comment
Both conditional branches in `__init__` were executed, since `classes` for test becomes a list and `if` was used instead of `elif`.