60 Commits (3943375b67a437ee8e8d763296c471d8c04ace80)

Author SHA1 Message Date
  AsakusaRinne 3943375b67 Support loading weights for customized layer. 2 years ago
  AsakusaRinne 2d67df1b4f Add nested structure decoder. 2 years ago
  AsakusaRinne acae9b3e39 Partially support the analysis of loaded functions. 2 years ago
  AsakusaRinne 4e6431ed85 Align some implementations of Graph and FuncGraph. 2 years ago
  Yaohui Liu 355ca3ab6c
Support construct graph from proto. 2 years ago
  Haiping Chen bdf229acbb Renmae to AssetResource. 2 years ago
  Haiping Chen 8550dccc56 Add missing trackable class but not implemented. 2 years ago
  Haiping Chen e5dfe90e9b More SafeHandles. 2 years ago
  Yaohui Liu 52b513d750
Support loading of SavedModel format (#989) 2 years ago
  Haiping 197224fd74
Add pb model save (#976) 2 years ago
  Oceania2018 e748a8ff07 overload ndarray == operator 4 years ago
  Oceania2018 a4a4da9d30 np.permutation 4 years ago
  Oceania2018 22effd6553 Using Shape instead of TensorShape. 4 years ago
  Oceania2018 8784c31cb3 change tensor shape to Shape. 4 years ago
  Oceania2018 3231500660 linspace and meshgrid. 4 years ago
  Oceania2018 f3eb31fb87 Built-in numpy api. 4 years ago
  lsylusiyao 3309b036f6 change standard output (Console) to a custom one 4 years ago
  Oceania2018 822e6d787c Consolidate TFE_FastPathExecute and _apply_op_helper. 4 years ago
  Oceania2018 1f6748864a Refactor string tensor. 4 years ago
  Oceania2018 a6ee058d00 Memory leak in FuncGraph #727. 4 years ago
  Oceania2018 cfc9eb3025 Remove internal_convert_to_tensor. 4 years ago
  Oceania2018 9d08a313f0 Keras for .NET package meta and clean code. 4 years ago
  Oceania2018 ba490102c1 clean code. 4 years ago
  Oceania2018 87f990157e Fix trainable_weights is empty when using Keras Functional model #626 5 years ago
  Oceania2018 f9959ef951 Chagne return type to Tensor for assign_add. 5 years ago
  Oceania2018 f3ec499a2d fix _apply_sparse for ResourceVariable. 5 years ago
  Oceania2018 d4f1c349bc fix _apply_dense for Optimizer. 5 years ago
  Oceania2018 aa13352d74 fix AdamOptimizer for Graph mode. 5 years ago
  Oceania2018 8168b48dcd fix neural_net.trainable_variables #595. 5 years ago
  Oceania2018 e2f7be6d43 InputLayer for Keras. 5 years ago
  Oceania2018 29042df369 add VariableArgs. 5 years ago
  Oceania2018 a8a0731c4d Change RefVariable to IVariableV1. 5 years ago
  Oceania2018 9bb603d59b Rename SaveableObject to MySaveableObject. 5 years ago
  Oceania2018 f849af095d Change RefVariable to IVariableV1. 5 years ago
  Oceania2018 dd1cf255a7 Fix AdamOptimizer in Graph mode. 5 years ago
  Sam Harwell cef6ec0019 Fix CS1572 (XML comment has a param tag, but there is no parameter by that name) 5 years ago
  Sam Harwell c48cce4e7d Suppress CS0649 (Field 'name' is never assigned to, and will always have its default value) 5 years ago
  Sam Harwell 0da5c3552e Suppress CS0414 (The field 'name' is assigned but its value is never used) 5 years ago
  Sam Harwell 48dfc92407 Suppress CS0642 (Possible mistaken empty statement) 5 years ago
  Sam Harwell e40b2f7925 Suppress CS0219 (Variable is assigned but its value is never used) 5 years ago
  Oceania2018 16ea35126d fix tf.cond. 5 years ago
  Oceania2018 6989cb1ce5 Add EagerRunner to fix memory leak and exception. 5 years ago
  Oceania2018 c078ef6a9f add EagerTensorPass and TensorManager. 5 years ago
  Oceania2018 784b1ebee9 remove output for assign_add_variable_op. 5 years ago
  Oceania2018 4a74d8d044 add a GarbageCollector to address cross-runtime GC issue. 5 years ago
  Oceania2018 3aa1cf9928 change parameter to BindingArray. 5 years ago
  Oceania2018 86618e49c9 SGD works. 5 years ago
  Oceania2018 88aa2eb2e0 OptimizerV2 partially work. 5 years ago
  Oceania2018 fe76c9c877 Add ResourceVariable native api. 5 years ago
  dogvane 61f4557cdd 1. fix adamOptimizer no init dtype. 5 years ago