-
Notifications
You must be signed in to change notification settings - Fork 6
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
The dependency of tensorflow.keras #4
Comments
I tried the first two codes are workable. After I installed two modules of DeepD3 and segmentation_models, I still face the issue of segmentation_models.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: anki-xyz ***@***.***>
Sent: Wednesday, March 20, 2024 10:46:55 AM
To: ankilab/DeepD3 ***@***.***>
Cc: TsungChihTsai ***@***.***>; Author ***@***.***>
Subject: Re: [ankilab/DeepD3] The dependency of tensorflow.keras (Issue #4)
I was just trying this now;
import tensorflow as tf
from tensorflow.keras.optimizers import Adam
just works fine for me on Colab... (also installing segmentation_models and deepd3 before)
image.png (view on web)<https://github.com/ankilab/DeepD3/assets/11031615/cc56c9f3-0587-4f7f-9e2f-eaefa1ceec96>
—
Reply to this email directly, view it on GitHub<#4 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A5PHX5NPBEQOTB4PATR7EV3YZGON7AVCNFSM6AAAAABCGDPGYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZG42DSNBYGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
we have since a couple of weeks a quick tip on the main DeepD3 website, leading to this StackOverflow post |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use the same method in the google colab
(your Tutorial: DeepD3 train your own neural network)
https://deepd3.forschung.fau.de/
I think it's the issue about the dependency. I attempted to install as follow:
!pip install deepd3
!pip install segmentation_models
!pip uninstall keras
!pip install keras==2.2.4
!pip install tensorflow-keras
However, it's still not work.
The text was updated successfully, but these errors were encountered: