-
Hi,
I was using your code to test up-scaling of some png or jpeg images and I got this issue below.
Traceback (most recent call last):
File "###\anaconda3\envs\tensorflow\lib\site-packages\tensor…
-

Anyone know what's wrong?
-
Hello.
Thanks for your code. I've wanted to make py-script to infer your model instead of prlab.cli launches you've provided. So, I've simply wanted to load pre-trained weights to the model. If i g…
-
I am getting the **ValueError: num_samples should be a positive integer value, but got num_samples=0** while running demo.sh
`Traceback (most recent call last):
File "main.py", line 33, in
…
-
1. sid and did use 0/* for training and you use 0/* +2/* for training?
2. sid and did use data config(0.1+0.04->10/30) and you use (0.1->10/30)?
more training data and easier data complexity, is tha…
-
Hello! didn't find how to run your models using GPU, can you explain please how i can do it?
-
Hi,
I'm getting all losses as nan, and I find out that in main.py, around line 200, dn_ = model[0](input_v) returns all nan outputs. I print out the input_v and the input_v looks correct. Would yo…
-
I noticed that there are several different --dir_data arguments in the demo.sh file:
```
../../datasetx4
../../datasetx3
../../datasetx2
```
What do these refer to? I have a single dataset set…
drcdr updated
3 years ago
-
Not an issue, just a simple suggestion, could it be possible to introduce residual/skip connections in the form of extra directed arrows in the network graph? perhaps the skip connection could feed in…
-