Closed jyyang621 closed 2 years ago
@Yang621435 In order to expedite the trouble-shooting process, please provide a code snippet to reproduce the issue reported here. Thanks!
@sushreebarsa had done, thanks
The code snippet does not include imports and values for n_cluster etc
Can you please add that
@Yang621435
I tried to reproduce this issue with the provided code and faced different errors .
In order to expedite the trouble-shooting process, please provide a complete code snippet
to reproduce the issue reported here. Thanks!
The code snippet does not include imports and values for n_cluster etc
Can you please add that
had done
@Yang621435 I tried to reproduce this issue with the provided code and faced different errors . In order to expedite the trouble-shooting process, please provide a
complete code snippet
to reproduce the issue reported here. Thanks!
had done
@Yang621435 I tried to replicate the issue on colab using TF v2.8.0 and faced a different error .Could you please find the gist here and confirm the same? Thanks!
@Yang621435 I tried to replicate the issue on colab using TF v2.8.0 and faced a different error .Could you please find the gist here and confirm the same? Thanks!
my TF version is 2.9.0 and could you tell me what error you met? I met some errors in the codes but I solved them, the code I put shouldn't have errors until the end
@Yang621435 Thank you for the quick update! I didn't face the TypeError either. Could you please move this issue to closed status if it is resolved for you ? Thanks!
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.
Hi, I met a problem like this: the build part is shown as below: I don't know how can I fix the bug, please help me! ok, i will put the code
clustering_layer = ClusteringLayer(n_clusters, name='clustering')(encoder.output)
clustering_layer = ClusteringLayer(n_clusters, name='clustering')(encoder.output) model = Model(inputs=encoder.input, outputs=clustering_layer) # wrong