107 Commits (18b078d29e80942695bb70f6b3a3dada48e6e2f6)

Author SHA1 Message Date
  Oceania2018 945ac02415 Rollback Fix collections typing #448 5 years ago
  Mascha, Philipp acf8fbd10d Fixed error in type checking for generic get_collection<T>. 5 years ago
  Mascha, Philipp b87081cc4a Made internal collection of graph a list. 5 years ago
  Oceania2018 5ee46e494a tf.while_loop #348 6 years ago
  Oceania2018 5754c49247 ResourceVariable.sparse_read() 6 years ago
  Oceania2018 267d775ab1 _read_variable_op 6 years ago
  Oceania2018 11de786f44 variable_handle_from_shape_and_dtype 6 years ago
  Oceania2018 02871910c1 create ResourceVariable, still with buggy. 6 years ago
  Oceania2018 4531883114 change RefVariable to VariableV1 6 years ago
  Oceania2018 4f366ca18a change RefVariable to VariableV1 6 years ago
  Oceania2018 9b9a25c712 _create_and_assert_global_step 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 be024158f9 fix RefVariable substraction. 6 years ago
  Oceania2018 d9c5cc0078 tf.state 6 years ago
  Oceania2018 ecbda0cdb9 add RefVariable.read_value() 6 years ago
  Oceania2018 e3de67385c fix StringVar testing. 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 20b348c37a 1st stage to integrate with NumSharp. 6 years ago
  Johann Dirry 09345b9a82 implementing some additional methods (#317) 6 years ago
  Johann Dirry 0e9aeafad5 removing unused namespaces (#301) 6 years ago
  Oceania2018 cb82dafcf7 fix dictionary access when modified. 6 years ago
  Oceania2018 4cd985a708 fix _enter_scope_uncached exception when _scope is null. 6 years ago
  Oceania2018 7950e8e9e4 apply the Apache License boilerplate notice at the top of every single file. 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 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 16da1c26ee add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices 6 years ago
  Oceania2018 8e2e31cc67 add Gradient for GatherV2, MaxPool, op. 6 years ago
  Oceania2018 d3002c0b4c fix name_scope issue when current_scope is exit. 6 years ago
  Oceania2018 954713f46f add Conv2dParams 6 years ago
  Oceania2018 f0d1ee8db4 fix max_pooling2d name_scope. 6 years ago
  Oceania2018 c4a585c320 remove global static Graph instance. 6 years ago
  Oceania2018 d7c7d3d90b fix tf.layers.conv2d 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
  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
  Meinrad Recheis b66e2586b8 ported while and switch/case testcases 6 years ago
  Oceania2018 f4067f28f7 tf.train.import_meta_graph can import CondContext. 6 years ago
  haiping008 b71b4a2339 change shape to int[], comply with NumSharp v0.9 6 years ago
  Oceania2018 b3a2422e4d k-means input has only 0 dims for 'cond/strided_slice' 6 years ago
  haiping008 c491c17921 pass c_api.TF_AddControlInput 6 years ago
  Oceania2018 bfdaa6b94d work with NumSharp v0.9 6 years ago