Hi, thanks for your good job! But when I read the article and the code. I can't find where to use the convGRU?
Does the model not use the convGRU?
What role does sampling plays in refiner.py? I try to export tensorrt but the topk is out of range because tensorrt only supports topk with the number 3084. So I use the threshold type. What is the difference between the sampling and threshold?
Hi, thanks for your good job! But when I read the article and the code. I can't find where to use the convGRU?
refiner.py
? I try to export tensorrt but the topk is out of range because tensorrt only supports topk with the number 3084. So I use the threshold type. What is the difference between the sampling and threshold?Thanks for your help!