76 Commits (caeb0e3050b34fe8e13a41ef7e2257c3340807f3)

Author SHA1 Message Date
  Oceania2018 caeb0e3050 overloade session.run(), make syntax simpler. 6 years ago
  Oceania2018 a192d88c84 Object Detection pass. 6 years ago
  Oceania2018 a89c9aba34 rename with to tf_with, only use to construct graph purpose. 6 years ago
  Haiping ca99be32f6
dynamic_rnn implementation (#323) 6 years ago
  Johann Dirry 0e9aeafad5 removing unused namespaces (#301) 6 years ago
  Oceania2018 7950e8e9e4 apply the Apache License boilerplate notice at the top of every single file. 6 years ago
  Deepak Battini 1143d866d6 Scoped Struct Added for Ops API extensions 6 years ago
  Deepak Battini e4c9437664 ZeroFraction core function impl done! Control Flow is not implemented with AddControlInput and UpdateEdge which is not exposed as C_API. Need to implement it seperately. 6 years ago
  Oceania2018 954713f46f add Conv2dParams 6 years ago
  Oceania2018 b357cad63c fix -1 index for _ConcatGradHelper 6 years ago
  Oceania2018 c4a585c320 remove global static Graph instance. 6 years ago
  Oceania2018 25fb8cb457 fix _get_graph_from_inputs recurisve reference. 6 years ago
  Oceania2018 5a73e698b0 add Tensor[] pattern match for ops.name_scope. 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
  Oceania2018 bd1e853187 fix unit test evaluate. 6 years ago
  Oceania2018 f4067f28f7 tf.train.import_meta_graph can import CondContext. 6 years ago
  Oceania2018 dd91139a83 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Oceania2018 e3c5bb7755 fix name issue in internal_convert_to_tensor._autopacking_helper 6 years ago
  Meinrad Recheis e7707cbfad added GraphTests, all Igored at the moment 6 years ago
  Meinrad Recheis 5a2d265d72 Graph.control_dependencies: added overload and updated implementation which was far from the original functionality. 6 years ago
  Meinrad Recheis 0406d4588d ops.py.cs: fixed a bug in _NodeDef 6 years ago
  Meinrad Recheis b6a9cd634f Added documentation comments from tf source 6 years ago
  haiping008 c491c17921 pass c_api.TF_AddControlInput 6 years ago
  Oceania2018 bfdaa6b94d work with NumSharp v0.9 6 years ago
  haiping008 8c5ac3a64c control_flow_ops.Asset. 6 years ago
  Bo Peng d9d4fa5059 impplementing NB classifier 6 years ago
  Bo Peng 4cdf6b9f72 implementing NB classifier 6 years ago
  Oceania2018 8654b41c2a Add Nearest Neighbor 6 years ago
  Oceania2018 86986d81e3 Incompatible shapes: [100,10] vs. [100] #194 6 years ago
  haiping008 2ee6513c98 fix shape issue for array_ops.size_internal 6 years ago
  haiping008 bad610d533 _TopKGrad, _SoftmaxCrossEntropyWithLogitsGrad 6 years ago
  haiping008 cd773582a6 change input and output parameter as Tensor[] for ops.get_gradient_function 6 years ago
  Oceania2018 e80a6818f6 _ReluGrad, _BiasAddGrad 6 years ago
  Oceania2018 adae3aa6ff AdamOptimizer, reduce_prod 6 years ago
  haiping008 7dbcb6c147 softmax_cross_entropy_with_logits 6 years ago
  Oceania2018 c976b818fc unit test of how to reenter a premade variable scope safely 6 years ago
  Oceania2018 5a7d28c200 simplify with function. 6 years ago
  Oceania2018 48282b86c8 fixed #175 6 years ago
  haiping008 d61ccf0b96 linear regression 2 6 years ago
  Oceania2018 8dfc3b7cad #175 6 years ago
  Oceania2018 6507a5f91b Finished InceptionV3 image recognition. 6 years ago
  haiping008 53882c79b3 Add LabelImage example. 6 years ago
  haiping008 de082e1029 tf.train.import_meta_graph passed. 6 years ago
  Oceania2018 5c2818e389 added KeyError exception. 6 years ago
  haiping008 11572bf770 bunch of updates. 6 years ago
  Oceania2018 ce59939ac1 fix default session 6 years ago
  Oceania2018 9bc0c86b0d Attempting to use uninitialized value v1 #172 6 years ago
  Oceania2018 d8f8a7f5bf Saver is inprogress. 6 years ago
  Oceania2018 b87aadc1f0 fix gen_io_ops.save_v2 memory access error. 6 years ago