jgraving / DeepPoseKit

a toolkit for pose estimation using deep learning

Home Page:http://deepposekit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Step 3 iPython notebook on Google Collab - AttributeError: 'StackedDenseNet' object has no attribute 'distribute_strategy'

jonmatthis opened this issue · comments

image

I tried rolling back tensorflow to verson 2.2.0 per issue #62 (#62), but that did not help

I had the same issue today.
After some trouble shooting, I believe the error comes from "model_checkpoint" in callbacks.
Which I don't think is necessary..... So you can leave that out in your callbacks.
You can then add "restore_best_weights=True" in your EarlyStopping(...) to achieve the same thing.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

commented

This issue has been automatically closed because it has not had recent activity.