Closed KarahanS closed 1 year ago
Faced a couple of issues while trying to run the code:,
h5py
numpy
tensorflow
protobuf==3.20.*
tensorflow-gpu>1.15.2,<2.0.0
Updated the requirements accordingly.
Faced a couple of issues while trying to run the code:,
h5py
andnumpy
versions must be compatible with thetensorflow
version.protobuf==3.20.*
is required.tensorflow-gpu>1.15.2,<2.0.0
is required to use GPU.Updated the requirements accordingly.