yiskw
Results
2
comments of
yiskw
Hi, ntelo007 I don't know how to use a TensorFlow and Keras, but I can write this loss with numpy. If this helps you, I'll try it later.
Hi, ustczhouyu Sorry for the delay in replying. How about converting binary prediction to two-class prediction? ``` import torch n_batch = 4 H = 112 W = 112 # prediction...