List Question
7 TechQA 2023-12-20T03:27:49.093000Error: Incompatible Dimension Shapes during Training of Multi-Output Sequence Model (Keras/Python)
22 views
Asked by Vatosoa
How does tensorflow.keras.model.fit() implicitly know to associate an int value with a probability distribution?
37 views
Asked by Jaded-Coded
logits and labels must have the same first dimension, got logits shape [100,5930] and labels shape [1900]
72 views
Asked by Ahmad SARMAD ALI
Categorical Crossentropy for probailities distributions
99 views
Asked by jasper koliba
Regression with numerical labels Y={1,2,3} VS Classification with labels Y={[1 0 0],[0 1 0],[0 0 1]}?
26 views
Asked by Abdallah Ahmed
Logits and labels must have the same first dimension error, despite using sparse catogorical entropy for sparse targets
2.2k views
Asked by Sharan Kumar
Label shapes for model output shape (batch_size,1,1,n_classes) and SparseCategoricalCrossEntropy Loss
304 views
Asked by user3731622