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
作者您好,关于代码中提到的bug,:with h5py.File(self.path, 'r') as file:
#! bug: h5py concide with num_worker; can't assign value to variable like self.events/blur_images/sharp_images
self.dataset_len = file['blur_images'].shape[0]
请问这个bug应该怎么修改,谢谢