AmitRozner

Results 4 issues of AmitRozner

I read about you training 8 images in a batch on P40. Is it possible to use the code with GTX 1080TI (12GB) with smaller batch size?

Can you please explain this normalization method? First, you normalize the original image and the flipped image. Then you sum both embeddings into one. `embds_arr = embds_arr/np.linalg.norm(embds_arr, axis=1, keepdims=True)+embds_f_arr/np.linalg.norm(embds_f_arr, axis=1,...

When running `evaluate.py` I get: `best: 6000 -11.621302604675293 0.989` Is the resnet-27 accuracy a typo or am I missing something?

I am getting errors when running synthetic dependency anomalies for multiple datasets. I found this remark in data_generator.py "# we found that copula function may occur error in some datasets"....