tinymindx
tinymindx
And in another test script, we can see the avg difference of dW is about -0.074. ```python def run(): def make_mnist_cnn(X_dim, num_class): conv = Conv(X_dim, n_filter=32, h_filter=3, w_filter=3, stride=1, padding=1)...
you have mentioned Receiving the entry (ie. client sends entry to Raft cluster), does that mean the client (not raft node) will send message to raft node and this message...
got it. thanks!
do you have a simple sample of how to use raft ? the ticketd is a bit hard to understand.
明白了,十分感谢.@bojone