Đỗ Viết Chính

Results 2 comments of Đỗ Viết Chính

i got the same problem, here is my code , you can try and see the result: ` class Model(torch.nn.Module): def __init__(self,): super(Model, self).__init__() self.backbone = EfficientNet.from_name('efficientnet-b7') self.pool = torch.nn.AvgPool2d(4)...

did you render to 2D image? i have the same issue