Bharath Ram

Results 10 issues of Bharath Ram

Hi, so I compared the code (overall skeletal structure) with the original repository that was written in TensorFlow and a lot of concepts like kernel implementation, hr-father, lr-sons etc.. weren't...

I ran everything with default settings just to test the code ( `run train.py --img lincoln.png`). I got the 2x enlarged image. Then I used this 2x image as input...

Hi, I am trying to train the network on a dataset containing 100x100 images. But the code throws up an error as follows: ![image](https://user-images.githubusercontent.com/24621351/66421333-4c853a80-ea25-11e9-907e-78a383c635ce.png) Is there a way to overcome...

Is there any documentation available for the code? At least, information about what each function does? It's really difficult to read through the entire 1000+ lines of code without being...

It used to work until a few months before. But now it's not working. Whatever I highlight or put a "done check mark" is not reflected. For eg: Check mark...

The definitions for `self.train_loader` is defined as follows in the file: ` self.train_data = TrainDataset(cfg.train_data_path, scale=cfg.scale, size=cfg.patch_size)` `self.train_loader = DataLoader(self.train_data, batch_size=cfg.batch_size, num_workers=1, shuffle=True, drop_last=True)` ``` def fit(self): cfg = self.cfg...

I think the issue is something related to network configs, but I am not sure. I eventually ended up using this: https://www.elastic.co/guide/en/elastic-stack-get-started/7.11/get-started-docker.html Thought I'd file the issue to let others...

Hi, the code works fine with all 24-bit images (both jpg & png) but when I tried to run it for 8 bit images (including the boat image in set14...

Hello, little new to the code. I put a sample 128x128 low-resolution image in the `test_data` folder and for quick first run ran the command `run run_ZSSR.py` in my spyder...

Hi, I am fairly new to K8s & AWS and wanted to follow along the TGIK series from the start. The cloudformation template here (https://aws.amazon.com/quickstart/architecture/vmware-kubernetes/) breaks when i tried deploying...