Yoni Schirris

Results 9 comments of Yoni Schirris

Unfortunately, the v0.36.0 hack doesn't work for me when trying on an ec2 linux server for a domain that's linked to a static ip for that server...

So currently I still have the previous workaround in place: i render with ``` render(){ {this.context.session.resp.options ? : null} } ``` with the DisplayClickables class being ``` class DisplayClickables extends...

I tested it today, and to my knowledge, the pixman v0.40.0 also doesn't have this issue anymore.

I'm having the same issue. @Amiiirali did you already find a way to fix this? I'm using PyTorch for data loading and transformations. I've added the Macenko normalization to my...

@Amiiirali So by itself it sets `numThreads=-1`, which means it'll try to use all the CPUs available. This will clash with Pytorch, which is also managing multiple processes. If you...

@lester0866 I had this happen, too. It happened for an image that was very "white". This led staintools to see each pixel as a 'background pixel'. It then creates a...

Even though the loss increases after a few epochs for my data, it achieves a similar downstream task performance as a SimCLR implementation I'm using for histopathology research.

Implementation and performance seems fine. Data / epochs / model is too domain-specific to be meaningful, but I used 45 epochs of random init shufflenetv2 on millions on histopathology images...

> > Implementation and performance seems fine. > > Data / epochs / model is too domain-specific to be meaningful, but I used 45 epochs of random init shufflenetv2 on...