caffe-tensorflow icon indicating copy to clipboard operation
caffe-tensorflow copied to clipboard

revise the repo to fit the new tensorflow (1.3)

Open hlzz opened this issue 8 years ago • 0 comments

  • 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'.

hlzz avatar Aug 04 '17 09:08 hlzz