Samuel Hurault
Samuel Hurault
Hi, When you train the model, how do you resize the ImageNet images to 256x256 ? Your code suggests that you resize first to 266x266 and then crop. Is it...
Did you manage to make it work on MacOS ?
> when i run python import_emample.py in linux ,there are small mistakes as follows: when i add import os os.environ['CUDA_VISIBLE_DEVICES'] = "0" but,,,it doesn't work .thanks for your suggestions. @skjerns...
@tachella the reason is that it avoids computing the estimate various times. The estimate is calculated when computing the cost, computing metrics and checking convergence. I am happy to discuss...
I am in favor of making the kornia dependency optional, especially because it is used only once, and only in case the transform is applied to tensors. @tachella what do...