HanielF

Results 4 comments of HanielF

@Heiseweiye Have you solved this problem, I also encountered this problem only when I basecaller some specific genome, such as "Klebsiella_pneumoniae_INF007". Could you share your solution?

> 但是现在它运行报错,没有1297.npy这个文件 You can check line 80 in `xmodaler/datasets/videos/msvd.py`, and replace it with `feat_path = os.path.join(self.feats_folder, 'video' + video_id + '.npy')`. Part of code as follows: ``` ······ def __call__(self,...