-
I find in your code, you have calculated the mse betweem two images with the type of float.
```
def compute_mse(image1, image2, border_size=0):
if len(image1.shape) == 2:
image1 = image1.resh…
-
Hi,
I was wondering how did you compute the dataset mean that you substract/add at the start/end of the training. Did you add all red/green/blue components in all pixels, in all images?
-
``````
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'publish' ]
2 info using npm@1.4.9
3 info using node@v0.10.28
4 verbose publish [ '.' ]
5 verbose cache add [ '…
-
The problem is that code is written in our various services that assumes a certain JSON structure. When those assumptions change, it is hard to find the code that depended on it.
We are generally opp…