Hello, my model doesnt seem to be learning anything the loss is low but so is the accuracy 0.014, 0.010 respectively . I have tried many differant architectures referanced the labs but I’m still stuck with the same problem.
Have you figured this out? Is your accuracy staying steady without improving? If so, maybe this post will help: Constant Accuracy
Otherwise, a general suggestion is to look at your model and compare with an Autoencoder model from an earlier lab, like the FashionMNST lab to see if that gives you any hints about what might be wrong with yours.
1 Like
After trying several architectures I was able to solve it thanks for your help.