Hi,
I'm testing your amazing method on my data after running it on the toy example you provide.
But this is the error I get:
main.py --epochs 25 --batch_size 256 --datapath . --n_rep 6 --modelpath ./rcl.ckpt
Reading coverage files
Traceback (most recent call last):
File "/user/work/tk19812/software/UnsupervisedPeakCaller/main.py", line 269, in <module>
cov = read_data_new(file)
^^^^^^^^^^^^^^^^^^^
File "/user/work/tk19812/software/UnsupervisedPeakCaller/ios.py", line 90, in read_data_new
return np.array(dat)
^^^^^^^^^^^^^
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (99357,) + inhomogeneous part.
Any help?
Thanks a lot
F
Hi,
I'm testing your amazing method on my data after running it on the toy example you provide.
But this is the error I get:
Any help?
Thanks a lot
F