Sachin Abeywardana
Sachin Abeywardana
I couldn't help but notice that the discriminator did not have a sigmoid activation. Is there any reason for this? (https://github.com/aitorzip/PyTorch-CycleGAN/blob/67da8f9e2b69bd68763451803c7700aaccc92f18/models.py#L92)
Hello, I believe the following file is missing: `RuntimeError: Unable to open shape_predictor_68_face_landmarks.dat` Thanks for the repo btw, awesome work!
Hi, I was looking at the original YOLO cfg [here](https://github.com/pjreddie/darknet/blob/master/cfg/yolov3.cfg). It seems the original one accepts a input of size 608x608, not 416 as mentioned in your config file. So,...
Hi, Was wondering if there is a way to modify say `ClassLabeller` to show the top-k options according to the model, as well as all possible options. If this isn't...
# What does this PR do? When saving a model of type `PreTrainedModel` via `save_pretrained` you can add a variant argument so that the final model name can be `model.vision.safetensors`...
Hello 👋! I made a more efficient collate function and use Lora to try and fine tune the same dataset that you have in your notebook. However, I keep running...