ArsenLuca

Results 14 issues of ArsenLuca

As title states ` import lycon from tqdm import tqdm image_full_path = "00010640.jpg" # any image for i in tqdm(range(20000)): image = lycon.load(image_full_path) image = lycon.resize(image, width=512, height=512, interpolation=lycon.Interpolation.LINEAR) lycon.save("test.jpg",...

When I use DataParallel for multiple GPUs, it raises an error in the function sparsestmax: **RuntimeError: arguments are located on different GPUs at /pytorch/aten/src/THC/generic/THCTensorMathCompareT.cu:31** It seems that the rad is...

@anlongstory would you please share the pretrained model on imagenet? Thanks