DoubleXKing

Results 8 comments of DoubleXKing

@jb892 Do you convert to torchscript successfully ? I meet the similar questions in this process...

Thanks for your reply. In my experiment, FPS and Group, threeNN ops cost most of the time, all of them have at least two loops in function. Even if I...

那个是基础模型,看看有没有计划发布chatglm 13b

x.shape is (85, 224, 224, 3) y_tensor.shape is unknown umm....I also print y.shape, which is (85,) So, I think the frozen graph has some problem? which comes from frozen_graph =...

If I change self.y_tensor.shape[1] to 17, which is my number of classes, the program will run successfully. But I also want to know what the problem of in your original...

Thanks for your reply firstly. However, I am also not very clearly about the answer of my problem. If the working environment comes larger, it is inevitable to take more...

Interesting, thanks for your reply. By the way, Is there any method that I could got the error of re project? I think it is good way to know the...

Thanks all of the comments. I will try and give the feedback.