Skip to content
New issue

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

AttributeError:'ProgbarLogger' object has no attribute 'log_values' when run train_one_fold.py #1

Open
homxxx opened this issue Dec 6, 2021 · 0 comments

Comments

@homxxx
Copy link

homxxx commented Dec 6, 2021

Epoch 1/200
Traceback (most recent call last):
File "E:/Hom_workspace/sell_seg/C2FNet-master/train_one_fold.py", line 168, in
save_checkpoint_path=save_checkpoint_path)
File "E:\Hom_workspace\sell_seg\C2FNet-master\train_edge_point.py", line 281, in main
validation_data=val_generator
File "C:\Anaconda3.5.2\envs\tf_mai\lib\site-packages\keras\legacy\interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
File "C:\Anaconda3.5.2\envs\tf_mai\lib\site-packages\keras\engine\training.py", line 1732, in fit_generator
initial_epoch=initial_epoch)
File "C:\Anaconda3.5.2\envs\tf_mai\lib\site-packages\keras\engine\training_generator.py", line 260, in fit_generator
callbacks.on_epoch_end(epoch, epoch_logs)
File "C:\Anaconda3.5.2\envs\tf_mai\lib\site-packages\keras\callbacks\callbacks.py", line 152, in on_epoch_end
callback.on_epoch_end(epoch, logs)
File "C:\Anaconda3.5.2\envs\tf_mai\lib\site-packages\keras\callbacks\callbacks.py", line 611, in on_epoch_end
self.progbar.update(self.seen, self.log_values)
AttributeError: 'ProgbarLogger' object has no attribute 'log_values'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant