Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • * |
  • * |
  • * |
  • |/
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • |/
  • | *
  • |/
  • | *
  • |/
  • | *
  • * |
  • |\ \
  • | |/
  • |/|
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • | *
  • * |
  • * |
  • | | *
  • | |/
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | | *
  • | | |\
  • | | |/
  • | |/|
  • | * |
  • * | |
  • | | | *
  • | | |/
  • | |/|
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | * |
  • | * |
  • | | | *
  • | | |/
  • | |/|
  • | | | *
  • | | |/
  • | |/|
  • * | |
  • |\| |
  • | * |
  • | * |
  • | | *
  • | | |\
  • | | |/
  • | |/|
  • | | | *
  • | | |/
  • | |/|
  • | * |
  • | | | *
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • | * | |
  • | | |/
  • | |/|
  • | | *
  • | | |\
  • | | |/
  • | |/|
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | * |
  • | | *
  • | | |\
  • | | |/
  • | |/|
  • 605a05ee Fixed unit tests by Eli Belash 2019-08-21 23:55:17 +0300
  • 38f27f16 Tensor: renamed _dtype to _override_dtype by Eli Belash 2019-08-21 23:54:50 +0300
  • 35360e9d BaseSession: Added Session.run(ITensorOrOperation fetche, params FeedItem[] feed_dict) by Eli Belash 2019-08-21 23:53:31 +0300
  • 290d0dd0 TensorShape: Revamped and documented. by Eli Belash 2019-08-21 23:34:11 +0300
  • f375e1c0 Tensor.BufferToArray(): Fixed to use long instead of int. by Eli Belash 2019-08-21 23:33:54 +0300
  • 52955b3d Tensor.ToArray<T>(): Added support for cases when tensor is scalar. by Eli Belash 2019-08-21 23:33:27 +0300
  • 4cf817ea Tensor: Added explicit cast to string by Eli Belash 2019-08-21 23:00:17 +0300
  • 766fa6fc Tensor: Added guards for explicit casts. by Eli Belash 2019-08-21 22:59:55 +0300
  • 2129dbd6 Tensor perf-ops and cleanup, Revamped dtypes.cs, some renames. by Eli Belash 2019-08-21 22:13:48 +0300
  • cfc3926e Copied globals.regen from NumSharp by Eli Belash 2019-08-21 21:21:31 +0300
  • 4ba71e24 Tensor.Explicit.cs: perf-ops by Eli Belash 2019-08-21 16:28:17 +0300
  • 533f8fdd Tensor.Creation.cs: perf-ops by Eli Belash 2019-08-21 16:28:00 +0300
  • 4be99ecd Graph.cs: refactor and added docs by Eli Belash 2019-08-21 16:24:35 +0300
  • d60c36f5 Tensor.Creation: Perf-opted when creating tensor from NDArray of string by Eli Belash 2019-08-21 16:01:08 +0300
  • 1992bb05 gfile.cs, Walk(...): Handle case when directory top doesn't exist. by Eli Belash 2019-08-21 15:55:07 +0300
  • c876be4a _FetchHandler: Switched to NPTypeCode by Eli Belash 2019-08-21 15:54:45 +0300
  • 35295f8f Added different build directory for TensorflowNET.Examples.GPU by Eli Belash 2019-08-21 15:54:04 +0300
  • 891346e4 Refactored DisposableObject by Eli Belash 2019-08-21 15:53:40 +0300
  • 8546b8d8 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Oceania2018 2019-08-21 07:10:37 -0500
  • 5e43f4dc init commit for YOLOv3. by Oceania2018 2019-08-21 07:10:02 -0500
  • 55e9baa4 Updated NumSharp references to 0.20.0 by Eli Belash 2019-08-21 11:19:33 +0300
  • 683aeed6 tf.GraphKeys #359 by Oceania2018 2019-08-20 22:10:19 -0500
  • faa93bf1 tf.no_op #359 by Oceania2018 2019-08-20 21:39:47 -0500
  • 210bc891 trainable_variables #359 by Oceania2018 2019-08-20 21:14:24 -0500
  • a62fd47d Merge branch 'master' into v0.20-tensorflow2.0 by Oceania2018 2019-08-19 23:55:57 -0500
  • 226720dd Merge Tensorflow.Python into Tensorflow.Binding. by Oceania2018 2019-08-19 23:55:14 -0500
  • 67a58b3e change tensorflow to non-static class in order to execute some initialization. by Oceania2018 2019-08-19 23:10:30 -0500
  • fef7fe41 added isinstance (#358) by Arnav Das 2019-08-20 07:46:33 +0530
  • 235bad25 StopGradient: Adding basic gradient for stop_gradient function. (#357) by Sattisvar TANDABANY 2019-08-20 04:01:50 +0200
  • f7264403 try tensorflow2.0-beta1, all examples passed. the compatibility is very well. by Oceania2018 2019-08-19 20:59:47 -0500
  • d75cd788 Create CODEOWNERS file that defaults to everything (#354) by Brendan Mulcahy 2019-08-19 18:25:43 -0400
  • b4052cb3 (refs/pull/358/head) added isinstance by arnavdas88 2019-08-20 03:01:21 +0530
  • c468caba (refs/pull/357/head) StopGradient: Adding basic gradient for stop_gradient function. by Sattisvar Tandabany 2019-08-19 17:31:57 +0200
  • 6f97d602 (refs/pull/354/head) Create CODEOWNERS file that defaults to everything by Brendan Mulcahy 2019-08-18 14:57:24 -0400
  • 9d52c9eb Add tf.nn.in_top_k by Eli Belash 2019-08-18 21:55:40 +0300
  • babfb020 (refs/pull/353/head) New line for better consistency by Brendan Mulcahy 2019-08-18 14:03:16 -0400
  • 098f597e Add tf.nn.in_top_k by Brendan Mulcahy 2019-08-18 13:44:06 -0400
  • caeb0e30 overloade session.run(), make syntax simpler. by Oceania2018 2019-08-17 13:47:06 -0500
  • d515c815 Upgrade NumSharp to v0.20-alpha1 by Oceania2018 2019-08-17 09:29:10 -0500
  • 1961e815 all examples passed, ready to merge to master. by Oceania2018 2019-08-17 08:21:27 -0500
  • 6d4fc81f MNST CNN pass. by Oceania2018 2019-08-16 12:00:31 -0500
  • f740b1a2 CNN Text Classification passed by Oceania2018 2019-08-16 08:01:54 -0500
  • bba0dcf6 "HelloWorld" passed. by Oceania2018 2019-08-15 23:18:32 -0500
  • 587c4210 Basic Operations passed. by Oceania2018 2019-08-15 22:50:19 -0500
  • bd636e53 Image Recognition Inception passed. by Oceania2018 2019-08-15 22:42:58 -0500
  • a192d88c Object Detection pass. by Oceania2018 2019-08-15 22:28:41 -0500
  • 16475917 merge with master. by Oceania2018 2019-08-15 21:46:18 -0500
  • 990e774e NeuralNetXor goes through. by Oceania2018 2019-08-14 21:58:14 -0500
  • 174241d5 update notes. by Oceania2018 2019-08-13 22:11:03 -0500
  • 879067de tf.WhileContext() by Oceania2018 2019-08-13 22:07:37 -0500
  • 1ac11562 Tensor: correctly pass unmanaged ptr of NDArray to TF by Meinrad Recheis 2019-08-13 21:35:53 +0200
  • 1f0d4d63 PythonTest: commented out non-compiling function because it is not used anyway by Meinrad Recheis 2019-08-13 21:35:19 +0200
  • a407b912 (refs/pull/349/head) Reworking `global_variables` calls by Antonio Cifonelli 2019-08-13 10:25:02 +0200
  • db8c088f Update README.md by Meinrad Recheis 2019-08-11 15:32:49 +0200
  • 42a476d0 updated logo by Meinrad Recheis 2019-08-11 15:30:53 +0200
  • cee78647 Update README.md by Meinrad Recheis 2019-08-11 15:25:23 +0200
  • defe9500 Updated SciSharp STACK badges in Readme by Meinrad Recheis 2019-08-11 15:18:37 +0200
  • 24f3020d fix TensorSharp.concatenate by Oceania2018 2019-08-11 07:04:56 -0500
  • 1252ea8e Fixed crash due to free tensor too early. by Oceania2018 2019-08-10 22:42:42 -0500
  • fae5a2de dynamic_rnn implementation (#347) by Haiping 2019-08-09 14:02:50 -0500
  • 924e1592 Adding `logical_xor` operator (#346) by Antonio Cifonelli 2019-08-09 13:50:29 +0200
  • 03c16377 remove ScopedTFGraph destructor. no carsh occurs any more. by Oceania2018 2019-08-08 17:30:31 -0500
  • abdb9747 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Esther2013 2019-08-08 07:46:04 -0500
  • 0d6b2879 Allocate tensor without memory copy by Oceania2018 2019-08-08 07:32:21 -0500
  • 403aa38d add debug info by Oceania2018 2019-08-08 06:00:33 -0500
  • beafa081 (refs/pull/346/head) Adding `logical_xor` operator by Antonio Cifonelli 2019-08-01 10:37:07 +0200
  • cfec53ea The Logistic Regression accuracy is correct. But still has performance issue. by Oceania2018 2019-08-07 20:10:08 -0500
  • af9f1780 copy data from pointer. by Oceania2018 2019-08-07 19:21:42 -0500
  • 9f6c04ba Adding `logical_or` operator (#344) by Antonio Cifonelli 2019-08-07 13:36:35 +0200
  • 9526ddcc fixed issues about displaying progress in console when download/unzip resources by Kerry Jiang 2019-08-07 00:53:07 -0700
  • 1bf44ece Logistic Regression can run but has accuracy and performance. by Oceania2018 2019-08-07 09:03:08 -0500
  • 0e99b605 Adding `logical_or` operator (#344) by Antonio Cifonelli 2019-08-07 13:36:35 +0200
  • a36d0602 fixed issues about displaying progress in console when download/unzip resources by Kerry Jiang 2019-08-07 00:53:07 -0700
  • 3b53a22c (refs/pull/345/head) fixed issues about displaying progress in console when download/unzip resources by Kerry Jiang 2019-08-07 00:53:07 -0700
  • d22c5adf (refs/pull/344/head) Adding `logical_or` operator by Antonio Cifonelli 2019-08-01 10:36:33 +0200
  • 07bed359 merge from master by Oceania2018 2019-08-05 20:57:34 -0500
  • 8a50673b Make Graph inherits from DisposableObject. by Oceania2018 2019-08-05 07:28:19 -0500
  • bad9aba4 Adding `logical_not` operator (#343) by Antonio Cifonelli 2019-08-05 23:07:26 +0200
  • 101cad40 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Esther2013 2019-08-05 07:32:28 -0500
  • 6e1493ea (refs/pull/343/head) Adding `logical_not` operator by Antonio Cifonelli 2019-08-01 10:32:08 +0200
  • fa2cc20f removed the direct console output for now, will add logging later by Kerry Jiang 2019-08-03 16:55:46 -0700
  • b1758883 (refs/pull/342/head) removed the direct console output for now, will add logging later by Kerry Jiang 2019-08-03 16:55:46 -0700
  • d519ffb9 remove duplicate code. by Oceania2018 2019-08-03 17:19:52 -0500
  • f32692b1 Change Graph.Import interface. by Oceania2018 2019-08-03 14:23:18 -0500
  • f28693b3 rename with to tf_with, only use to construct graph purpose. by Oceania2018 2019-08-02 22:36:37 -0500
  • abdf4d81 add DisposableObject as base class. by Oceania2018 2019-08-02 06:41:54 -0500
  • 31909cd8 Change Graph.Import interface. by Oceania2018 2019-08-03 14:23:18 -0500
  • 69f64836 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Esther2013 2019-08-03 09:14:39 -0500
  • 0f59f6d8 fix compile error. by Oceania2018 2019-08-03 08:03:32 -0500
  • 85b848f8 new operation alwasy in current graph. by Oceania2018 2019-08-03 02:39:54 -0500
  • 6457a4e8 exception when OpType handle is zero. by Oceania2018 2019-08-03 01:01:33 -0500
  • e73d3d86 Downgrade protobuf to 3.5.1. by Oceania2018 2019-08-02 22:38:20 -0500
  • a89c9aba rename with to tf_with, only use to construct graph purpose. by Oceania2018 2019-08-02 22:36:37 -0500
  • 40da3d7a add DisposableObject as base class. by Oceania2018 2019-08-02 06:41:54 -0500
  • 724809ca Added features to avoid repeated downloads of running data. by 久永 2019-08-02 22:23:48 +0800
  • 3ff5988c Adding `logical_and` operator (#338) by Antonio Cifonelli 2019-08-02 13:42:28 +0200
  • ce7d5fed add overload for TF_AllocateTensor. by Oceania2018 2019-08-01 18:48:34 -0500
  • 810df5bf Removed shared Status instance in Operation. by Oceania2018 2019-08-01 18:43:35 -0500
  • de696fb3 new operation alwasy in current graph. by Oceania2018 2019-08-03 02:39:54 -0500
  • 77f1fab1 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Esther2013 2019-08-03 01:30:56 -0500