f0030ca9
reset_metrics for every epoch. by
2021-03-28 14:32:01 -0500
f55650d9
Fix gradient of squared_difference #787 by
2021-03-27 20:02:40 -0500
8d0bd50f
Added tests with ignore attribute by
2021-03-26 12:57:14 +0100
30da91c3
Added gradients for acos, asin, atan by
2021-03-22 14:27:07 +0100
3ee8dd4e
(refs/pull/789/head)
Added tests with ignore attribute by
2021-03-26 12:57:14 +0100
454383a1
(refs/pull/799/head)
fixed arg_min by
2021-03-25 16:32:06 +0100
5ed47f0e
Fixed _min by
2021-03-25 14:21:44 +0100
d075c3e6
fix to log by
2021-03-25 10:33:02 +0100
b0cba0a6
(refs/pull/784/head)
Added gradients for acos, asin, atan by
2021-03-22 14:27:07 +0100
b54cbaa7
Fix binary_accuracy for keras. by
2021-03-20 20:37:25 -0500
e007e86d
Fixed many simple functions in gen_math_ops.cs by
2021-03-19 11:16:51 +0100
8920023e
(refs/pull/783/head)
Fixed many simple functions in gen_math_ops.cs by
2021-03-19 11:16:51 +0100
a814d2d9
(tag: v0.40-tf2.4-tstring, v0.40-tensorflow2.4-tstring)
uid_function for func_name by
2021-03-13 19:03:01 -0600
827d8f21
Add tf.print(). by
2021-03-13 18:59:07 -0600
f874d3a1
random_uniform calls random_uniform_int when generating integer tensor. Added doc comment to array_ops.gather(), and implemented using ExecuteOp() Elaborated unit tests for gather, added one for slice() by
2021-03-10 11:07:56 -0800
454a55b3
Corrected fast path call to GatherV2 by
2021-03-09 16:19:22 -0800
37ca0230
Adjusted implementation of Gather to correspond to Python implementation. Added minval, maxval, and seed arguments to the RandomUniformInitializer Added unit tests for Gather and a simple Embedding test. by
2021-03-09 16:12:25 -0800
bc5e840b
(refs/pull/778/head)
random_uniform calls random_uniform_int when generating integer tensor. Added doc comment to array_ops.gather(), and implemented using ExecuteOp() Elaborated unit tests for gather, added one for slice() by
2021-03-10 11:07:56 -0800
7ec18b60
(refs/pull/776/head)
Corrected fast path call to GatherV2 by
2021-03-09 16:19:22 -0800
1b1ce9a4
Adjusted implementation of Gather to correspond to Python implementation. Added minval, maxval, and seed arguments to the RandomUniformInitializer Added unit tests for Gather and a simple Embedding test. by
2021-03-09 16:12:25 -0800
d4f3df29
optimize_dataset_v2 by
2021-02-28 15:49:38 -0600
bf91102b
Merge pull request #768 from NiklasGustafsson/Conv_1D by
2021-02-25 22:14:55 -0600
616b62bd
(refs/pull/768/head)
Implemented Conv1D and unit tests. by
2021-02-25 18:15:03 -0800
2a42bcd0
Added unit tests for Keras Conv2D by
2021-02-25 14:38:18 -0800
58f31949
Merge branch 'master' into Conv_1D by
2021-02-25 14:22:32 -0800
b71aee97
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2021-02-25 14:22:04 -0800
f3da1cd9
Added unit tests for Conv2D by
2021-02-25 14:21:49 -0800
322c3c11
Adding doc comment for LSTM by
2021-02-25 07:58:15 -0800
c7fa1b54
Adding doc comments to the Keras Layers Api class by
2021-02-25 07:48:44 -0800
3a2b270a
(refs/pull/766/head)
Adding doc comment for LSTM by
2021-02-25 07:58:15 -0800
41817220
Adding doc comments to the Keras Layers Api class by
2021-02-25 07:48:44 -0800
66ef235f
add custom output test by
2021-02-25 11:24:31 +0800
3309b036
change standard output (Console) to a custom one by
2021-02-25 11:24:21 +0800
65842302
(refs/pull/764/head)
add custom output test by
2021-02-25 11:24:31 +0800
f21037de
change standard output (Console) to a custom one by
2021-02-25 11:24:21 +0800
2b62e120
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2021-02-23 10:49:05 -0800
a22c52bb
Merge pull request #762 from Sebastian-roko/random_seed by
2021-02-23 09:01:11 -0600
bc9c8dee
(refs/pull/762/head)
Fix for random_shuffle (named arg seed/seed2) by
2021-02-23 14:41:29 +0100
1d90fbfb
Merge master by
2021-02-23 14:38:36 +0100
3db1b288
Unit test for Dataset shuffle by
2021-02-23 14:22:30 +0100
01421740
Add tf.string.string_length. by
2021-02-21 18:32:32 -0600
55992158
Fix string_split_v2 return RaggedTensor. by
2021-02-21 10:28:40 -0600
a1ebd70c
RowPartition and RaggedTensor by
2021-02-21 07:53:41 -0600
bbc2e98a
IndexLookup, Accumulator. by
2021-02-21 07:41:08 -0600
a942564f
fix tf.batch_matmul #755 by
2021-02-20 14:37:43 -0600
38f80a70
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2021-02-20 11:45:27 -0600
822e6d78
Consolidate TFE_FastPathExecute and _apply_op_helper. by
2021-02-20 11:37:55 -0600
0471e28f
Change RunInAutoMode to ExecuteOp by
2021-02-20 11:33:08 -0600
e0287459
Merge branch 'master' of https://github.com/NiklasGustafsson/TensorFlow.NET by
2021-02-19 10:52:12 -0800
dc5a59c7
Added 1D pooling APIs and unit tests. Added 2D global max pooling and unit tests. Disabled one max pooling test, needs further investigation, by
2021-02-19 10:08:47 -0800
09679975
(refs/pull/758/head)
Added 1D pooling APIs and unit tests. Added 2D global max pooling and unit tests. Disabled one max pooling test, needs further investigation, by
2021-02-19 10:08:47 -0800
edc08c47
Merge pull request #1 from SciSharp/master by
2021-02-19 09:52:48 -0800
e1b1fafb
Adding subset of text preprocessing Keras APis and unit tests. by
2021-02-19 09:06:58 -0800
510692ad
(refs/pull/757/head)
Adding subset of text preprocessing Keras APis and unit tests. by
2021-02-19 09:06:58 -0800
89097610
Update MNIST.cs by
2021-02-18 11:01:44 +0200
c1919ff9
(refs/pull/753/head)
Update MNIST.cs by
2021-02-18 11:01:44 +0200
d3e85fe8
Pass named args to RandomShuffle; seed handling more simular to python by
2021-02-18 09:35:40 +0100
e5b40b0d
Add global_seed to context by
2021-02-17 10:54:47 +0100
f5a35517
Refactor RunInAutoMode2. by
2021-02-14 16:57:05 -0600
90638a83
TextVectorization by
2021-02-14 11:51:55 -0600
ac53791c
Upgrade to SciSharp.TensorFlow.Redist v2.4.1 by
2021-02-13 14:27:16 -0600
9d21faca
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2021-02-13 08:16:43 -0600
4ef675fa
Consolidate MapDataset function. by
2021-02-13 08:15:08 -0600
28601395
Remove Range due to confilict. by
2021-02-13 08:13:36 -0600
ad6ad849
Align with tensorflow v2.4.1 by
2021-02-13 08:10:39 -0600
49cbae05
Fix sign function in eager mode by
2021-02-10 16:26:37 +0100
cc2367d4
(refs/pull/748/head)
Fix sign function in eager mode by
2021-02-10 16:26:37 +0100
fb903d87
Add random seed test to help reproduce training by
2021-02-08 18:13:50 +0800
78d17dea
(refs/pull/745/head)
Add random seed test to help reproduce training by
2021-02-08 18:13:50 +0800
6a8665f1
Add Conv2DTranspose #735 by
2021-02-07 23:15:57 -0600
cfffc688
(tag: yolov3)
Add C API for TF_StringInit. by
2021-02-06 08:43:38 -0600
3a186fcf
(refs/pull/756/head)
Modernized the formatting of a slice string. by
2021-02-01 15:26:06 -0800
a6fb6618
Merge branch 'master' of https://github.com/NiklasGustafsson/TensorFlow.NET by
2021-02-01 15:21:52 -0800
19f38052
Adding some activation layers. by
2021-02-01 15:21:47 -0800
003a4b13
Merge pull request #1 from SciSharp/master by
2021-02-01 15:19:55 -0800
c36d3707
Add TensorFlowOpLayer's predict and fit test by
2021-02-01 21:14:57 +0800
178cdbc3
Add verbose function by
2021-02-01 20:52:09 +0800
dfe8de91
(refs/pull/741/head)
Add TensorFlowOpLayer's predict and fit test by
2021-02-01 21:14:57 +0800
80c3aeaf
Add verbose function by
2021-02-01 20:52:09 +0800
d89609a4
Blank SimpleRNN and test for it by
2021-02-01 03:58:59 +0300
e8773462
(refs/pull/740/head)
Blank SimpleRNN and test for it by
2021-02-01 03:58:59 +0300
5801566a
Keras layer activations fix by
2021-01-31 20:33:57 +0300
7e7e2aae
(refs/pull/739/head)
Keras layer activations fix by
2021-01-31 20:33:57 +0300
c8643c42
Add tf.math.erf #738 by
2021-01-30 17:16:30 -0600
47f953b9
Merge pull request #736 from MPnoy/ones_like-fix by
2021-01-30 05:55:45 -0600
a11cb717
(refs/pull/736/head)
Merge branch 'master' into ones_like-fix by
2021-01-30 05:34:01 -0600
26a04bd0
Add Subtract layer. by
2021-01-30 04:22:40 -0600
e661b82e
Fix ones_like. by
2021-01-30 04:21:40 -0600
901d5747
Expose learning_rate property in Optimizer. by
2021-01-30 04:16:46 -0600
4bc1dc7f
Removed pragma disabling a warning about unreachable code. by
2021-01-29 16:32:59 -0800
a8436f30
Added unit test for padding larger than the longest sequence. by
2021-01-29 16:16:11 -0800
13be215f
Cleaned up defaulting the string analyzer in Tokenizer. by
2021-01-29 16:05:10 -0800
24699690
Revert IMDB dataset changes. by
2021-01-29 14:10:33 -0800
12f4f230
Implemented text_to_matrix() and unit tests. by
2021-01-29 13:58:18 -0800
11ffc645
Revert "Revert "Generalized Tokenizer argument types."" by
2021-01-29 11:47:49 -0800
a468cd4c
Revert "Generalized Tokenizer argument types." by
2021-01-29 11:46:44 -0800
d9465d8a
Generalized Tokenizer argument types. Added comments. Modified Unit tests. by
2021-01-29 11:46:15 -0800
0413e519
Adding more implementations to Tokenizer -- seq->text, pre-tokenized texts, etc. Added unit tests. by
2021-01-29 10:47:10 -0800
606dba81
Started implementation of Tokenizer(), as well as pad_sequences(). by
2021-01-29 09:19:08 -0800
bee3a10c
ones_like fix by
2021-01-28 23:36:28 +0300