90 Commits (ded16ea82f492de35892d308f1accce735ad05e3)

Author SHA1 Message Date
  Oceania2018 ded16ea82f BatchNormalization return tuple for call 6 years ago
  Oceania2018 203b0e2820 add back Graph.IEnumerable<Operation> 6 years ago
  Oceania2018 66eddd6ba7 add debug info 6 years ago
  Oceania2018 02871910c1 create ResourceVariable, still with buggy. 6 years ago
  Oceania2018 58d714badd add _ResizeNearestNeighborGrad and _SwitchGrad 6 years ago
  Oceania2018 5c891eaa49 make get_collection<T> generic. 6 years ago
  Oceania2018 f1a3881aff tf.boolean_mask #396 6 years ago
  Oceania2018 41432600c8 input_fn #387 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
  Eli Belash bd18f5db17 Removed all use-cases of Marshal.PtrToStructure in favor of unsafe ptrs. 6 years ago
  Eli Belash 916ebc53b2 BaseSession: Heavy perf-ops in sess.run logic-flow. 6 years ago
  Eli Belash 4be99ecdd8 Graph.cs: refactor and added docs 6 years ago
  Eli Belash 891346e4e3 Refactored DisposableObject 6 years ago
  Oceania2018 226720dd88 Merge Tensorflow.Python into Tensorflow.Binding. 6 years ago
  Oceania2018 03c1637748 remove ScopedTFGraph destructor. no carsh occurs any more. 6 years ago
  Oceania2018 8a50673baa Make Graph inherits from DisposableObject. 6 years ago
  Oceania2018 2c8771429c release v0.10.7.2. 6 years ago
  Oceania2018 33d82e8817 GC.SuppressFinalize for TF object. 6 years ago
  Oceania2018 a8aac8d0b8 fix default graph and operation issue when import model. 6 years ago
  Johann Dirry 0e9aeafad5 removing unused namespaces (#301) 6 years ago
  Oceania2018 1a5a7f8cf6 Released the SciSharp.TensorFlow.Redist. It's a migration from Microsoft.ML.TensorFlow.Redist. ML.NET team will not maintain the package since ML.NET v1.3.0. 6 years ago
  Oceania2018 b44fda96a7 remove Microsoft.ML.TensorFlow.Redist dependency. 6 years ago
  Oceania2018 7950e8e9e4 apply the Apache License boilerplate notice at the top of every single file. 6 years ago
  Oceania2018 477d03db16 remove order of _control_dependencies_for_inputs. 6 years ago
  Oceania2018 89f305ca08 fix shape issue for IndexedSlice 6 years ago
  Oceania2018 b357cad63c fix -1 index for _ConcatGradHelper 6 years ago
  Oceania2018 c4a585c320 remove global static Graph instance. 6 years ago
  Oceania2018 7a706c9ca7 fix unique_layer_name 6 years ago
  Oceania2018 84440b2e01 manually construct graph for retain layer. 6 years ago
  Meinrad Recheis 08266afb0b minor change in TextClassificationTrain 6 years ago
  Juanu Haedo c654c6bc61 - Changed return value of get_tensor_by_name 6 years ago
  Juanu Haedo 31a106dc23 Added get_tensor_by_name to the Graph class 6 years ago
  Oceania2018 f4067f28f7 tf.train.import_meta_graph can import CondContext. 6 years ago
  Meinrad Recheis e7707cbfad added GraphTests, all Igored at the moment 6 years ago
  Meinrad Recheis 40af0c5f8a Graph.unique_name fixed + test case 6 years ago
  Oceania2018 8654b41c2a Add Nearest Neighbor 6 years ago
  haiping008 c26fccf856 fix name issue in placeholder. 6 years ago
  Oceania2018 b5360269b5 fix Operation.get_attr for all properties. 6 years ago
  haiping008 bdd9beca6b x_emb shape is not correct #189 6 years ago
  Oceania2018 6495cace99 fix NotImplementedException for short data type #186 6 years ago
  haiping008 7263694fb8 update docs for Linear Regression 6 years ago
  Oceania2018 48282b86c8 fixed #175 6 years ago
  haiping008 d61ccf0b96 linear regression 2 6 years ago
  Oceania2018 8dfc3b7cad #175 6 years ago
  haiping008 3b93c7b0fb linear regression test 1 6 years ago
  Oceania2018 6507a5f91b Finished InceptionV3 image recognition. 6 years ago
  Oceania2018 4eccba4cf5 add LoadFromSavedModel 6 years ago
  haiping008 de082e1029 tf.train.import_meta_graph passed. 6 years ago