Can

Results 15 comments of Can

Hi guys, is there any progress on supporting isyntax format? or is there some software that can open isyntax directly?

@ChrisSmith96 @jimtalksdata hello sir, this small change can help open Roche bif image, but if you watch the bif image carefully, there is something wrong with the tile offset. `...

@eliottbrion I think you are right, I found this error as well. What interesting is, it does not affect the results a lot.

try convert you model to eval mode by `model.eval()`, hope it can help

> Hi, the result in my computer is 0.6877 with your code when set fp16_mode=False (and 5.3 when fp16_mode=True). I don't know is this error normal? 0.6877 is likely to...

> Instead of testing the absolute sum of differences between the two models, I believe an element-wise difference check to see if all the element-wise differences do not exceed a...

I use torch2trt fp16 mode convert two models( same architecture, different model weights). One is good and the other is bad... this maybe related to model weights?

> Try lower `--worker` and `--batch` size. For example, use `--worker 1 --batch 2`. This works on my laptop (with single RTX 2070 card). thanks for the advice , but...

> I just tried to decline my batchsize from 16 to 8 and decline my num_woker from 20 to 16 and it looks faster than before tried it, not working