BarY7

Results 4 issues of BarY7

Hey, Is there a way to use giphy picker as a dialog and not as a new screen? Setting fullScreenDialog to false doesn't seem to do anything.

Hello, first time using this lib, but I think a bug was introduced in the latest version from yesterday. We have in the assd function in metric/binary.py: ``` assd =...

Hey, I wanted to check if anyone else ran into this issue, even though it is not directly related to the package. I was contacted by GIPHY today, saying that...

Hey, I noticed that you freeze the last layer with this line: `self.model.outc.requires_grad = False ` But outc is nn.module, and according to this thread: https://discuss.pytorch.org/t/requires-grad-doesnt-propagate-to-the-parameters-of-the-module/9979/2 And my experience, comparing...