Commit Graph

  • *
  • | *
  • |/
  • *
  • *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • |/
  • | *
  • | *
  • | *
  • * |
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • | * |
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • * | |
  • |\ \ \
  • | | |/
  • | |/|
  • | * |
  • | * |
  • | * |
  • | * |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | * |
  • | |/
  • * |
  • * |
  • | *
  • | |\
  • * | \
  • |\ \ \
  • | | |/
  • | |/|
  • | * |
  • * | |
  • |/ /
  • * |
  • * |
  • |\ \
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • | |/
  • |/|
  • a4daf8f9 cleared warnings in the UnitTest project by Kerry Jiang 2019-07-24 07:21:13 -0700
  • d199c03d (refs/pull/306/head) cleared warnings in the UnitTest project by Kerry Jiang 2019-07-24 07:21:13 -0700
  • a1806d49 added a test case for MnistModelLoader by Kerry Jiang 2019-07-24 07:10:52 -0700
  • ee9aef84 fixed a bug about unzip by Kerry Jiang 2019-07-24 07:10:38 -0700
  • ba7bcfb3 (refs/pull/305/head) added a test case for MnistModelLoader by Kerry Jiang 2019-07-24 07:10:52 -0700
  • e80b8c08 fixed a bug about unzip by Kerry Jiang 2019-07-24 07:10:38 -0700
  • d228b6f6 (tag: v0.10) change text. by Oceania2018 2019-07-23 23:07:20 -0500
  • 63e13b11 Remove tf binary from core project. entry project will install binary seperate because enrty could choose platform and gpu version. by Oceania2018 2019-07-23 22:56:47 -0500
  • 654fc76d fix gradients parameters issue. by Oceania2018 2019-07-23 22:48:21 -0500
  • 99bd08b1 fix object reference issue for _AggregatedGrads #303 by Oceania2018 2019-07-23 20:03:16 -0500
  • 4a367470 Add _StridedSliceGrad, _StridedSliceGradGrad, tf.math.lgamma by Oceania2018 2019-07-23 08:07:21 -0500
  • 1b315a2e Update README.md by Haiping 2019-07-23 22:54:47 -0500
  • 0e9aeafa removing unused namespaces (#301) by Johann Dirry 2019-07-23 18:13:26 +0200
  • 2d260614 (refs/pull/301/head) Merge branch 'master' into master by Haiping 2019-07-23 11:13:12 -0500
  • c616eea1 Adding `BatchMatMul` gradient (#304) by Antonio 2019-07-23 18:11:08 +0200
  • 98b601c7 (refs/pull/304/head) Adding `BatchMatMul` gradient by Antonio Cifonelli 2019-07-23 15:16:37 +0200
  • 6fe5a6c5 tried to implement MnistModelLoader by Kerry Jiang 2019-07-21 19:25:41 -0700
  • e8e02437 added unzip and showprogress in console in the utils by Kerry Jiang 2019-07-21 14:09:26 -0700
  • bcb05047 added utils class for the Hub by Kerry Jiang 2019-07-21 13:06:42 -0700
  • ce94a5c5 base classes for Tensorflow.Hub by Kerry Jiang 2019-07-20 08:42:18 -0700
  • eaba736c implementing Tensor to scalar and scalar to tensor conversions by Johann Dirry 2019-07-22 22:35:31 +0200
  • 877601b2 removing unused namespaces by Johann Dirry 2019-07-22 21:00:09 +0200
  • d674d51d add dynamic_rnn, _transpose_batch_time for RNN. by Oceania2018 2019-07-22 09:50:09 -0500
  • 1fc38386 Merge pull request #299 from acifonelli/master by Haiping 2019-07-22 09:43:51 -0500
  • 1e54c41f (refs/pull/299/head) Add missing `operator -`s by Antonio Cifonelli 2019-07-19 16:50:25 +0200
  • 8f2aebe3 (refs/pull/302/head) tried to implement MnistModelLoader by Kerry Jiang 2019-07-21 19:25:41 -0700
  • b86c1149 added unzip and showprogress in console in the utils by Kerry Jiang 2019-07-21 14:09:26 -0700
  • 15d921fb added utils class for the Hub by Kerry Jiang 2019-07-21 13:06:42 -0700
  • e1db889a add tf.nn.elu activation function. #294 by Oceania2018 2019-07-21 13:31:53 -0500
  • 05c01d0b base classes for Tensorflow.Hub by Kerry Jiang 2019-07-20 08:42:18 -0700
  • 23e70e2c init TensorFlow Hub project. by Oceania2018 2019-07-20 09:19:00 -0500
  • 4f3599eb Merge pull request #296 from acifonelli/master by Haiping 2019-07-19 15:54:39 -0500
  • e13c444b (refs/pull/296/head) Add missing `operator +`s by Antonio Cifonelli 2019-07-19 16:43:25 +0200
  • 7cb17461 Tensor: added a constructor to create a Tensor from a fixed memory pointer that is owned by the caller by Meinrad Recheis 2019-07-18 15:08:22 +0200
  • 464144d8 Add back gen_ops.cs and release 0.10.0 rc. by Oceania2018 2019-07-18 06:16:58 -0500
  • ed15b245 upgrade NumSharp to v0.10.4. by Oceania2018 2019-07-17 22:23:22 -0500
  • ee0b9355 Add BasicRNNCell, LayerRNNCell, RNNCell, Change nest.flatten to generic. by Oceania2018 2019-07-17 19:43:41 -0500
  • e72fd533 Merge pull request #295 from PranovD/master by Haiping 2019-07-17 17:10:59 -0500
  • 2d28eefa Tensor: added constructors that take a Span<T> by Meinrad Recheis 2019-07-18 00:10:33 +0200
  • edd5f51f (refs/pull/295/head) Added Console.Write instead of ignoring exception by Pranov Duggasani 2019-07-17 14:57:35 -0700
  • 29434d3d Added continue statement to as that is what is in the original python file and got rid off cast error by Pranov Duggasani 2019-07-17 14:32:47 -0700
  • 3c266fbf Merge pull request #292 from harishsk/TFRedistMigration by Haiping 2019-07-15 16:39:10 -0500
  • f0c31862 (refs/pull/292/head) Fixed compare bug on Windows by Harish S. Kulkarni 2019-07-15 13:59:54 -0700
  • ee155a40 Fixed behavior of UpdateSHA by Harish Kulkarni 2019-07-15 13:48:07 -0700
  • f49ab845 cnn docs updated. by Oceania2018 2019-07-14 21:51:24 -0500
  • 3e69c5bf remove tensorflow binary from Benchmark project. by Oceania2018 2019-07-14 10:09:32 -0500
  • b28687b2 fix variable path for transfer learning and word2vec. by Oceania2018 2019-07-14 09:19:06 -0500
  • e76fb3ec Update README.md by Meinrad Recheis 2019-07-14 10:51:06 +0200
  • b2a9a989 Tensor: dispose Tensors that have been garbage collected (thread safe) + test by Meinrad Recheis 2019-07-13 22:32:59 +0200
  • 2a2a1e16 run example easier #290 by Oceania2018 2019-07-13 15:10:27 -0500
  • a79382b1 Tensor: made the deallocator functions static (they should not have access to anything anyway) by Meinrad Recheis 2019-07-13 20:31:07 +0200
  • 00983662 Tensor: check the gcHandle against Zero before deallocating it by Meinrad Recheis 2019-07-13 19:54:24 +0200
  • de0ee596 fixed transfer learning example and prevent double deallocation of unmanaged memory by Meinrad Recheis 2019-07-13 18:22:45 +0200
  • 911cc3e3 added README for SciSharp.TensorFlow.Redist by Oceania2018 2019-07-13 09:36:17 -0500
  • f6e9a8c7 Tensor.Creation: fixed handling of string Tensor and fixed deallocation of pinned arrays by Meinrad Recheis 2019-07-13 16:33:53 +0200
  • 4bc66027 c_api: TF_NewTensor now allows pinned managed objects to be passed down to TF (needed different deallocator arg type) by Meinrad Recheis 2019-07-13 16:33:12 +0200
  • 9a58ebb6 BaseSession: feeddict values are not auto-converted to NDArray any more (was a waste of time and memory) by Meinrad Recheis 2019-07-13 16:31:43 +0200
  • c3ae8b1f Build RNN graph, BasicRNNCell not implemented. by Oceania2018 2019-07-13 08:40:54 -0500
  • 1a5a7f8c 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. by Oceania2018 2019-07-13 07:53:40 -0500
  • d46892b7 Merge pull request #289 from harishsk/master by Haiping 2019-07-12 19:52:57 -0500
  • a966c1fe (refs/pull/289/head) Fixed filename case by Harish Kulkarni 2019-07-12 17:33:54 -0700
  • 6ed27e6e Merge pull request #2 from SciSharp/master by Harish Kulkarni 2019-07-12 17:20:55 -0700
  • 854a5ba6 Merge pull request #288 from harishsk/TFRedistMigration by Haiping 2019-07-12 18:29:57 -0500
  • 580ae1a5 (refs/pull/288/head) Changed version to match tensorflow version and reduced verbosity in tar command by Harish Kulkarni 2019-07-12 16:26:04 -0700
  • 7a8e007e Renamed package to SciSharp.TensorFlow.Redist by Harish S. Kulkarni 2019-07-12 15:46:11 -0700
  • a2dceb5b Made extracted files writeables to permit repeated running of pack command by Harish Kulkarni 2019-07-12 15:01:21 -0700
  • bc7026fe Changed project file to use nuspec file by Harish S. Kulkarni 2019-07-12 13:40:27 -0700
  • 2e3cf249 corrected names for the example folders by Meinrad Recheis 2019-07-12 18:42:09 +0200
  • 001aa1b7 Tensor: Create a Tensor from Array without copying by Meinrad Recheis 2019-07-12 15:15:24 +0200
  • ffdebe26 Finished MNIST CNN example. by Oceania2018 2019-07-11 23:14:51 -0500
  • 2b630fb1 move import graph to ImportGraph. by Oceania2018 2019-07-11 20:05:31 -0500
  • cb82dafc fix dictionary access when modified. by Oceania2018 2019-07-11 19:53:00 -0500
  • 1b5445c7 Initial commit for redistributing TF binaries as a nuget package by Harish S. Kulkarni 2019-07-11 15:35:35 -0700
  • 43d7833b added a benchmark suite by Meinrad Recheis 2019-07-11 21:53:24 +0200
  • 21e9d9bf Tensor: Added more constructors to create Tensors from arrays without copying (and without converting to and from NDArray). by Meinrad Recheis 2019-07-11 21:40:35 +0200
  • e3c3ed56 Merge pull request #1 from SciSharp/master by Harish Kulkarni 2019-07-11 11:41:16 -0700
  • 56b2a543 Merge remote-tracking branch 'upstream/master' by Meinrad Recheis 2019-07-11 14:19:59 +0200
  • 051855e8 fix return value issue for weight_variable and bias_variable. by Oceania2018 2019-07-11 07:02:54 -0500
  • 92c17032 tf.net architecture drawing by Meinrad Recheis 2019-07-11 12:13:12 +0200
  • e5c06654 auto download tensorflow for Windows. by Oceania2018 2019-07-10 22:14:54 -0500
  • e72d7ca0 Merge pull request #285 from Esther2013/master by Haiping 2019-07-10 21:46:26 -0500
  • ddde8834 (refs/pull/285/head) download tensorflow library automatically on Linux. by Esther2013 2019-07-10 21:23:28 -0500
  • b44fda96 remove Microsoft.ML.TensorFlow.Redist dependency. by Oceania2018 2019-07-10 09:43:31 -0500
  • 4cd985a7 fix _enter_scope_uncached exception when _scope is null. by Oceania2018 2019-07-10 07:08:10 -0500
  • bc4fbf10 MNIST CNN not finished yet. by Oceania2018 2019-07-09 23:20:38 -0500
  • b430d6f7 ZeroFraction function fixed by Deepak Battini 2019-07-10 12:08:52 +0930
  • 5e69d31a Update README.md by Haiping 2019-07-09 09:43:39 -0500
  • 1660ea99 (tag: v0.9, v0.9.x-neural-network) released v0.9.0. by Oceania2018 2019-07-09 07:06:42 -0500
  • d839f0b2 MNIST CNN by Oceania2018 2019-07-08 22:21:25 -0500
  • 7950e8e9 apply the Apache License boilerplate notice at the top of every single file. by Oceania2018 2019-07-08 21:38:16 -0500
  • 9721a34a refactor MNIST dataset. by Oceania2018 2019-07-08 06:55:22 -0500
  • 03336c8b add Char CNN example. by Oceania2018 2019-07-07 23:58:33 -0500
  • 771a8286 move word cnn to seperate class. by Oceania2018 2019-07-07 09:39:00 -0500
  • f35b146c update docs. change example interface. by Oceania2018 2019-07-06 23:56:07 -0500
  • 69f51019 Add default name for AdamOptimizer. by Oceania2018 2019-07-06 12:57:19 -0500
  • da48a2af fix default graph issue for DigitRecognitionNN. by Oceania2018 2019-07-06 11:04:24 -0500
  • bf3d1e96 Whooray, finally make AdamOptimizer work as expected. by Oceania2018 2019-07-06 10:10:12 -0500
  • 04c80f31 DigitRecognitionNN works, but the accuracy is only 92% after 10 epochs, it's supposed to be 97%. by Oceania2018 2019-07-05 07:39:50 -0500
  • 5ff096cf 1: Start example of Full Connected Neural Network. 2: Upgrade Microsoft.ML.TensorFlow.Redist to v1.14. by Oceania2018 2019-07-03 06:41:23 -0500
  • 316ad5fb Merge pull request #280 from acifonelli/master by Haiping 2019-07-03 07:03:52 -0500