1. Tensor type unknown to einops <class 'keras.engine.keras_tensor.KerasTensor'> 如果采用函数式API的方式构建模型,特别是当中又调用了其他的网络模块,则可能发生 Tensor type unknown to einops <class 'keras.engine.keras_tensor.KerasTensor'> 解决办法是改为继承tf.keras.Model方式编写,并在该__init__...
I've already started and the error shows up for me. And of course... I can't generate the image, nothing! and that always depends on what error. and i make google colab, not for my pc.@aut Steps to reproduce the problem Go to ... Press ... ... What should have happened? th...
By the way, "Unrecognized keys in rope_scaling for 'rope_type'='default': {'mrope_section'}" error means transformers version in the docker container maybe incorrect and hitting this issue huggingface/transformers#33401 - so perhaps I will need to run pip install git+https://github.com/hu...
unknown(): module = Module.create() f32 = F32Type.get() index_type = IndexType.get() with InsertionPoint(module.body): batch_size = 8 in_channel = 3 out_channel = 16 in_height = 32 out_height = 30 in_width = 32 out_width = 30 kernel_height = 3 kernel_width = 3 N = ...