Jaskaran Singh Puri

Results 12 issues of Jaskaran Singh Puri

The different gstreamer versions available only use nnet2 decoder. Is there a way I can use nnet3 decoder with nnet3 model. I know about the nnet3 mode but it's not...

The different gstreamer versions available only use nnet2 decoder. Is there a way I can use nnet3 decoder with nnet3 model. I know about the nnet3 mode but it's not...

Is it possible to not include VGG19 weights while training SRGAN?

I'm using the following for training on my custom `png` ``` from ISR.models import RRDN from ISR.models import Discriminator from ISR.models import Cut_VGG19 lr_train_patch_size = 32 layers_to_extract = [5, 9]...

I'm trying to train a model on custom data, however the PSNR is stuck around `19` while loss is constantly going down, what can I infer from this? In what...

I'm allowing a couple of website "example.com" and "example1.com" to use divolte scripts which are common for both of them. Problem is, party_cookie set at "example.com" is different from "app.example.com"....

I was able to train the PSNR model for single channel image but it breaks in the prediction part. Any clue? I'm passing `in_channel` and `out_channel` as 1 in the...

Trying to train ESRGAN with custom lr/hr size, get the following error: ``` 2020-11-12 19:13:17,807 INFO: Model [ESRGANModel] is created. 2020-11-12 19:13:18,060 INFO: Start training from epoch: 0, iter: 0...

In what file can I make these changes?