725ec1e5
Optimize imdb.load_data by
2023-09-18 03:05:00 -0500
74afa143
Merge pull request #1176 from lingbai-kong/ndarrayload by
2023-09-18 02:45:04 -0500
56e38915
(refs/pull/1176/head)
improve unpickler speed with BufferedStream by
2023-09-18 14:21:09 +0800
c814fe12
Merge pull request #1175 from lingbai-kong/ndarrayload by
2023-09-15 14:39:00 -0500
eb49be09
Merge pull request #1173 from novikov-alexander/alnovi/gradient_tests by
2023-09-15 14:37:25 -0500
57feb65d
(refs/pull/1173/head)
comment IndexedSlices test by
2023-09-15 14:57:48 +0000
628b2ce7
(refs/pull/1175/head)
optimize temporal complexity of Imdb dataset loader by
2023-09-15 20:36:52 +0800
a9dad3ce
fixme labels by
2023-09-14 15:47:39 +0000
adef5bcd
gradient tests by
2023-09-14 15:37:16 +0000
9ddff699
Merge pull request #1172 from novikov-alexander/alnovi/cached_session by
2023-09-14 07:19:58 -0500
9d71cad9
(refs/pull/1172/head)
using and no IEnumerable by
2023-09-14 11:21:18 +0000
ae50fa93
fix fleaky test boundary continue by
2023-09-14 03:58:15 +0000
c33a3a74
cached_session for graph tests by
2023-09-13 17:18:43 +0000
a91e3588
Merge pull request #1171 from asaf92/patch-1 by
2023-09-13 03:19:59 -0500
11428288
(refs/pull/1171/head)
fix: model does not stop on stop_training == true by
2023-09-10 18:09:38 +0300
179c3f02
Merge pull request #1169 from lingbai-kong/ndarrayload by
2023-09-09 10:49:45 -0500
f57a6fe6
(refs/pull/1169/head)
optimize the time complexity of Imdb dataset loader by
2023-09-09 18:31:46 +0800
28c77f53
implement Imdb dataset loader by
2023-09-08 17:38:54 +0800
10f6819f
Merge branch 'master' into ndarrayload by
2023-09-08 13:26:15 +0800
ea978bbf
optimize code structure of reconstruction ndarray from pickled npy file by
2023-09-07 21:33:29 +0800
9d10daf3
add reconstruction and setstate of NDArray for loading pickled npy file. by
2023-09-06 23:12:00 +0800
70d681c0
Merge pull request #1168 from Wanglongzhi2001/master by
2023-09-03 11:40:10 -0500
7b077eac
(refs/pull/1168/head)
feat: implement GRU layer by
2023-09-04 00:05:22 +0800
ba1ddb44
Set SGD default value. by
2023-08-26 11:20:12 -0500
b18343ca
Merge pull request #1165 from lingbai-kong/imdbfix by
2023-08-26 08:51:00 -0500
fed53f1f
Merge pull request #1164 from Wanglongzhi2001/master by
2023-08-26 08:50:32 -0500
8e3ba22c
(refs/pull/1165/head)
fix: validate dataset of `Imdb` do not load bug & add: custom `Imdb` path by
2023-08-26 16:29:28 +0800
f679af67
(refs/pull/1164/head)
fix: partially fix the bug of load_model by
2023-08-26 11:36:41 +0800
f5eb4ff0
fix: partially fix the bug of load_model by
2023-08-26 10:35:45 +0800
adeed05f
Merge pull request #1162 from Wanglongzhi2001/master by
2023-07-29 08:05:16 -0500
6d3f1346
(refs/pull/1162/head)
fix: remove the reflection in the implemention of Bidirectional by
2023-07-29 15:48:13 +0800
48403a55
Merge pull request #1161 from Wanglongzhi2001/master by
2023-07-28 22:01:43 -0500
f3b3d8be
(refs/pull/1161/head)
fix: add the momentum parameter's implemention of SGD by
2023-07-28 12:42:11 +0800
515d5458
(refs/pull/1158/merge)
Merge 81e25e8fb6
into 7fec40b8e5
by
2023-07-27 11:07:56 +0000
81e25e8f
(refs/pull/1158/head)
Merge branch 'master' of https://github.com/dogvane/TensorFlow.NET by
2023-07-27 19:07:41 +0800
ef314853
Merge branch 'SciSharp:master' into master by
2023-07-26 22:39:34 +0800
538c7cef
Merge remote-tracking branch 'remotes/origin/save_img' by
2023-07-27 19:05:59 +0800
77c3f6fb
Merge branch 'save_img' of https://github.com/dogvane/TensorFlow.NET by
2023-07-27 19:01:09 +0800
960b0ab3
Merge branch 'SciSharp:master' into master by
2023-07-26 22:39:34 +0800
14e62f2b
Merge branch 'save_img' of https://github.com/dogvane/TensorFlow.NET by
2023-07-27 19:01:09 +0800
f78b8c9e
(refs/pull/1160/merge)
Merge f99c9be949
into 7fec40b8e5
by
2023-07-26 14:39:59 +0000
32e540f6
Merge branch 'SciSharp:master' into master by
2023-07-26 22:39:34 +0800
f99c9be9
(refs/pull/1160/head)
add image save as jpg and png funcion and testunit by
2023-07-26 22:37:32 +0800
7fec40b8
Merge pull request #1159 from Wanglongzhi2001/master by
2023-07-26 05:05:08 -0500
005476cb
(refs/pull/1159/head)
fix: add the gradient of the tf.gradient opr by
2023-07-26 15:31:06 +0800
2041d7ef
add tf.reverse_v2 function tf.reverse param2 is "dims" type DT_BOOL, tf.reverse_v2 params2 is "axis" type Tidx by
2023-07-26 15:16:49 +0800
ab7b986c
Merge pull request #1157 from Wanglongzhi2001/master by
2023-07-24 11:51:39 -0500
3273cbc7
(refs/pull/1157/head)
fix: fix ci error by
2023-07-25 00:09:50 +0800
b0ce73ca
feat: add adjust_contrast, adjust_hue, combined_non_max_suppression, crop_and_resize image oprs by
2023-07-24 23:38:58 +0800
a5fdaf4f
Merge pull request #1155 from Wanglongzhi2001/master by
2023-07-22 06:05:42 -0500
5e60a13f
Merge pull request #1154 from Beacontownfc/mybranch3 by
2023-07-22 06:05:26 -0500
482899ea
(refs/pull/1155/head)
fix: revise np.amin, np.amax and add np.argmin by
2023-07-22 15:03:50 +0800
8b17b14f
(refs/pull/1154/head)
Update hdf5_format.cs by
2023-07-22 14:34:08 +0800
05dbe134
Update hdf5_format.cs by
2023-07-22 14:32:33 +0800
737910df
Fix: model.load_weights by
2023-07-22 14:23:08 +0800
fa2d2dcf
Merge pull request #1149 from Wanglongzhi2001/master by
2023-07-18 19:15:07 -0500
0c9437af
(refs/pull/1149/head)
feat: add Bidirectional layer by
2023-07-18 23:31:45 +0800
fa5d19dc
fix unit test. by
2023-07-18 07:08:39 -0500
03472997
Fix tf.reverse. by
2023-07-18 07:01:51 -0500
6ec39ba3
Fix inferred_value of KerasTensor. #1142 by
2023-07-16 21:17:40 -0500
12e3f549
Merge pull request #1148 from Wanglongzhi2001/master by
2023-07-14 12:05:18 -0500
f6f792aa
(refs/pull/1148/head)
Merge branch 'SciSharp:master' into master by
2023-07-14 23:38:04 +0800
3bef87ae
fix: make the initialization of the layer's name correct by
2023-07-14 23:36:12 +0800
dffc4653
Merge pull request #1146 from Wanglongzhi2001/master by
2023-07-14 07:57:16 -0500
03b44c3b
(refs/pull/1146/head)
ignore the LSTMLoad test by
2023-07-14 18:39:58 +0800
7b26d669
Adjust location of KerasTensor. by
2023-07-13 12:59:44 -0500
d452d8c2
Merge pull request #1144 from Wanglongzhi2001/master by
2023-07-13 12:28:52 -0500
68772b2c
(refs/pull/1144/head)
fix: use git add --renormalize to make model files binary by
2023-07-13 22:51:49 +0800
d9c97a46
Merge branch 'SciSharp:master' into master by
2023-07-13 22:42:59 +0800
3006c86d
Merge pull request #1145 from dogvane/master by
2023-07-13 07:12:42 -0500
0cc25fbc
(refs/pull/1145/head)
Add a function(get_classification_statistics) to count the number of label categories for the image_dataset_from_directory method. by
2023-07-12 17:00:16 +0800
7cd82928
fix per_image_standardization run bug by
2023-07-12 16:58:25 +0800
9c949e33
refactor: refactor LSTMLoad test by
2023-07-11 23:44:42 +0800
b27ccca8
fix:fix the bug of load LSTM model by
2023-07-11 22:40:30 +0800
ed1a8d2e
Add shape and dtype to KerasTensor by
2023-07-10 23:00:26 -0500
70f873ec
Initially adding KerasTensor. #1142 by
2023-07-10 15:02:39 -0500
6dd15f73
Merge pull request #1143 from dogvane/master by
2023-07-10 14:42:02 -0500
f56811d0
(refs/pull/1143/head)
fix flip_left_right run bug by
2023-07-11 02:31:32 +0800
b2fe5ca0
Fix LSTM crash in release mode. by
2023-07-09 15:35:23 -0500
9cd86812
Merge pull request #1140 from dogvane/master by
2023-07-09 14:01:07 -0500
7165304f
(refs/pull/1140/head)
add a fucntion to cover a folder to a image classes dataset. by
2023-07-10 00:53:55 +0800
fa213eb5
change "bool training" => "bool? training" the bool to tensor has a bug, if in init the training is False, the program not start. by
2023-07-10 00:52:15 +0800
b968fd79
add avg_pool_grad function by
2023-07-10 00:41:23 +0800
8574881c
Merge pull request #1139 from BalashovK/master by
2023-07-08 22:30:29 -0500
5f64a0fa
(refs/pull/1139/head)
Merge branch 'master' of https://github.com/BalashovK/TensorFlow.NET by
2023-07-08 18:31:56 -0700
4b8e63bb
fix: exp moved to tf.math.cs by
2023-07-08 15:39:08 -0700
f01558b6
exp moved to tf.math.cs by
2023-07-08 15:39:08 -0700
a95005fe
Merge pull request #1137 from Beacontownfc/mybranch2 by
2023-07-07 22:57:50 -0500
992bf55d
(refs/pull/1137/head)
fix load_weights by
2023-07-08 02:39:06 +0000
42e8b046
Release v0.110.1. by
2023-07-07 21:25:41 -0500
eac68ff0
Merge pull request #1136 from Beacontownfc/mybranch by
2023-07-06 21:10:00 -0500
cc6ddc14
(refs/pull/1136/head)
Add AdamW optimizer by
2023-07-07 00:33:41 +0000
6862d3a0
Add AdamW optimizer by
2023-07-07 00:25:38 +0000
fac48f56
Merge pull request #1132 from lingbai-kong/EinsumGrad by
2023-07-05 19:29:30 -0500
f026963a
(refs/pull/1132/head)
add EinsumGrad by
2023-07-05 21:46:50 +0800
adc90af2
Merge pull request #1129 from Beacontownfc/mybranch3 by
2023-07-03 16:06:53 -0500
a76cd67d
(refs/pull/1129/head)
fix some api's bug by
2023-07-03 13:26:45 +0000
dfd9dd0d
Merge pull request #1126 from lingbai-kong/parse_imdb by
2023-07-01 06:51:06 -0500
4efa0a88
(refs/pull/1126/head)
add pad preprocessing for `imdb` dataset by
2023-07-01 13:44:54 +0800
3acfc1dc
tf.math.reduce_euclidean_norm by
2023-06-30 12:50:16 -0500