justshot

Results 3 issues of justshot

Hi I am using Keras api for model training and testing. May I know how to use the loss function in this project together with Keras api? Thank you!

I cloned this project and imported to my own python code. I updated my code as below: siamese_net.compile(loss="AM-softmax",optimizer=optimizer, metrics=['accuracy']) However, I got below error message: ValueError: Unknown loss function:AM-softmax

I am running the code in Azure Notebooks. I got this error: "ImportError: No module named 'cvtk'. Can advise how to solve it?