Open Aakj opened 3 years ago
Can you please mention the specific versions of the requirements like TensorFlow, Keras, Cuda etc. ?
I can run this model with tensorflow 1 or 2. It is easy and simple For instance, tensorflow==1.14 keras==2.0.0
Does the h5 file load?
Does the h5 file load?
The h5 file is used to test the model after training
Errm okay sir, so how would I do the testing please? Also sir, how is the h5 file created in this project, what is its source(as in what was converted to get the h5 file format)? Or is it just a general file used in keras?
Errm okay sir, so how would I do the testing please? Also sir, how is the h5 file created in this project, what is its source(as in what was converted to get the h5 file format)? Or is it just a general file used in keras?
In this model they don't consider about testing. However, you can refer to other models here to more information
Okay sir. I don't use have a gpu sir, so you think that will cause problems?
Could you also share some information about the source of the h5 files in general?
Okay sir. I don't use have a gpu sir, so you think that will cause problems?
You can easily run this model without GPU
Could you tell me a little about the h5 file Sir?
Can you please mention the specific versions of the requirements like TensorFlow, Keras, Cuda etc. ?