Mark Daoust

Results 254 comments of Mark Daoust

Interesting! Thanks for reporting this. Colab sets `genai.configure(transport="rest")`, the problem seems to be async+rest transport. In standard python this error is reproducible if I set `transport="rest"`. So that seems like...

This is: https://github.com/googleapis/gapic-generator-python/issues/1962

This page hasn't changed. You can give it a shot. The source for this page is here: https://github.com/keras-team/keras/blob/master/keras/layers/core/permute.py It might be sufficient to say that `dims` expects a ***permutation*** of...

Just putting a 3D example on the api-page would be a good start. > Invalid permutation `dims` for Permute Layer: %s. The set of indices in `dims` must be consecutive...

Right, that's not the best error. This is at the step where it's trying to convert your input into the classes the api actually uses. And you have a `None`...

I think this is ready to submit.

Thanks. I've passed this to the internal API team (b/356424081)