Oceania2018
2f3bd61b1b
GradientActor
5 years ago
Oceania2018
776486527b
eager Tape test
5 years ago
Oceania2018
e93f112ef0
tf.Variable() in eager mode
5 years ago
Oceania2018
232ba8dad2
fix sign
5 years ago
Oceania2018
8b5ef9c9a1
AddV2
5 years ago
Oceania2018
11017d4f14
add SmartBroadcastGradientArgs
5 years ago
Oceania2018
cf8465e6b7
_SliceGrad #463
6 years ago
Oceania2018
991b8702c3
Calling RegisterGradientFunction too early #464
6 years ago
Alexander Mishunin
b6e0c4f1c7
A few automatic differentiation fixes
6 years ago
Oceania2018
42ba8b6233
Add array_grad._SplitGrad()
6 years ago
Oceania2018
3090e45837
v0.12 released
6 years ago
Oceania2018
ad250d0c79
implement _SwitchGrad when merge_grad is not null.
6 years ago
Oceania2018
59b7eb0365
MaybeCreateControlFlowState
6 years ago
Oceania2018
a8a515682e
_SwitchGrad
6 years ago
Oceania2018
c8a61b21d5
_UpdatePendingAndEnqueueReady
6 years ago
Oceania2018
5a414f0ddc
add CumsumGrad, BroadcastToGrad
6 years ago
Oceania2018
70df2bbbb7
Start to train Yolo #359
6 years ago
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
5c891eaa49
make get_collection<T> generic.
6 years ago
Oceania2018
d857df1216
fix unassigned shape #406
6 years ago
Oceania2018
a3025f674b
fix _ShapesFullySpecifiedAndEqual
6 years ago
Oceania2018
75ae2e9e09
RegisterNoGradient, LookupError
6 years ago
Oceania2018
71dd19d159
add grad for LeakyRelu.
6 years ago
Oceania2018
740c2db003
length issue in _ShapesFullySpecifiedAndEqual
6 years ago
Eli Belash
70c877d18f
gradients_utils: minor changes
6 years ago
Oceania2018
226720dd88
Merge Tensorflow.Python into Tensorflow.Binding.
6 years ago
Oceania2018
67a58b3eac
change tensorflow to non-static class in order to execute some initialization.
6 years ago
Sattisvar TANDABANY
235bad2575
StopGradient: Adding basic gradient for stop_gradient function. ( #357 )
6 years ago
Oceania2018
a89c9aba34
rename with to tf_with, only use to construct graph purpose.
6 years ago
Oceania2018
6ac66516ef
fix strided_slice_grad type convention error. #307
6 years ago
Antonio
46ec8e561d
Adding new ctor for `Session` ( #309 )
Meant to be a shortcut to directly set some basic configuration.
E.g.
```
var sessionOptions = new SessionOptions();
sessionOptions.SetConfig(new ConfigProto
{
LogDevicePlacement = true,
InterOpParallelismThreads = 4,
GpuOptions = new GPUOptions
{
AllowGrowth = true,
PerProcessGpuMemoryFraction = 0.12
}
});
var session = tf.Session(sessionOptions);
```
Adding `AbsGrad`
To be aligned with Tensorflow, introducing also `Sign` operation
and its gradient.
6 years ago
Oceania2018
654fc76d0c
fix gradients parameters issue.
6 years ago
Oceania2018
99bd08b1da
fix object reference issue for _AggregatedGrads #303
6 years ago
Oceania2018
4a367470b6
Add _StridedSliceGrad, _StridedSliceGradGrad, tf.math.lgamma
6 years ago
Johann Dirry
0e9aeafad5
removing unused namespaces ( #301 )
* removing unused namespaces
* implementing Tensor to scalar and scalar to tensor conversions
6 years ago
Antonio
c616eea1e8
Adding `BatchMatMul` gradient ( #304 )
Unit testing the gradient too.
6 years ago
Oceania2018
7950e8e9e4
apply the Apache License boilerplate notice at the top of every single file.
6 years ago
Antonio Cifonelli
0f4cb1aedb
Add `BatchMatMul` operation
Adding the `BatchMatMul` operation.
Expanding `BasicOperations` to test the new operation.
6 years ago
Oceania2018
89f305ca08
fix shape issue for IndexedSlice
6 years ago
Oceania2018
93eb56e5a3
add apply_adam, _apply_dense for Adam. #271
6 years ago
Oceania2018
efa28d4f65
Add a Tag to Tensor, Fixed Tensor Slice, AdamOptimizer #271
6 years ago
Oceania2018
16da1c26ee
add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices
6 years ago
Oceania2018
512f3ce4e9
add _MinOrMaxGrad and _MaximumMinimumGrad
6 years ago
Oceania2018
fed0550c12
fix rank_internal, add gradients_util
6 years ago
Oceania2018
8e2e31cc67
add Gradient for GatherV2, MaxPool, op.
6 years ago
Oceania2018
13189451f7
Gradient function for Conv2D
6 years ago
Oceania2018
f13e35d760
extend gradient function capability.
6 years ago
Oceania2018
b357cad63c
fix -1 index for _ConcatGradHelper
6 years ago