Closed Celeste-cj closed 1 year ago
Hi @Celeste-cj
Got the same problem with the original code. I get very low acc without changing anything. Im running the code on the newer versions of tensorflow and keras.
Did you manage to fix acc problem?
Hello @LeonhardEulerr Unfortunately, I didn't figure out the problem. I tried the provided checkpoint, and find it work well, so I decided to use their eval code and model, and give up training a new model.
If you have problem with the pre-trained model, maybe you could downgrade your tf & keras version.
Hello @Celeste-cj, thank you for the reponse.
I have managed to run the code on the newest version of tf & keras. Their weights are working with those versions as well. I just need to train it on another, but similar dataset. I'll try figuring it out for a couple more day.
Thanks again, cheers
Hi, I'm trying to reproduce your method with PyTorch, and I made following changes:
Besides, I'm confused with some of your codes: