NVIDIA-Genomics-Research / AtacWorks

Deep learning based processing of Atac-seq data
https://clara-parabricks.github.io/AtacWorks/
Other
128 stars 23 forks source link

bugfix: allow more than one layer #124

Closed avantikalal closed 4 years ago

avantikalal commented 4 years ago

transpose shape of multi-channel input only after all input layers are added.

Earlier, if there were multiple layers, transposing the shape after adding the 1st layer prevented the 2nd layer from being added.