caffe-tensorflow
caffe-tensorflow copied to clipboard
revise the repo to fit the new tensorflow (1.3)
- fix version issues with the newest tensorflow (softmax_cross_entropy_with_logits came with optional parameters, use 'global_variables_initializer' instead of 'initialize_all_variables'
- The official tf network wrapper use 'kernel' and 'bias' for 'weights' and 'biases'.