How to use google api?
I did not really understand google api despite the fact I’ve already developed several apps that use google apis, even in different languages such as php, python, c++, and javascript. […]
I did not really understand google api despite the fact I’ve already developed several apps that use google apis, even in different languages such as php, python, c++, and javascript. […]
Consider the following example: i = tf.get_variable(“i”, dtype=tf.int32, shape=[], initializer=tf.ones_initializer()) n = tf.constant(10) def cond(a, n): return a< n def body(a, n): a = a + 2 return a, n […]
A RNN(Recurrent Neural Network) layer is composed of a set of recurrent neurons. The output of each recurrent neuron is dependent not only on the input vector but also the […]
It is interesting to know the fact that some visual neurons reacts to only part of the region we can see(so called local receptive field). This is contrary to institution […]
Cuda and CuDNN. CuDNN is based on CUDA. install tensorflow for GPU: pip install tensorflow-gpu set the environment variable CUDA_VISIBLE_DEVICES=3,2 then run a tensorflow program to let the tensorflow program […]
In Linux, you can compute the md5 of a file using the md5 command. md5 file You can compare the output of the md5 with the md5 published on the […]
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!