whateverThisIs

Results 2 issues of whateverThisIs

In your trainning code, you use the below function to preprocess the training data. ``` def get_data(bs,size): data = (src.label_from_func(lambda x: path_hr/x.name) .transform(get_transforms(xtra_tfms=[gradient()]), size=size, tfm_y=True) .databunch(bs=bs,num_workers = 0).normalize(imagenet_stats, do_y=True)) data.c...

Trying to run the demo on windows11 but got errors for the bias_act_plugin. Seems to be related to cuda and compiler, but have no idea how to solve these. Anyone...