Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • * |
  • |\ \
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • | * |
  • |/ /
  • * |
  • * |
  • |\ \
  • | * |
  • | * |
  • * | |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • |/
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • * |
  • |\ \
  • | |/
  • |/|
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • | *
  • | *
  • * |
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • 0f4cb1ae (refs/pull/280/head) Add `BatchMatMul` operation by Antonio Cifonelli 2019-07-03 12:59:22 +0200
  • c62d9ee5 AddControlInput and UpdateEdge works.. by Deepak Kumar 2019-07-01 15:21:06 +0930
  • be81d43a add self compiled dll. by Oceania2018 2019-06-27 19:47:38 -0500
  • 1143d866 Scoped Struct Added for Ops API extensions by Deepak Battini 2019-06-27 17:31:49 +0930
  • 2bb49763 Fix Build Issue with Unit Test by Deepak Battini 2019-06-27 14:50:06 +0930
  • e4c94376 ZeroFraction core function impl done! Control Flow is not implemented with AddControlInput and UpdateEdge which is not exposed as C_API. Need to implement it seperately. by Deepak Battini 2019-06-27 14:46:35 +0930
  • a0fc3f8f need to manually download tensorflow v1.14. by Oceania2018 2019-06-26 20:47:15 -0500
  • 92b3a88b overload Graph.Import(byte[] bytes) by Oceania2018 2019-06-26 20:42:03 -0500
  • 3759a2d0 Update README.md by Haiping 2019-06-24 21:24:02 -0500
  • ffbaab42 add Jupyter Notebook link. by Haiping 2019-06-24 21:22:25 -0500
  • e49144be add logo by Haiping 2019-06-24 21:19:15 -0500
  • 343fbaef TensorFlow.NET logo and icon by Meinrad Recheis 2019-06-24 22:39:40 +0200
  • 477d03db remove order of _control_dependencies_for_inputs. by Oceania2018 2019-06-23 20:43:43 -0500
  • 89f305ca fix shape issue for IndexedSlice by Oceania2018 2019-06-22 10:46:04 -0500
  • 6af53e63 override Adam _finish. by Oceania2018 2019-06-21 00:15:18 -0500
  • 93eb56e5 add apply_adam, _apply_dense for Adam. #271 by Oceania2018 2019-06-21 00:00:00 -0500
  • 2a17b9c3 add RefVariable override of state_ops.assign #271 by Oceania2018 2019-06-20 17:22:18 -0500
  • 967fc437 Merge pull request #275 from PppBr/master by Haiping 2019-06-20 12:06:54 -0500
  • 41bb8486 (refs/pull/275/head) add nb_example data by Bo Peng 2019-06-20 12:05:06 -0500
  • 984405f1 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Bo Peng 2019-06-20 12:03:15 -0500
  • d5d5a46b fix bug in normal distribution: _log_prob by Bo Peng 2019-06-20 11:01:51 -0500
  • d2e70783 Merge pull request #274 from Esther2013/master by Haiping 2019-06-20 10:08:49 -0500
  • e06be043 (refs/pull/274/head) run image recognition example in Ubutu. by Esther2013 2019-06-20 10:02:32 -0500
  • 2afec337 use Microsoft.ML.TensorFlow.Redist to maintain TensorFlow library for cross-platform. by Oceania2018 2019-06-20 07:07:26 -0500
  • 59672a4d 1: change learning rate and lr_tensor. 2: override _prepare() for AdamOptimizer. 3: fix key name if _get_non_slot_variable. by Oceania2018 2019-06-20 06:58:18 -0500
  • 9a71f758 fix create_slot_with_initializer, upgrade to v1.14.0. by Oceania2018 2019-06-19 21:36:01 -0500
  • 0e299714 Set theme jekyll-theme-cayman by Haiping 2019-06-18 20:59:42 -0500
  • a7450215 add SlotCreator class. by Oceania2018 2019-06-18 07:26:20 -0500
  • efa28d4f Add a Tag to Tensor, Fixed Tensor Slice, AdamOptimizer #271 by Oceania2018 2019-06-17 08:25:26 -0500
  • 60ec5af7 Merge pull request #272 from bpietroiu/Issue-CnnTextClassification by Haiping 2019-06-17 13:13:06 -0500
  • 5b690a05 (refs/pull/272/head) CnnTextClassification debugging by Bogdan Pietroiu 2019-06-17 17:03:19 +0300
  • 16da1c26 add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices by Oceania2018 2019-06-16 23:34:35 -0500
  • 0595ea1b Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Oceania2018 2019-06-15 09:01:25 -0500
  • f9d26040 fix checkpoint filename when global step is not set. #248 by Oceania2018 2019-06-15 08:34:14 -0500
  • 4948e430 upgrade Test library. by Oceania2018 2019-06-14 23:04:44 -0500
  • 512f3ce4 add _MinOrMaxGrad and _MaximumMinimumGrad by Oceania2018 2019-06-14 14:55:41 -0500
  • 06e6ae6f fix rank_internal works for both kNN and CNN examples. by Oceania2018 2019-06-14 11:25:27 -0500
  • 5466d952 fix tfhub cache issue for RetrainImage example. #248 by Oceania2018 2019-06-13 23:16:24 -0500
  • fed0550c fix rank_internal, add gradients_util by Oceania2018 2019-06-13 21:48:40 -0500
  • 8e2e31cc add Gradient for GatherV2, MaxPool, op. by Oceania2018 2019-06-12 19:17:20 -0500
  • 13189451 Gradient function for Conv2D by Oceania2018 2019-06-09 14:19:33 -0500
  • d3002c0b fix name_scope issue when current_scope is exit. upgrade tensorflow.dll to 1.14.0rc1. by Oceania2018 2019-06-09 09:44:58 -0500
  • 954713f4 add Conv2dParams by Oceania2018 2019-06-08 10:46:12 -0500
  • 0df70138 Merge pull request #261 from arnavdas88/master by Haiping 2019-06-07 14:59:03 -0500
  • bc9f5754 (refs/pull/261/head) Ongoing WeakKeyDictionary by Arnav Das 2019-06-08 01:06:47 +0530
  • e02d6d04 ongoing tf.keras.backend.cs by Arnav Das 2019-06-08 01:05:51 +0530
  • f13e35d7 extend gradient function capability. by Oceania2018 2019-06-06 23:19:11 -0500
  • 4ff993b1 Merge pull request #260 from serjl/dev by Haiping 2019-06-06 20:25:38 -0500
  • 9be57f41 (refs/pull/260/head) Updated note on GPU installation on windows by Sergei Lanzat 2019-06-06 11:04:06 +0300
  • 133f690e Updated Tensorflow GPU c library for windows link by Sergei Lanzat 2019-06-06 10:59:51 +0300
  • b357cad6 fix -1 index for _ConcatGradHelper by Oceania2018 2019-06-06 00:08:51 -0500
  • 02f0f257 fix data path for CNN Text. by Oceania2018 2019-06-05 17:19:58 -0500
  • bf894e1a Merge pull request #259 from arnavdas88/master by Haiping 2019-06-05 10:09:39 -0500
  • d3724a93 (refs/pull/259/head) added make_variable overload by Arnav Das 2019-06-05 20:13:53 +0530
  • a4f03c22 added sparse_softmax_cross_entropy_with_logits by Oceania2018 2019-06-05 07:28:27 -0500
  • 5981d2de added tf.nn.dropout by Oceania2018 2019-06-05 07:11:19 -0500
  • 112247f0 added tf.concat interface. by Oceania2018 2019-06-05 06:24:22 -0500
  • f0d1ee8d fix max_pooling2d name_scope. by Oceania2018 2019-06-04 23:52:35 -0500
  • c4a585c3 remove global static Graph instance. by Oceania2018 2019-06-03 23:19:22 -0500
  • d7c7d3d9 fix tf.layers.conv2d by Oceania2018 2019-06-01 22:39:31 -0500
  • a5ae56af add tf.where api. by Oceania2018 2019-05-31 07:20:43 -0500
  • c42f8bbf add train and predict interfaces to IExample. by Oceania2018 2019-05-30 22:00:41 -0500
  • 09d77e21 Merge pull request #254 from AndreiDegtiarev/master by Haiping 2019-05-30 17:42:28 -0500
  • 917ff43e (refs/pull/254/head) F# example project structure adjusted by degtiadr 2019-05-30 22:46:01 +0200
  • 43caba84 F# example created by degtiadr 2019-05-30 22:35:58 +0200
  • ee2bbbc1 Inconsistency in handling of DT_FLOAT and DT_DOUBLE types by gradient calculation by degtiadr 2019-05-30 22:13:38 +0200
  • c0fd1350 word_cnn save training step works. by Oceania2018 2019-05-30 07:33:44 -0500
  • 25fb8cb4 fix _get_graph_from_inputs recurisve reference. by Oceania2018 2019-05-29 22:14:15 -0500
  • 5a73e698 add Tensor[] pattern match for ops.name_scope. by Oceania2018 2019-05-29 09:34:04 -0500
  • e56e5d32 word_cnn training completed, but saving model doesn't work. by Oceania2018 2019-05-29 08:05:47 -0500
  • 7a706c9c fix unique_layer_name by Oceania2018 2019-05-26 10:26:32 -0500
  • 980201d6 fix training data download issue. #248 by Oceania2018 2019-05-25 10:24:13 -0500
  • 4bf27bd3 add variables.data file. by Oceania2018 2019-05-25 09:52:29 -0500
  • a9330d27 Froze trained model is completed. #248. by Oceania2018 2019-05-24 17:18:58 -0500
  • ed6fd47e Finished final model evaluation. Freezing graph has not been finished yet. #248 by Oceania2018 2019-05-24 07:49:22 -0500
  • 84440b2e manually construct graph for retain layer. by Oceania2018 2019-05-23 12:30:38 -0500
  • 5751c203 can training and cross validating, but train_saver.save failed. #248 by Oceania2018 2019-05-20 21:22:06 -0500
  • 5e5ec526 Merge pull request #251 from SrancsikAtBitrise/master by Haiping 2019-05-20 08:38:23 -0500
  • b8ff6462 (refs/pull/251/head) Fixed the broken links to examples. by Tamás Srancsik 2019-05-20 15:25:38 +0200
  • 1fca6189 add SummaryToEventTransformer, EventProto, SummaryProto. #248 by Oceania2018 2019-05-19 17:22:18 -0500
  • 9e895b30 add tf.summary #248 by Oceania2018 2019-05-19 10:10:19 -0500
  • bd04f5ba run_bottleneck_on_image.resized_input_values by Oceania2018 2019-05-18 22:33:27 -0500
  • beda6c4b Add a Transfer Learning example for image recognition. #248 by Oceania2018 2019-05-18 14:02:06 -0500
  • ddbbe068 fix SessionTest.Session #247 by Oceania2018 2019-05-16 20:12:32 -0500
  • a5d2aa95 #247 by Oceania2018 2019-05-16 19:08:12 -0500
  • 348f418d Merge pull request #247 from pkingwsd/master by Haiping 2019-05-16 05:51:07 -0500
  • 8bf4edb7 (refs/pull/247/head) fix call sessionoptions issue by pkingwsd 2019-05-16 13:22:08 +0800
  • 0084e2b3 Merge pull request #246 from arnavdas88/master by Haiping 2019-05-15 18:26:27 -0500
  • 206db694 (refs/pull/246/head) Keras Commit by Arnav Das 2019-05-16 04:32:26 +0530
  • a406dc21 Merge branch 'master' of https://github.com/arnavdas88/TensorFlow.NET by Arnav Das 2019-05-16 04:29:55 +0530
  • 30862b17 (refs/pull/245/head) Keras Commit by Arnav Das 2019-05-15 21:38:21 +0530
  • e8623bd3 Keras Commit by Arnav Das 2019-05-15 21:22:21 +0530
  • 2165f455 Keras Commit by Arnav Das 2019-05-15 20:51:03 +0530
  • e75ed4f6 add array_grad.ConcatV2 gradient by Oceania2018 2019-05-13 15:24:20 -0500
  • 28155aa2 Makina Commit 1 by Arnav Das 2019-05-13 23:55:50 +0530
  • baaff630 Merge remote-tracking branch 'origin/Makina' by Arnav Das 2019-05-13 22:49:33 +0530
  • 1da81389 LstmCrfNer example: added downloading of meta file by Meinrad Recheis 2019-05-12 14:31:10 +0200
  • 64797065 added FeedDict by Meinrad Recheis 2019-05-12 14:05:46 +0200
  • 08266afb minor change in TextClassificationTrain by Meinrad Recheis 2019-05-12 12:25:04 +0200
  • f4d25c9c TextClassification: supported training against dbpedia subset by Meinrad Recheis 2019-05-11 23:30:25 +0200