3it-inpaqt / line-classification-slope

Classification task from experimental charge stability diagrams to recognize angles of lines.
0 stars 0 forks source link

Mismatching number of patch for one line #1

Closed ChrisZeThird closed 1 year ago

ChrisZeThird commented 1 year ago

For some reason each lines intersecting a diagram leads to generate in the patch list for one line, 18 diagrams, causing big issue with the length for visualization, and in general makes no sense at all.

ChrisZeThird commented 1 year ago

18 corresponds to the patch_size_x and patch_size_y.

ChrisZeThird commented 1 year ago

I did an extend to create list of N tensors and they have shape 18x18 with length 18 hence the factor 18 between number of lines and number of patches.