060cc37d
tf.sparse_tensor_to_dense, TensorShape.merge_with #396 by
2019-09-17 23:03:21 -0500
acb55057
tf.ones_like, tf.not_equal, tf.floordiv, tf.zeros_like, tf.truediv, tf.add_n, tf.reduced_all, tf.dynamic_stitch by
2019-09-17 15:49:18 -0500
18f4579f
tf.slice #396 by
2019-09-17 07:26:40 -0500
5640bf0f
tf.gather #396 by
2019-09-17 07:20:30 -0500
1e501833
tf.sparse_to_dense #396 by
2019-09-17 07:17:10 -0500
7f4ed1f0
tf.rank #396 by
2019-09-16 21:02:37 -0500
4c2090c4
FasterRCNNFeatureExtractor by
2019-09-16 20:57:56 -0500
18b22f51
assert_equal #396 by
2019-09-16 20:57:24 -0500
eaef3aa9
FasterRCNNFeatureExtractor by
2019-09-15 23:31:32 -0500
4c819234
tf.stack by
2019-09-15 10:14:11 -0500
dbfdddde
tf.unstack by
2019-09-15 10:07:04 -0500
bb638299
train_input by
2019-09-15 08:26:04 -0500
41432600
input_fn #387 by
2019-09-14 15:15:42 -0500
9b9a25c7
_create_and_assert_global_step by
2019-09-14 09:05:48 -0500
bffb9cde
latest_checkpoint by
2019-09-13 07:11:19 -0500
c7e511a8
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2019-09-12 06:31:23 -0500
de3ecc85
create_estimator_and_inputs by
2019-09-12 06:31:17 -0500
9fb9a3cf
Merge pull request #395 from kerryjiang/master by
2019-09-12 06:30:54 -0500
712c471d
(refs/pull/395/head)
tried to implement some methods in ConfigUtil by
2019-09-12 00:04:54 -0700
67eeab0e
add faster_rcnn_resnet101_voc07.config by
2019-09-11 23:01:49 -0500
757456f9
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2019-09-11 20:18:57 -0500
ba3af928
Merge pull request #394 from kerryjiang/master by
2019-09-11 20:18:34 -0500
078aa495
_TrainingExecutor by
2019-09-11 20:18:14 -0500
eb99b2a4
(refs/pull/394/head)
tried to implement RunConfig and RunConfigTest by
2019-09-11 17:34:54 -0700
5347de4d
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2019-09-11 18:57:44 -0500
c8991d4f
added ConfigUtil empty file. by
2019-09-11 18:57:38 -0500
6c8f8293
Upgraded NumSharp to 0.20.2 by
2019-09-12 00:57:45 +0300
cb588ea8
(refs/pull/392/head)
Upgraded NumSharp to 0.20.2 by
2019-09-12 00:57:45 +0300
ae944249
added more fields to RunConfig by
2019-09-11 00:04:10 -0700
3d5f7a11
(refs/pull/389/head)
added more fields to RunConfig by
2019-09-11 00:04:10 -0700
a2dade50
solve confilict. by
2019-09-10 23:22:48 -0500
43febca3
added many not implemented interfaces for Object Detection API. #386 by
2019-09-10 23:21:37 -0500
24418b76
Protocol message was too large when parsing to GraphDef. #383 by
2019-09-10 13:26:32 -0500
83b9eb82
MultithreadingTests.cs: Added unit-test for case #380 by
2019-09-10 16:14:34 +0300
d23eed0c
Session.LoadFromSavedModel: Prevent optimization by
2019-09-10 16:13:55 +0300
da70cdc7
Session.LoadFromSavedModel: Added fallback for non-absolute path by
2019-09-10 16:13:26 +0300
ffa78bdd
Added a model for unit testing by
2019-09-10 16:12:41 +0300
dc4a4c22
Session.LoadFromSavedModel: Removed redundant .as_default() call. by
2019-09-10 11:37:35 +0300
b2512954
Session: LoadFromSavedModel Fixed multithreading issue and added as_default() to the created session, fixed #380 by
2019-09-10 11:29:10 +0300
a09b86e1
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2019-09-09 23:49:01 -0500
bbd76d58
tensorflow.estimator by
2019-09-09 23:48:54 -0500
8b920033
Merge pull request #379 from SciSharp/keras-activations by
2019-09-09 10:04:01 -0500
9e237a67
Merge pull request #378 from SciSharp/unknown-dimension by
2019-09-09 10:02:52 -0500
269611bf
(refs/pull/378/head)
change None to Unknown for TensorShape. Remove object[] construction. by
2019-09-09 09:53:39 -0500
420e195a
TensorShape: Added implicit conversions for object type. by
2019-09-09 13:59:14 +0300
f70f0a98
Added implicit conversion from object[] to TensorShape by
2019-09-09 12:43:39 +0300
fa41aac1
generated ObjectDetection related protos for tf.models. by
2019-09-08 21:51:18 -0500
074d06dc
(refs/pull/379/head)
Added all keras activations by
2019-09-08 20:24:40 +0300
0c32b73f
tf.layers.flatten: Added and fixed special unit-test case. by
2019-09-08 17:09:27 +0300
cc65ae5c
TensorShape: Fixed rare case when passing only None by
2019-09-08 17:05:45 +0300
f7364eb6
TensorShape: fixed typo in constructor by
2019-09-08 17:04:39 +0300
61c43175
tf.layers.flatten: Added support for None dimension by
2019-09-08 17:02:00 +0300
4db89af0
TensorShape: fixed size computation when None is used. by
2019-09-08 17:01:43 +0300
cc54fe19
TensorShape: Fixed construction when passing int[] or long[] by
2019-09-08 17:01:37 +0300
db5cbd38
Removed unnecessary doc by
2019-09-08 15:29:37 +0300
a6558821
Fixed ambiguous overloads. by
2019-09-08 15:26:47 +0300
3cc4861a
TensorShape: Added constructor of (params object[] dims) by
2019-09-08 15:22:31 +0300
91a19c2d
tf.placeholder: Added overload with object[] shape by
2019-09-08 15:22:14 +0300
cebc8b4b
Binding: Added None by
2019-09-08 15:21:57 +0300
0ad0fdba
Binding.print: revamped to print arrays properly by
2019-09-08 15:12:26 +0300
f7ef39ca
tf.flayers: Added flatten by
2019-09-08 00:13:31 +0300
78b81a27
Tensor.shape setter: Added missing status.Check(true) by
2019-09-07 22:39:29 +0300
c1910e5c
Status: made Check(bool throwException = false) [DebuggerHidden] by
2019-09-07 22:39:10 +0300
8e1a4ca8
TensorShape: added as_list() by
2019-09-07 21:49:08 +0300
50d8d20b
assign_moving_average by
2019-09-07 13:01:00 -0500
1a968180
add Tensor overload for AdamOptimizer by
2019-09-07 13:00:44 -0500
740c2db0
length issue in _ShapesFullySpecifiedAndEqual by
2019-09-07 12:59:58 -0500
5a02a591
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2019-09-07 09:56:08 -0500
23edfd09
_safe_initial_value_from_op #360 by
2019-09-07 09:55:44 -0500
fbf69c0b
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2019-09-07 17:30:09 +0300
9a131976
nn_ops: added softmax(Tensor logits, int axis = -1, string name = null) by
2019-09-07 17:13:58 +0300
389f7dd2
fix output dtype error for control_flow.ref_switch by
2019-09-06 23:39:59 -0500
23a9fc95
remove unnecessary code. by
2019-09-05 23:05:58 -0500
1a025e62
add moving_averages, fix ExponentialMovingAverage by
2019-09-05 22:59:17 -0500
a4bede55
MultithreadingTests: Added TF_GraphOperationByName unit test by
2019-09-03 19:55:52 +0300
e6640b56
Graph.Operation-OperationByName: Added guard, docs and exception when IntPtr.Zero is returned by
2019-09-03 19:55:48 +0300
be024158
fix RefVariable substraction. by
2019-09-02 18:25:34 -0500
d9c5cc00
tf.state by
2019-09-02 08:52:04 -0500
2c1edcbb
Merge pull request #375 from SciSharp/autocast-tensor by
2019-09-01 19:43:43 -0500
43dc4be9
Merge pull request #374 from SciSharp/tensor-operators by
2019-09-01 19:42:43 -0500
f1b7e118
yolo.build_nework() #359 by
2019-09-01 19:31:40 -0500
4d8ae9a3
(refs/pull/375/head)
Added unit-tests for autocasting mechanism. by
2019-09-01 23:32:38 +0300
00830b8e
TensorFlowNET.UnitTest: Added FluentExtensions from NumSharp by
2019-09-01 23:29:52 +0300
b252a07d
BaseSession: Added transparent dtype conversion to feed_dict by
2019-09-01 23:17:49 +0300
94c8c6b5
Created TensorConverter by
2019-09-01 23:16:34 +0300
8f258c53
tf.sigmoid_cross_entropy_with_logits by
2019-09-01 15:16:12 -0500
b7ccf3bc
dtypes.cs: Added missing type conversion by
2019-09-01 22:45:22 +0300
f55fa352
(refs/pull/374/head)
Tensor.Operators: Rewrite using regen-template by
2019-09-01 22:39:56 +0300
4204c985
Tensor operator *(NDArray x, Tensor y) by
2019-09-01 09:59:16 -0500
d44f044c
support n-dim indexing. #368 by
2019-08-31 20:29:36 -0500
e9feec45
Resize images to size using nearest neighbor interpolation. by
2019-08-31 12:12:47 -0500
ca3a775e
Tensor indexing. #368 by
2019-08-31 11:41:37 -0500
b1bd05c1
Expose tf.shape() API. by
2019-08-31 11:27:34 -0500
d2fef2fc
Specify which project or solution file to use because this folder contains more than one project or solution file. by
2019-08-31 10:55:21 -0500
b1a0bf60
update change log. by
2019-08-31 10:48:18 -0500
32f2221a
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2019-08-31 10:34:19 -0500
641a105b
Merge pull request #371 from SciSharp/multithreading by
2019-08-31 10:33:44 -0500
830bb59c
Merge branch 'multithreading' by
2019-08-31 10:32:53 -0500
38f1a105
Finish backbone.darknet53() for YOLOv3. #360 by
2019-08-31 09:27:06 -0500
6badc99b
Initializer that generates tensors with constant values with tf.constant_initializer(). by
2019-08-31 09:25:19 -0500