Roger Trullo
Roger Trullo
Hi, thanks for sharing your code. I was reading the implementation of the PerceptualLoss and I am wondering why only the first image of the batch is normalized: https://github.com/VITA-Group/DeblurGANv2/blob/c5bbf780b152d5b877d9911b8323898d5f2e0a50/models/losses.py#L50-L51 Is...
- TIA Toolbox version: 1.2.1 - Python version: 3.8 - Operating System: ### Description According to the Tiff description, the tags `XResolution `and `YResolution` are of type rational. Meaning that...
Hi, I see that we now have some readers that read images with multiple channels e.g., more than 3. I was wondering if we could improve the TileServer viewer, so...
Hi, I have been trying to deploy using `DSA_USER=$(id -u):$(id -g) docker-compose up`. I am in an _dind_ setting where the host docker is ubuntu 22. I keep having this...
Hi, I am trying to use ray-lightning with Tune in a distributed environment but I am not sure on how to define the `--num-workers`. Could you please help me to...