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

List of pip requirements #39

Open
MasterKavi-24 opened this issue Feb 9, 2024 · 0 comments
Open

List of pip requirements #39

MasterKavi-24 opened this issue Feb 9, 2024 · 0 comments

Comments

@MasterKavi-24
Copy link

Can someone share the requirements.txt file since the packages I use seems to not have some functions that are used here ?
Also, I get Reshape errors when converting from CNN to RNN (using keras.backend.set_image_data_format("channels_first")).


Shape must be at least rank 3 but is rank 2 for '{{node BiasAdd}} = BiasAdd[T=DT_FLOAT, data_format="NCHW"](MatMul, unstack)' with input shap input shapes: [?,384], [384].

Call arguments received by layer 'forward_gru' (type GRU):
  • inputs=tf.Tensor(shape=(None, 60, 128), dtype=float32)
  • mask=None
  • training=None
  • initial_state=None

Using keras.backend.set_image_data_format("channels_last") gives me this


total size of new array must be unchanged, input_shape = [9, 2, 64], output_shape = [60, -1]

Call arguments received by layer "reshape" (type Reshape):
  • inputs=tf.Tensor(shape=(None, 9, 2, 64), dtype=float32)
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

1 participant