sajin payandath

Results 4 issues of sajin payandath

I am getting below heatmap for the above data window where there is no event but the heatmap value is close to 15. ![image](https://user-images.githubusercontent.com/20631904/171107778-a76f863b-857d-4be0-af4a-120a00038498.png) ![image](https://user-images.githubusercontent.com/20631904/171107834-27ab5c08-5693-44c6-a843-194134aeb883.png) When there is an event...

Hi, Isnt the order of losses like loss[0] is reconstruction loss, loss[1] clustering loss and loss[2] heatmap loss looking at the compile function for loss? The below order in the...

ddp = int(os.environ.get('RANK', -1)) != -1 This should be int(os.environ.get('RANK', -1)) != 0 yes?