jianan.jiang
jianan.jiang
auto output_tensor = CPU(kByte).tensorFromBlob(data, {output_height, output_width, 3}); spend an abnormal time
And I download miniImageNet using link https://drive.google.com/file/d/1uxpnJ3Pmmwl-6779qiVJ5JpWwOGl48xt/view?usp=sharing, and preprocess data with self.transform_train = T.Compose([ T.Resize((84, 84), interpolation=3), T.RandomCrop(84, padding=8), T.RandomHorizontalFlip(), T.ToTensor(), T.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]), T.RandomErasing(0.5) ]) but...
> I have download the office-31 database, but there is no "label.txt "file which is needed in the code. So I want to know where to get the label.txt. Thank...
> 在 2019年10月18日,下午2:32,cheer00 写道: > > > import os > import shutil > import codecs > > def build_path(path): > if os.path.exists(path): > shutil.rmtree(path) > os.makedirs(path) > > input_data_path ='/home/xxx/'...