We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "train.py", line 590, in dataset = MultiResolutionDataset(args.data_path, transform, args.size) File "/data1/yuhe.ding/Code/few-shot-gan-adaptation-main/dataset.py", line 24, in init self.length = int(txn.get('length'.encode('utf-8')).decode('utf-8')) AttributeError: 'NoneType' object has no attribute 'decode'
Anyone can help me?
The text was updated successfully, but these errors were encountered:
I also encounter exactly same issue... did you solve it?
Sorry, something went wrong.
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.
No branches or pull requests
Traceback (most recent call last):
File "train.py", line 590, in
dataset = MultiResolutionDataset(args.data_path, transform, args.size)
File "/data1/yuhe.ding/Code/few-shot-gan-adaptation-main/dataset.py", line 24, in init
self.length = int(txn.get('length'.encode('utf-8')).decode('utf-8'))
AttributeError: 'NoneType' object has no attribute 'decode'
Anyone can help me?
The text was updated successfully, but these errors were encountered: