53 Commits (c078f0077f7ee36638b5b1662c129194c303a889)

Author SHA1 Message Date
  Oceania2018 c078f0077f Add slice_inputs in TensorLikeDataAdapter. 4 years ago
  Oceania2018 b79d6bcafb Add tf.Context.RunInAutoMode to switch mode automatically. 5 years ago
  Sam Harwell 48dfc92407 Suppress CS0642 (Possible mistaken empty statement) 5 years ago
  Oceania2018 ded16ea82f BatchNormalization return tuple for call 6 years ago
  Oceania2018 0ece29177e tf.PaddingFIFOQueue #396 6 years ago
  Oceania2018 226720dd88 Merge Tensorflow.Python into Tensorflow.Binding. 6 years ago
  Arnav Das fef7fe4140 added isinstance (#358) 6 years ago
  Oceania2018 f740b1a239 CNN Text Classification passed 6 years ago
  Oceania2018 a89c9aba34 rename with to tf_with, only use to construct graph purpose. 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
  Oceania2018 bf3d1e969c Whooray, finally make AdamOptimizer work as expected. 6 years ago
  Kerry Jiang 3f9f2a3725 changed the class Python to be static 6 years ago
  Oceania2018 0ee44bbdde fix OpDefLibrary._IsListValue 6 years ago
  moloneymb 4205c508ae Removing the requirment for optional attributes to have a value 6 years ago
  Oceania2018 46530cf022 overload _apply_op_helper in Dictionary 6 years ago
  Oceania2018 86986d81e3 Incompatible shapes: [100,10] vs. [100] #194 6 years ago
  Oceania2018 b5360269b5 fix Operation.get_attr for all properties. 6 years ago
  haiping008 8fa1f21e3e change ops.name_scope interface. 6 years ago
  Bo Peng c77ee07cd9 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Bo Peng cd7a36435a implemented NB classifier fit API 6 years ago
  haiping008 f0e0a841bc tf.embedding_lookup 6 years ago
  Oceania2018 5a7d28c200 simplify with function. 6 years ago
  haiping008 d61ccf0b96 linear regression 2 6 years ago
  Oceania2018 649623b003 fix name_scope default_name. 6 years ago
  Oceania2018 5720dfd68e fix _constant_if_small for zeros. 6 years ago
  haiping008 11572bf770 bunch of updates. 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
  haiping008 e0f1ac0415 Add many Saveable classes. 6 years ago
  Oceania2018 8408dcd61f fixed #170 6 years ago
  haiping008 afcc1ff92f add floor_div and where operations. 6 years ago
  Oceania2018 0c6f8cd9e4 fix internal_convert_to_tensor shape exception for scalar value. 6 years ago
  haiping008 1c5731faf5 fix internal_convert_n_to_tensor return type. 6 years ago
  haiping008 5ccef1bd65 Allow list parameter in OpDefLibrary 6 years ago
  haiping008 f1898385c2 gen_math_ops.floor_mod #160 6 years ago
  Oceania2018 1b7003b2d3 Tensor.eval() #145 6 years ago
  haiping008 b3497f31f2 finished tf.zeros #143 6 years ago
  Oceania2018 01f5ab984b tf.zeros 6 years ago
  Oceania2018 0ca9485dea as_base_type #136 6 years ago
  haiping008 0511614861 ops.colocate_with 6 years ago
  Oceania2018 8b32de72ef Fixed #111 6 years ago
  haiping008 dd399e3158 name_scope._name_stack incorrect #110 6 years ago
  haiping008 bcb803dfe7 fix add_collections 6 years ago
  Esther2013 71e1fe6299 RefVariable, variable_scope 6 years ago
  haiping008 62a2634b92 gen_math_ops.real_div 6 years ago
  Oceania2018 2418539568 Implicit between RefVariable and Tensor 6 years ago
  Oceania2018 35141c54b9 gen_math_ops.mul(x, y) 6 years ago
  estherhu2012@gmail.com f0ee3dc017 Implement tf.matmul #94 6 years ago
  estherhu2012@gmail.com 560fcf1b87 remove op_list_proto_array and op_list_proto_math 6 years ago