78 Commits (9b9a25c712868edfd9904147a71d78c1b684d457)

Author SHA1 Message Date
  Oceania2018 9b9a25c712 _create_and_assert_global_step 6 years ago
  Oceania2018 bffb9cdeb4 latest_checkpoint 6 years ago
  Oceania2018 078aa49578 _TrainingExecutor 6 years ago
  Oceania2018 c8991d4f84 added ConfigUtil empty file. 6 years ago
  Oceania2018 50d8d20b8e assign_moving_average 6 years ago
  Oceania2018 1a968180dd add Tensor overload for AdamOptimizer 6 years ago
  Oceania2018 23edfd09f8 _safe_initial_value_from_op #360 6 years ago
  Oceania2018 1a025e6223 add moving_averages, fix ExponentialMovingAverage 6 years ago
  Oceania2018 ecbda0cdb9 add RefVariable.read_value() 6 years ago
  Oceania2018 5e43f4dcab init commit for YOLOv3. 6 years ago
  Oceania2018 683aeed693 tf.GraphKeys #359 6 years ago
  Oceania2018 226720dd88 Merge Tensorflow.Python into Tensorflow.Binding. 6 years ago
  Oceania2018 67a58b3eac change tensorflow to non-static class in order to execute some initialization. 6 years ago
  Oceania2018 a89c9aba34 rename with to tf_with, only use to construct graph purpose. 6 years ago
  Oceania2018 3f9b0b19ab 2st stage 6 years ago
  Johann Dirry 0e9aeafad5 removing unused namespaces (#301) 6 years ago
  Pranov Duggasani 29434d3d99 Added continue statement to as that is what is in the original python file and got rid off cast error 6 years ago
  Oceania2018 7950e8e9e4 apply the Apache License boilerplate notice at the top of every single file. 6 years ago
  Oceania2018 69f510190f Add default name for AdamOptimizer. 6 years ago
  Oceania2018 bf3d1e969c Whooray, finally make AdamOptimizer work as expected. 6 years ago
  Oceania2018 04c80f31d4 DigitRecognitionNN works, but the accuracy is only 92% after 10 epochs, it's supposed to be 97%. 6 years ago
  Oceania2018 6af53e6310 override Adam _finish. 6 years ago
  Oceania2018 93eb56e5a3 add apply_adam, _apply_dense for Adam. #271 6 years ago
  Oceania2018 2a17b9c359 add RefVariable override of state_ops.assign #271 6 years ago
  Oceania2018 59672a4df7 1: change learning rate and lr_tensor. 6 years ago
  Oceania2018 9a71f758dc fix create_slot_with_initializer, upgrade to v1.14.0. 6 years ago
  Oceania2018 a7450215ad add SlotCreator class. 6 years ago
  Oceania2018 efa28d4f65 Add a Tag to Tensor, Fixed Tensor Slice, AdamOptimizer #271 6 years ago
  Bogdan Pietroiu 5b690a05f3 CnnTextClassification debugging 6 years ago
  Oceania2018 16da1c26ee add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices 6 years ago
  Oceania2018 f9d26040e1 fix checkpoint filename when global step is not set. #248 6 years ago
  Oceania2018 b357cad63c fix -1 index for _ConcatGradHelper 6 years ago
  Oceania2018 d7c7d3d90b fix tf.layers.conv2d 6 years ago
  Oceania2018 c0fd13503d word_cnn save training step works. 6 years ago
  Oceania2018 e56e5d3292 word_cnn training completed, but saving model doesn't work. 6 years ago
  Oceania2018 7a706c9ca7 fix unique_layer_name 6 years ago
  Oceania2018 ed6fd47e51 Finished final model evaluation. Freezing graph has not been finished yet. #248 6 years ago
  Oceania2018 84440b2e01 manually construct graph for retain layer. 6 years ago
  Oceania2018 808b95a95d create image process examples' folder. 6 years ago
  Kerry Jiang 3f9f2a3725 changed the class Python to be static 6 years ago
  Meinrad Recheis de5a3cd66b Optimizer: fixed global_step which was not incremented until now 6 years ago
  haiping008 cc0b994d8c rollback object detection example. 6 years ago
  Meinrad Recheis b6a9cd634f Added documentation comments from tf source 6 years ago
  haiping008 476f8cfad0 add predict for logistic regression. 6 years ago
  Oceania2018 adae3aa6ff AdamOptimizer, reduce_prod 6 years ago
  Oceania2018 958fdb8791 gen_random_ops.truncated_normal 6 years ago
  haiping008 9f0c1e5fe2 fix _compute_fans when more than 4 dimensions. 6 years ago
  haiping008 8fa1f21e3e change ops.name_scope interface. 6 years ago
  Oceania2018 5a7d28c200 simplify with function. 6 years ago
  haiping008 031670b168 fix keras.preprocessing.sequence 6 years ago