zhry10 / PhyLSTM

We introduce an innovative physics-informed LSTM framework for metamodeling of nonlinear structural systems with scarce data.
MIT License
56 stars 21 forks source link

`requeriment` file #2

Open Wang-Chbo opened 2 years ago

Wang-Chbo commented 2 years ago

Could you upload a requeriment file please? I want to know the version of tensorflow, thank you!

wj0619 commented 2 years ago

Could you upload a requeriment file please? I want to know the version of tensorflow, thank you!

tensorfolw 1.15

Wang-Chbo commented 2 years ago

Could you upload a requeriment file please? I want to know the version of tensorflow, thank you!

tensorfolw 1.15

thanks

YSTARAI commented 1 year ago

With tensorflow=1.15.0, did you successfully run his code?

wj0619 commented 1 year ago

yes,and i got the right results

YSTARAI commented 1 year ago

yes,and i got the right results

Thanks for your reply! Did you change the code elsewhere? Because I also use the tensorflow=1.15.0 version, but the program always says that tensorflow does not have the contrib attribute.

wj0619 commented 1 year ago

I almost forget the details about it. But I am sure that there will be some errors cause of diffrent versions. I think that ur problems are the same.

wj0619 commented 1 year ago

I almost forget the details about it. But I am sure that there will be some errors cause of diffrent versions. I think that ur problems are the same.

even thougt tf1.15

YSTARAI commented 1 year ago

I almost forget the details about it. But I am sure that there will be some errors cause of diffrent versions. I think that ur problems are the same.

even thougt tf1.15

I want to know the version of keras

wj0619 commented 1 year ago

2.3.1

tashirai1 commented 1 year ago

How long did it take to train your data?

eleonora1311 commented 1 year ago

I have been trying to setup the right environment for the code to run. As other users, I have been having several compatibility issues between tensorflow, keras and so on. Would you mind sharing the details of the environment where you have been running the code? Or directly share environment if it is a virtual environment.

jacobmorgan2023 commented 11 months ago

Has anyone successfully set up their environment for the code to run? I am repeatedly getting an error saying CUDNN_STATUS_EXECUTION_FAILED with an Internal error which "Failed to call ThenRnnForward with model config".

I am running the algorithm in a Jupyter Notebook on my NVIDIA GeForce RTX 3050 Ti GPU using: Python=3.6.13, TensorFlow=1.15.0, keras=2.3.1, cudatoolkit=10.0.130, cuDNN library=7.6.1. I appreciate any advice you can provide!

TiAmo888 commented 6 months ago

Has anyone successfully set up their environment for the code to run? I am repeatedly getting an error saying CUDNN_STATUS_EXECUTION_FAILED with an Internal error which "Failed to call ThenRnnForward with model config".

I am running the algorithm in a Jupyter Notebook on my NVIDIA GeForce RTX 3050 Ti GPU using: Python=3.6.13, TensorFlow=1.15.0, keras=2.3.1, cudatoolkit=10.0.130, cuDNN library=7.6.1. I appreciate any advice you can provide!

Hello, is your code running successfully? Can I see your configuration

Wang-Chbo commented 5 months ago

I have try it on Colab, notice that GPU isn't supported on Windows. So, test on Colab may be helpful.