-
I notice that mean is not called on categorical_crossentropy
`def categorical_crossentropy(y_true, y_pred):`
`'''Expects a binary class matrix instead of a vector of scalar classes.`
`'''`
`return K.…
-
Could you give a example code?
-
so far, faster-rcnn surpports 1080P and cudnn v5?
thanks.
-
-
Create RNN model with python and tensorflow. Train it with seq2seq outputs
wrbbz updated
7 years ago
-
Howdy,
I'd like to implement this paper: http://arxiv.org/pdf/1504.03410v1.pdf
The inputs are triplets of images, so my plan is to use Graph to create three identical networks and then tie their wei…
-
Splitting out a discussion for @gcp's comment in https://github.com/gcp/leela-zero/issues/591#issuecomment-357496732
> Bootstrapping 6x128 was (very!) unsuccessful so far. From eyeballing the results…
-
Hello
### Issue summary
I have a problem with deploying the "make runtest" command. I have successfully (at least I think I have) installed the library but I am getting a seg fault during the r…
-
I'm trying to dump a model to json, and am running into a bit of trouble.
In particular, I can't do this:
h = H()
open("h.json","w").write(h.model.to_json())
as I get an exception li…
-
which is usefull to solve a two classification problems.
[8] S. Chopra, R. Hadsell, and Y. LeCun. Learning a similarity metric discriminatively, with application to face verification. In CVPR, 2005. 2…