Badr AlKhamissi

Results 2 issues of Badr AlKhamissi

I know that this repo is no longer maintained, but I am adding this issue here for others who might encounter the same problem. DON'T use `self.im_template = torch.zeros((2, height,...

You are assigning the labels incorrectly. In this function: ``` def _concat_dir_content(content): ims = [] labels = [] names = [] for idx, (name, data) in enumerate(content.items()): if not isinstance(data,...