few-shot-gan-adaptation
few-shot-gan-adaptation copied to clipboard
AttributeError: 'NoneType' object has no attribute 'decode'
Traceback (most recent call last):
File "train.py", line 590, in
Anyone can help me?
I also encounter exactly same issue... did you solve it?
I solved this issue I deleted the processed data( generated by running prepare_data.py) then ran the prepare_data.py and generated new processed data
then I ran train.py, there is no issue [AttributeError: 'NoneType' object has no attribute 'decode'] and training proceeded without any problems.
If there's anyone who's experiencing this kind of problem, I hope this helps.