Dan Antoshchenko

Results 4 issues of Dan Antoshchenko

Function `logloss(y, yhat)` is not working when there are zeros or ones in `yhat`. ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () ----> 1 logloss(Y_test, Y_hat) /mnt/500/bo/pythonProjects/optunity/optunity/metrics.py in...

Hi! Could you please release your training loss curves for the GAN model ? I am talking about summaries files generated by `main_gan_train.py`. I am trying to reproduce your paper...

Is the position of the subsampling unit in each resnet block correct? In your network you subsample at the beginning of each block: https://github.com/zengarden/light_head_rcnn/blob/master/experiments/lizeming/light_head_rcnn.ori_res101.coco.ps_roialign/network_desp.py#L93 But in the original tensorflow implementation...

Hi! I believe that we must use a mask in window self attention only when we shift windows. But here https://github.com/JingyunLiang/SwinIR/blob/6545850fbf8df298df73d81f3e8cba638787c8bd/models/network_swinir.py#L262 we use the mask all the time, for shifted...