-
Notifications
You must be signed in to change notification settings - Fork 90
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
Attribute Error #62
Comments
I am also having this same error - using only the provided example notebook (step3_train_model.ipynb) and data (/deepposekit-data/datasets/fly/).
|
@JoshuaMcGraw why? |
Yes, that certainly is the question. I'll mention that I am using a Conda env with Python 3.8 and Tensorflow 2.3.0 and DeepPoseKit 0.3.9. I have reproduced this error on three different machines using the same versions. |
I suggest running DeepPoseKit with Python <=3.7 and Tensorflow <=2.0.0. It doesn't seem like newer versions are supported. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
+1 Active issue |
@Zumbalamambo What version of DeepPoseKit, Python, and Tensorflow are you using?
|
@JoshuaMcGraw I use the latest version of tensorflow |
This happens with tensorflow 2.3.1 at least, but not with 2.2.0 |
I had the same issue on the Colab notebook step 3 today. Is it possible that you guys fix the notebook? |
Can be fixed when adding :
|
hello. |
where to put codes> model.distribute_strategy = tf.distribute.MirroredStrategy() |
It's throwing the following error when I tried in Colab.
The text was updated successfully, but these errors were encountered: