1008 Commits (6b48c0d208bc24b521d9fb1eaf5486a44b66b612)

Author SHA1 Message Date
  Haiping ca99be32f6
dynamic_rnn implementation (#323) 6 years ago
  Johann Dirry da2cb19d81 adding tests and ignoring failing ones (#321) 6 years ago
  Antonio f8912135a7 Adding `Cumsum` operation (#322) 6 years ago
  Johann Dirry 09345b9a82 implementing some additional methods (#317) 6 years ago
  Antonio a880b5326d Adding `IsNan` operation (#315) 6 years ago
  Oceania2018 8f9f5e36dd add Prediction function for Transfer Learning 6 years ago
  Oceania2018 6ac66516ef fix strided_slice_grad type convention error. #307 6 years ago
  Antonio 46ec8e561d Adding new ctor for `Session` (#309) 6 years ago
  Oceania2018 c8058b1acb Upgrade NumSharp with signature. 6 years ago
  Oceania2018 d228b6f6b6 change text. 6 years ago
  Oceania2018 63e13b11e1 Remove tf binary from core project. entry project will install binary seperate because enrty could choose platform and gpu version. 6 years ago
  Oceania2018 654fc76d0c fix gradients parameters issue. 6 years ago
  Oceania2018 99bd08b1da fix object reference issue for _AggregatedGrads #303 6 years ago
  Oceania2018 4a367470b6 Add _StridedSliceGrad, _StridedSliceGradGrad, tf.math.lgamma 6 years ago
  Johann Dirry 0e9aeafad5 removing unused namespaces (#301) 6 years ago
  Antonio c616eea1e8 Adding `BatchMatMul` gradient (#304) 6 years ago
  Oceania2018 d674d51df6 add dynamic_rnn, _transpose_batch_time for RNN. 6 years ago
  Antonio Cifonelli 1e54c41f43 Add missing `operator -`s 6 years ago
  Oceania2018 e1db889a5b add tf.nn.elu activation function. #294 6 years ago
  Antonio Cifonelli e13c444bff Add missing `operator +`s 6 years ago
  Meinrad Recheis 7cb17461a9 Tensor: added a constructor to create a Tensor from a fixed memory pointer that is owned by the caller 6 years ago
  Oceania2018 464144d80b Add back gen_ops.cs and release 0.10.0 rc. 6 years ago
  Oceania2018 ed15b2450e upgrade NumSharp to v0.10.4. 6 years ago
  Oceania2018 ee0b935557 Add BasicRNNCell, LayerRNNCell, RNNCell, 6 years ago
  Haiping e72fd53330
Merge pull request #295 from PranovD/master 6 years ago
  Meinrad Recheis 2d28eefa8b Tensor: added constructors that take a Span<T> 6 years ago
  Pranov Duggasani edd5f51f25 Added Console.Write instead of ignoring exception 6 years ago
  Pranov Duggasani 29434d3d99 Added continue statement to as that is what is in the original python file and got rid off cast error 6 years ago
  Oceania2018 f49ab8459c cnn docs updated. 6 years ago
  Meinrad Recheis b2a9a989af Tensor: dispose Tensors that have been garbage collected (thread safe) + test 6 years ago
  Meinrad Recheis a79382b15e Tensor: made the deallocator functions static (they should not have access to anything anyway) 6 years ago
  Meinrad Recheis 009836625a Tensor: check the gcHandle against Zero before deallocating it 6 years ago
  Meinrad Recheis de0ee59665 fixed transfer learning example and prevent double deallocation of unmanaged memory 6 years ago
  Meinrad Recheis f6e9a8c75b Tensor.Creation: fixed handling of string Tensor and fixed deallocation of pinned arrays 6 years ago
  Meinrad Recheis 4bc66027e2 c_api: TF_NewTensor now allows pinned managed objects to be passed down to TF (needed different deallocator arg type) 6 years ago
  Meinrad Recheis 9a58ebb60e BaseSession: feeddict values are not auto-converted to NDArray any more (was a waste of time and memory) 6 years ago
  Oceania2018 c3ae8b1f03 Build RNN graph, BasicRNNCell not implemented. 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
  Meinrad Recheis 001aa1b700 Tensor: Create a Tensor from Array without copying 6 years ago
  Oceania2018 cb82dafcf7 fix dictionary access when modified. 6 years ago
  Meinrad Recheis 21e9d9bf58 Tensor: Added more constructors to create Tensors from arrays without copying (and without converting to and from NDArray). 6 years ago
  Oceania2018 051855e839 fix return value issue for weight_variable and bias_variable. 6 years ago
  Oceania2018 e5c0665415 auto download tensorflow for Windows. 6 years ago
  Esther2013 ddde8834e6 download tensorflow library automatically on Linux. 6 years ago
  Oceania2018 b44fda96a7 remove Microsoft.ML.TensorFlow.Redist dependency. 6 years ago
  Oceania2018 4cd985a708 fix _enter_scope_uncached exception when _scope is null. 6 years ago
  Oceania2018 bc4fbf10f2 MNIST CNN not finished yet. 6 years ago
  Deepak Battini b430d6f7e8 ZeroFraction function fixed 6 years ago
  Oceania2018 1660ea9956 released v0.9.0. 6 years ago
  Oceania2018 7950e8e9e4 apply the Apache License boilerplate notice at the top of every single file. 6 years ago