Grigoriy Livshits

Results 13 issues of Grigoriy Livshits

Hello. I'd like to say that this repository could be a piece of gold in a DL society. Unfortunately, you have not implemented quite basic operations, like sum along axis,...

Hello. I want to convert mxnet model to pytorch. I've found out bad rename mappings in mxnet_parser.py, which is easily solved. However, it's not obvious how to make new rename...

Hello. While trying to invert a model via your framework I've faced an absence of inverse matrix computation support (torch.inverse). I've tried to implement it by myself (via looking your...

feature request
PyTorch (traced)

Hello. I have the following setting: batch size 12, grad accumulation 4, image_size 128. At 5024 iterations PL reg comes in, and consumes A LOT of memory. 7 GB utilization...

Hi. I've found, that you unfreeze the whole GAN, and making steps only via specific optimizer (for generator and discriminator). But when you do loss.backward, gradients are computed for the...

Hello. Are you quite sure that history of optimizer (e.g. moments) should be zeroed at the beginning of each epoch?

Hello. First of all, thx for your work and article. I have 2 questions related to the early stages of learning. 1) At 45k iterations model still outputs just the...

Hi. This is not an issue but a topic for discussion. I've found out that on some domains with rich and frequent patterns there is a mode collapse of a...

Hi. I wonder what are those artifacts on the generated images? ![064200](https://user-images.githubusercontent.com/47557983/129022782-933a469a-74fa-40c6-b743-3eca07d09b90.png) It seems like they appear on your title animation with faces, too.

Hi. I wonder why you use just the jinc(||x||), whereas in the original article they use jinc(2*fc*||x||).