Skip to content

Generating trainable/predictable data #11

@ghost

Description

Hello,

I was following the steps in the tutorial for generating trainable/predictable data of the DeepHiC :

python data_generate.py -hr 10kb -lr 40kb -s train -chunk 40 -stride 40 -bound 201 -scale 1 -c /home/DeepHiC-master/raw/GM12878 -lrc 100

I received the following error :

Traceback (most recent call last):
File "data_generate.py", line 75, in
data = np.concatenate([r.get()[1] for r in results])
File "data_generate.py", line 75, in
data = np.concatenate([r.get()[1] for r in results])
File "/miniconda3/envs/deephic/lib/python3.6/multiprocessing/pool.py", line 644, in get
raise self._value
RuntimeError: non-empty 3D or 4D (batch mode) tensor expected for input

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions