Commit Graph

  • *
  • *
  • *
  • *
  • *
  • | *
  • |/
  • *
  • *
  • *
  • | *
  • | | *
  • | | |\
  • | |_|/
  • |/| |
  • | * |
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • | | | *
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • | * |
  • * | |
  • | * |
  • * | |
  • * | |
  • | | | *
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • | | | *
  • | | | *
  • | |_|/
  • |/| |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • | * |
  • |/ /
  • | | *
  • | | |\
  • | |_|/
  • |/| |
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • * | |
  • | * |
  • |/ /
  • * |
  • * |
  • | | *
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • | | | *
  • | |_|/
  • |/| |
  • | | *
  • | | *
  • | |/
  • |/|
  • * |
  • | | *
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • | | | *
  • * | | |
  • * | | |
  • | * | |
  • |/ / /
  • * | |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • | |/
  • |/|
  • * |
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • | | *
  • | |/
  • |/|
  • * |
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • | | *
  • | |/
  • 3d085c4e exception when OpType handle is zero. by Oceania2018 2019-08-03 01:01:33 -0500
  • 25a79c19 Downgrade protobuf to 3.5.1. by Oceania2018 2019-08-02 22:38:20 -0500
  • 8178785b rename with to tf_with, only use to construct graph purpose. by Oceania2018 2019-08-02 22:36:37 -0500
  • b06b0993 add DisposableObject as base class. by Oceania2018 2019-08-02 06:41:54 -0500
  • fa2ae8c3 Added features to avoid repeated downloads of running data. by 久永 2019-08-02 22:23:48 +0800
  • 05c17d93 (refs/pull/341/head) Added features to avoid repeated downloads of running data. by 久永 2019-08-02 22:23:48 +0800
  • 9502395d Adding `logical_and` operator (#338) by Antonio Cifonelli 2019-08-02 13:42:28 +0200
  • 9d2267f8 add overload for TF_AllocateTensor. by Oceania2018 2019-08-01 18:48:34 -0500
  • c12b5b9d Removed shared Status instance in Operation. by Oceania2018 2019-08-01 18:43:35 -0500
  • b962e6ff MakeNdarray exception when shape is empty. by Oceania2018 2019-08-01 17:55:07 -0500
  • 5998525b (refs/pull/347/head) Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Oceania2018 2019-08-01 17:19:20 -0500
  • 6eeb4e19 compiled. by Oceania2018 2019-08-01 16:20:17 -0500
  • 918f79eb merge by Oceania2018 2019-08-01 16:17:48 -0500
  • 06282cb8 compiled by Oceania2018 2019-08-01 16:12:31 -0500
  • 34ed7513 release v0.10.7.2. by Oceania2018 2019-08-01 15:39:57 -0500
  • 0f26c773 GC.SuppressFinalize for TF object. by Oceania2018 2019-08-01 13:46:08 -0500
  • 66231622 fix default graph and operation issue when import model. by Oceania2018 2019-08-01 09:18:05 -0500
  • b03bb19f fix memory leak due to wrong handle sent to api (#339) by Sattisvar TANDABANY 2019-08-01 20:59:52 +0200
  • 81c3da33 Fixed Session.LoadFromSavedModel(), Found accuracy regression for Logistic Regression. by Oceania2018 2019-07-31 23:50:57 -0500
  • 164aa3cf fixed a bug about loading datasets by Kerry Jiang 2019-07-31 22:10:20 -0700
  • 198e5982 Add missing `operator >=`s and `operator <=`s (#331) by Antonio 2019-07-31 21:43:12 +0200
  • f677439d started to use MnistModelLoader in Tensorflow.Hub (#330) by Kerry Jiang 2019-07-31 04:58:56 -0700
  • 2c877142 release v0.10.7.2. by Oceania2018 2019-08-01 15:39:57 -0500
  • 33d82e88 GC.SuppressFinalize for TF object. by Oceania2018 2019-08-01 13:46:08 -0500
  • a8aac8d0 fix default graph and operation issue when import model. by Oceania2018 2019-08-01 09:18:05 -0500
  • 29265c55 fix memory leak due to wrong handle sent to api (#339) by Sattisvar TANDABANY 2019-08-01 20:59:52 +0200
  • 18e230f1 (refs/pull/339/head) fix memory leak due to wrong handle sent to api by Sattisvar TANDABANY 2019-08-01 17:43:42 +0200
  • 2afd829a (refs/pull/338/head) Adding `logical_and` operator by Antonio Cifonelli 2019-08-01 10:28:52 +0200
  • ae22b6d2 Fixed Session.LoadFromSavedModel(), Found accuracy regression for Logistic Regression. by Oceania2018 2019-07-31 23:50:57 -0500
  • eb3b56ee fix #333 : Add a project file for GPU examples 。 (#336) by 久永 2019-08-01 18:09:16 +0800
  • 0d0e8d06 dynamic_rnn implementation (#335) by Haiping 2019-08-01 12:08:58 +0200
  • 83b62e49 fixed a bug about loading datasets by Kerry Jiang 2019-07-31 22:10:20 -0700
  • dc6a571e (refs/pull/337/head) fixed a bug about loading datasets by Kerry Jiang 2019-07-31 22:10:20 -0700
  • 8a4f8f66 (refs/pull/336/head, refs/pull/334/head) fix #333 : Add a project file for GPU examples 。 by 久永 2019-08-01 11:33:33 +0800
  • c938fa89 Add missing `operator >=`s and `operator <=`s (#331) by Antonio 2019-07-31 21:43:12 +0200
  • 49cfe84d (refs/pull/331/head) Add missing `operator <=`s by Antonio Cifonelli 2019-07-19 17:17:41 +0200
  • 1c30b2b8 Add missing `operator >=`s by Antonio Cifonelli 2019-07-19 17:16:07 +0200
  • cffc9505 Add TensorFlowDatasets project. by Oceania2018 2019-07-31 06:59:49 -0500
  • 85319e0f started to use MnistModelLoader in Tensorflow.Hub (#330) by Kerry Jiang 2019-07-31 04:58:56 -0700
  • 17562bb0 (refs/pull/330/head) started to use MnistModelLoader in Tensorflow.Hub by Kerry Jiang 2019-07-30 23:39:16 -0700
  • 787c772b Merge branch 'master' into v0.11.x-numsharp by Oceania2018 2019-07-30 21:08:41 -0500
  • 4ff53c93 string workround. need NDArray GetNDArrays(NDArray) to implemented. by Oceania2018 2019-07-30 21:08:21 -0500
  • 9dd61ab7 add redist-windows-gpu by Oceania2018 2019-07-30 20:20:49 -0500
  • 4ca080e5 Hello World works. by Oceania2018 2019-07-30 17:54:05 -0500
  • 368556d7 Add missing `operator >`s and `operator <`s (#329) by Antonio 2019-07-30 22:50:00 +0200
  • 8c5d59a4 Update doc for gpu version. by Oceania2018 2019-07-30 14:42:25 -0500
  • 97b42010 (refs/pull/329/head) Add missing `operator <`s by Antonio Cifonelli 2019-07-19 17:17:05 +0200
  • 358b183c Add missing `operator >`s by Antonio Cifonelli 2019-07-19 17:14:59 +0200
  • 85636438 added method GetNextBatch to MnistDataSet by Kerry Jiang 2019-07-29 22:40:58 -0700
  • ef5ea664 imporved MnistModelLoader's interface by Kerry Jiang 2019-07-29 22:40:30 -0700
  • 2f2170e5 (refs/pull/327/head) added method GetNextBatch to MnistDataSet by Kerry Jiang 2019-07-29 22:40:58 -0700
  • ea668a29 imporved MnistModelLoader's interface by Kerry Jiang 2019-07-29 22:40:30 -0700
  • 9ed2dd55 Basic Operations goes through. by Oceania2018 2019-07-29 11:10:42 -0500
  • 2b52e114 build_results can't go through at full_values.Add(). by Oceania2018 2019-07-29 10:22:08 -0500
  • 86463d99 compile successfully with v0.11-numsharp. by Oceania2018 2019-07-29 09:37:46 -0500
  • 7174e6bf Fixed ObjectDetection.buildOutputImage by Eli Belash 2019-07-29 15:37:07 +0300
  • 3f9b0b19 2st stage by Oceania2018 2019-07-29 07:31:03 -0500
  • fa94a89d Fixed Tensor.Allocate by Eli Belash 2019-07-29 14:55:06 +0300
  • ebf4c9f0 Unit testing `operator *`s. Add missing `operator /`s (#324) by Antonio 2019-07-29 12:53:23 +0200
  • f00989b0 (refs/pull/324/head) Unit testing `operator *`s. Add missing `operator /`s by Antonio Cifonelli 2019-07-19 16:51:51 +0200
  • 20b348c3 1st stage to integrate with NumSharp. by Oceania2018 2019-07-28 19:23:55 -0500
  • 7c1bd29b Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Esther2013 2019-07-28 11:52:40 -0500
  • 1d8c011c (refs/pull/335/head) Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Oceania2018 2019-07-28 09:52:21 -0500
  • ca99be32 dynamic_rnn implementation (#323) by Haiping 2019-07-27 19:34:38 -0500
  • b4610142 (refs/pull/323/head) dynamic_rnn implementation by Oceania2018 2019-07-27 19:25:15 -0500
  • da2cb19d adding tests and ignoring failing ones (#321) by Johann Dirry 2019-07-26 21:40:42 +0200
  • f8912135 Adding `Cumsum` operation (#322) by Antonio 2019-07-26 20:59:05 +0200
  • de12cda3 (refs/pull/321/head) removing ignore from unit tests by Johann Dirry 2019-07-26 14:28:42 +0200
  • c448f029 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Esther2013 2019-07-26 07:12:20 -0500
  • bea74bc1 (refs/pull/322/head) Adding `Cumsum` operation by Antonio Cifonelli 2019-07-25 18:01:28 +0200
  • 723bd680 ignoring failing tests by Johann Dirry 2019-07-26 08:19:29 +0200
  • 03348768 adding unit tests by Johann Dirry 2019-07-26 08:17:04 +0200
  • 49c8262a Release SciSharp.TensorFlowHub v0.0.1. by Oceania2018 2019-07-25 20:36:31 -0500
  • 1ded2ed3 (v0.10.x-convolutional-neural-network) v0.10.2 (#318) by Haiping 2019-07-25 20:35:53 -0500
  • 3047277a (refs/pull/318/head) updated project file for packaging by Kerry Jiang 2019-07-25 18:17:42 -0700
  • 94d10c23 (refs/pull/320/head) updated project file for packaging by Kerry Jiang 2019-07-25 18:17:42 -0700
  • 6b9f8690 got rid off the reference to the TF.NET by Kerry Jiang 2019-07-25 18:04:16 -0700
  • 627fc7fe (refs/pull/319/head) got rid off the reference to the TF.NET by Kerry Jiang 2019-07-25 18:04:16 -0700
  • 09345b9a implementing some additional methods (#317) by Johann Dirry 2019-07-26 02:58:12 +0200
  • 3a15e0cd (refs/pull/317/head) implementing some additional methods by Johann Dirry 2019-07-26 01:32:02 +0200
  • 83361f7c remove unnecessary projects (#316) by Esther Hu 2019-07-25 17:23:11 -0500
  • 53edcecc change bottleneck file to raw image as input for transfer learning. by Oceania2018 2019-07-25 17:11:40 -0500
  • 6864d5c7 (refs/pull/316/head) remove unnecessary projects by Esther2013 2019-07-25 16:48:22 -0500
  • a880b532 Adding `IsNan` operation (#315) by Antonio 2019-07-25 23:38:06 +0200
  • 899d8fb1 Predict image category in bootleneck file. by Oceania2018 2019-07-25 11:39:33 -0500
  • c6c1b87d (refs/pull/315/head) Adding `IsNan` operation by Antonio Cifonelli 2019-07-25 12:44:33 +0200
  • 51b6c07f Init TensorFlow.Text project. put all UnitTest and Example into one project. by Oceania2018 2019-07-25 07:26:19 -0500
  • 23ea326a fixed the path combining issue by Kerry Jiang 2019-07-24 22:48:35 -0700
  • 0ca0bf90 (refs/pull/312/head) fixed the path combining issue by Kerry Jiang 2019-07-24 22:48:35 -0700
  • 8f9f5e36 add Prediction function for Transfer Learning by Oceania2018 2019-07-24 23:52:18 -0500
  • 26b406f5 adjusted the assembly name for hub by Kerry Jiang 2019-07-24 21:03:09 -0700
  • fa2cc9ec (refs/pull/311/head) adjusted the assembly name for hub by Kerry Jiang 2019-07-24 21:03:09 -0700
  • a649bd5f added a static load method for MnistModelLoader by Kerry Jiang 2019-07-24 19:19:50 -0700
  • 3b16706b (refs/pull/310/head) added a static load method for MnistModelLoader by Kerry Jiang 2019-07-24 19:19:50 -0700
  • 6ac66516 fix strided_slice_grad type convention error. #307 by Oceania2018 2019-07-24 13:24:29 -0500
  • 46ec8e56 Adding new ctor for `Session` (#309) by Antonio 2019-07-24 20:24:26 +0200
  • 4aa2e0d7 (refs/pull/309/head) Adding new ctor for `Session` by Antonio Cifonelli 2019-07-23 18:03:54 +0200
  • 930f601f Testing gradients function: (#307) by Sattisvar TANDABANY 2019-07-24 18:37:06 +0200
  • c8058b1a Upgrade NumSharp with signature. by Oceania2018 2019-07-24 10:11:43 -0500
  • 712fc3ab (refs/pull/307/head) Testing gradients function: by Sattisvar Tandabany 2019-07-24 16:19:29 +0200