Oceania2018
|
9edada5abc
|
fix Tensor set_shape()
|
6 years ago |
Oceania2018
|
58d714badd
|
add _ResizeNearestNeighborGrad and _SwitchGrad
|
6 years ago |
Oceania2018
|
9e414f4aa6
|
add _FusedBatchNormGrad
|
6 years ago |
Oceania2018
|
66f7e6d87f
|
Can't get Output Context fixed #411
|
6 years ago |
Oceania2018
|
5c891eaa49
|
make get_collection<T> generic.
|
6 years ago |
Oceania2018
|
22c9e82129
|
map_fn WIP
|
6 years ago |
Oceania2018
|
8a3a16b72f
|
resove conflict.
|
6 years ago |
Oceania2018
|
75ae2e9e09
|
RegisterNoGradient, LookupError
|
6 years ago |
Oceania2018
|
8b0e5cfca2
|
added RandomShuffleQueue and docs updated.
|
6 years ago |
Oceania2018
|
a596dbe990
|
tf.PriorityQueue, Protobuf.TextFormat
|
6 years ago |
Oceania2018
|
71dd19d159
|
add grad for LeakyRelu.
|
6 years ago |
Oceania2018
|
a5bb191a1d
|
add tf.FIFOQueue and docs updated.
|
6 years ago |
Oceania2018
|
0ece29177e
|
tf.PaddingFIFOQueue #396
|
6 years ago |
Oceania2018
|
f1a3881aff
|
tf.boolean_mask #396
|
6 years ago |
Oceania2018
|
6c6c8c4442
|
tf.batch_to_space_nd #396
|
6 years ago |
Oceania2018
|
c88d190a59
|
tf.reverse #396
|
6 years ago |
Oceania2018
|
89171c6620
|
tf.check_numerics #396
|
6 years ago |
Oceania2018
|
f61e260bfe
|
tf.reduce_any #396
|
6 years ago |
Oceania2018
|
f378640618
|
tf.random_shuffle #396
|
6 years ago |
Oceania2018
|
060cc37dd4
|
tf.sparse_tensor_to_dense, TensorShape.merge_with #396
|
6 years ago |
Oceania2018
|
1e5018334e
|
tf.sparse_to_dense #396
|
6 years ago |
Oceania2018
|
18b22f51e1
|
assert_equal #396
|
6 years ago |
Oceania2018
|
4c819234d0
|
tf.stack
|
6 years ago |
Oceania2018
|
dbfdddde85
|
tf.unstack
|
6 years ago |
Oceania2018
|
9b9a25c712
|
_create_and_assert_global_step
|
6 years ago |
Eli Belash
|
074d06dc7f
|
Added all keras activations
|
6 years ago |
Eli Belash
|
fbf69c0bf0
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
6 years ago |
Eli Belash
|
9a1319766c
|
nn_ops: added softmax(Tensor logits, int axis = -1, string name = null)
|
6 years ago |
Oceania2018
|
389f7dd2e3
|
fix output dtype error for control_flow.ref_switch
|
6 years ago |
Oceania2018
|
1a025e6223
|
add moving_averages, fix ExponentialMovingAverage
|
6 years ago |
Oceania2018
|
f1b7e1182a
|
yolo.build_nework() #359
|
6 years ago |
Oceania2018
|
8f258c533e
|
tf.sigmoid_cross_entropy_with_logits
|
6 years ago |
Oceania2018
|
e9feec45a5
|
Resize images to size using nearest neighbor interpolation.
|
6 years ago |
Oceania2018
|
b1bd05c1a1
|
Expose tf.shape() API.
|
6 years ago |
Oceania2018
|
830bb59c2f
|
Merge branch 'multithreading'
|
6 years ago |
Oceania2018
|
6badc99b88
|
Initializer that generates tensors with constant values with tf.constant_initializer().
|
6 years ago |
Eli Belash
|
1272a60198
|
Changed all urls of tf.org to tensorflow.org
|
6 years ago |
Eli Belash
|
2259eb5196
|
Added process-wide locks to non-threadsafe calls. Added unit tests.
- Ignored all unit tests related to CSession as it does not use TF.NET's api directly and unable to be tested with other tests parallely.
|
6 years ago |
Oceania2018
|
876275495e
|
add tf.pad() to pads a tensor.
|
6 years ago |
Oceania2018
|
116f21728c
|
fix gen_nn_ops.fused_batch_norm return values.
|
6 years ago |
Oceania2018
|
05b3172ddf
|
fix name for array_ops.ones
|
6 years ago |
Oceania2018
|
e867a67203
|
fix name_scope for random_normal
|
6 years ago |
Oceania2018
|
4aee841ab3
|
Finish RandomNormal.call().
Override TensorShape.ToString().
|
6 years ago |
Haiping
|
af73e3cb26
|
Merge pull request #366 from SciSharp/perf-ops
Performance optimization, refactoring and revamping.
|
6 years ago |
Eli Belash
|
9d6525ef9f
|
Buffer: Revamped and all perf-optted all use-cases.
- Fixed all test cases to use using(Buffer)
- Fixed all test cases to explicitly specify session
|
6 years ago |
Eli Belash
|
bd18f5db17
|
Removed all use-cases of Marshal.PtrToStructure in favor of unsafe ptrs.
|
6 years ago |
Oceania2018
|
9d90d74ddd
|
add tf.image.decode_image #350
|
6 years ago |
Oceania2018
|
f004ab6f69
|
reorganize image class.
|
6 years ago |
Oceania2018
|
e8ff9f03d3
|
add tf.random_normal_initializer
|
6 years ago |
Oceania2018
|
202da1f3ba
|
add tf.nn.leaky_relu
|
6 years ago |