You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to run the Basenji model as in the example, this shows up:
`
pred = model.pipeline.predict_example()
0%| | 0/1 [00:00<?, ?it/s]
Traceback (most recent call last):
File "", line 1, in
File "/anaconda3/lib/python3.6/site-packages/kipoi/pipeline.py", line 84, in predict_example
pred_list.append(self.model.predict_on_batch(batch['inputs']))
File "/anaconda3/lib/python3.6/site-packages/kipoi/model.py", line 1310, in predict_on_batch
feed_dict=merge_dicts(feed_dict, self.const_feed_dict))
File "/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 900, in run
run_metadata_ptr)
File "/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1111, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (10, 131072, 4) for Tensor 'inputs:0', which has shape '(2, 131072, 4)'
`
When I attempt to run the Basenji model as in the example, this shows up:
`
This occurred again when attempting to run the
Not sure how to fix this one. Any help is appreciated.
The text was updated successfully, but these errors were encountered: