shenlinyao
Results
2
issues of
shenlinyao
mask[coord[0] - radius[0]:coord[0] + radius[0] + 1, coord[1] - radius[1]:coord[1] + radius[1] + 1, coord[2] - radius[2]:coord[2] + radius[2] + 1] = 1.0 这行是根据结节的半径,在mask的正中央,构造了一个立方体结节部分为1 w, h, d = int(coord[0] -...
In Readme.md, the densenetfinalprune.py is to produce masks & pruned weights. In line 145, the mask is shown that it already has been produced. Can you provide the mask.txt file?...