Sam Harwell
8f8b0fdaff
Merge remote-tracking branch 'SciSharp/master' into safe-status-handle
5 years ago
Oceania2018
6989cb1ce5
Add EagerRunner to fix memory leak and exception.
5 years ago
Sam Harwell
f7b84215c9
Merge remote-tracking branch 'SciSharp/master' into safe-status-handle
5 years ago
Sam Harwell
d123f44322
Merge remote-tracking branch 'SciSharp/master' into safe-status-handle
5 years ago
Oceania2018
c078ef6a9f
add EagerTensorPass and TensorManager.
5 years ago
Oceania2018
6556c16a80
Add eager of truncated_normal, tanh and squeeze.
5 years ago
Oceania2018
e3034fafa4
add Resolve() to gradient.
5 years ago
Oceania2018
4a74d8d044
add a GarbageCollector to address cross-runtime GC issue.
5 years ago
Oceania2018
3aa1cf9928
change parameter to BindingArray.
5 years ago
Oceania2018
2062ad09de
simple linear model in unit test.
5 years ago
Oceania2018
fe76c9c877
Add ResourceVariable native api.
5 years ago
Oceania2018
e2660303f1
fix _SumGrad, broadcast_gradient_args and real_div.
5 years ago
Oceania2018
ca6f8b2a46
TFE_TapeVariableAccessed
5 years ago
Oceania2018
15bcc7249b
basic gradient works and switch to r2.2 native.
5 years ago
Oceania2018
22d56abac8
add _pop_tape.
5 years ago
Oceania2018
2f3bd61b1b
GradientActor
5 years ago
Oceania2018
776486527b
eager Tape test
5 years ago
Sam Harwell
7a30362cdb
Implement SafeStatusHandle as a wrapper for TF_Status
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
5 years ago
Oceania2018
991b8702c3
Calling RegisterGradientFunction too early #464
5 years ago
Alexander Mishunin
b6e0c4f1c7
A few automatic differentiation fixes
5 years ago
Oceania2018
42ba8b6233
Add array_grad._SplitGrad()
5 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