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

The dependency of tensorflow.keras #4

Open
TsungChihTsai opened this issue Jan 23, 2024 · 3 comments
Open

The dependency of tensorflow.keras #4

TsungChihTsai opened this issue Jan 23, 2024 · 3 comments

Comments

@TsungChihTsai
Copy link

TsungChihTsai commented Jan 23, 2024

I use the same method in the google colab

(your Tutorial: DeepD3 train your own neural network)
image

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.

@anki-xyz
Copy link
Contributor

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

@TsungChihTsai
Copy link
Author

TsungChihTsai commented Mar 20, 2024 via email

@anki-xyz
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants