kipoi / kipoi-veff

Variant effect prediction plugin for Kipoi
https://kipoi.org/veff-docs
MIT License
6 stars 5 forks source link

update ModelInfoExtractor #14

Closed krrome closed 5 years ago

krrome commented 6 years ago

Requirements by the refactoring of model dataloaders imply that the input sequence length and shape cannot be derived from the Dataloader class, but must be derived from the model object.

This refactoring may also cause that the dataloader only returns a numpy array in ['inputs'], but the model defines a list or dictionary of length 1 as input.

krrome commented 5 years ago

fixed in c209d23a9a11ced635c5242099c467381897efe3