Huang Binxiao

Results 20 issues of Huang Binxiao

No offense, could you comment on the code? It's really hard to read the source code

I just modify the model by model = actnn.QModule(model) After that, something wrong happened as follows: Traceback (most recent call last): File "train.py", line 336, in main() File "train.py", line...

grad_input = k * t * (1 - torch.pow(torch.tanh(input * t), 2)) * grad_output Expected all tensors to be on the same device, but found at least two devices ,...

With the conv4_3's output is 92, why the pool6 size is 56,the output won't be 1 *1 told in the paper

For images with different sizes, what's the threshold of low-pass filters in this paper?

Hi, when I am running **plot_diff_cladogram**, an strange error occured. """ Select 50 significant features ... Provided use_taxa_num: 200 >= total effective taxa number. Skip the selection ... Error in...

pytorch1.7(或1.7.1)版本下,torchvision、cuda、cudnn的对应版本可以说下吗?谢谢~

Errors: "error: expected ‘;’ before ‘{’ token" error: ‘else’ without a previous ‘if’ error: ‘power1’ was not declared in this scope; did you mean ‘powm1’?

resize the img and target to the desired size? It's not a common approach and not a ideal handle intuitively. The image size of SHT-A is quite Variegated, will that...

When I follow [openMVS example](https://github.com/cdcseacave/openMVS/wiki/Usage) After running: `DensifyPointCloud scene.mvs` Then when I am running `DensifyPointCloud scene.mvs --fusion-mode -1` An error occurs: DensifyPointCloud: /home/harry/HW/DD/openMVS/libs/Common/Types.h:1615: int SEACAVE::TDMatrix::area() const [with TYPE = float]:...