GCNFrame
GCNFrame copied to clipboard
This is a python package for genomics study with a GCN framework.
Related issue: https://github.com/deepomicslab/GCNFrame/issues/11#issue-2884724673 # Cross-platform encoding compatibility fix ## Problem The current encoding implementation using `multiprocessing.Pool` fails on macOS due to its different process forking behavior. This affects users trying...
Environment: 1. Visual Studio Code 2. macOS Sequoia 15.3 3. Python 3.8.3 #### Description Faced module not found error for `encode_seq` and process keeps running for ~40 mins. Have followed...
Hello, I’m currently working with GCNFrame and wondering if it’s possible to modify the output layer to perform a regression task instead of a classification task?