Oceania2018
|
ba8b0f37af
|
add disable_eager_execution, clean unit test.
|
5 years ago |
Sam Harwell
|
caae2dbd66
|
Implement SafeBufferHandle as a wrapper for TF_Buffer
|
5 years ago |
Sam Harwell
|
6b48c0d208
|
Merge remote-tracking branch 'SciSharp/master' into safe-status-handle
|
5 years ago |
Oceania2018
|
7d2d186fe3
|
Use shared status object.
|
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
|
6556c16a80
|
Add eager of truncated_normal, tanh and squeeze.
|
5 years ago |
Oceania2018
|
fe76c9c877
|
Add ResourceVariable native api.
|
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
|
08224a9a93
|
Add implicitation for Operation to RefVariable
|
5 years ago |
Oceania2018
|
232ba8dad2
|
fix sign
|
5 years ago |
Oceania2018
|
8b5ef9c9a1
|
AddV2
|
5 years ago |
Sam Harwell
|
a3795c880a
|
Renormalize all files
|
5 years ago |
Oceania2018
|
cad766bcd5
|
remove estimator.
|
5 years ago |
Oceania2018
|
5808e34ff7
|
fixed Repeated Abs name #442
|
5 years ago |
Oceania2018
|
fa4a931d5a
|
fix Incompatible shapes for node define_loss/bigger_box_loss/mul_13 #424
|
5 years ago |
Oceania2018
|
ad250d0c79
|
implement _SwitchGrad when merge_grad is not null.
|
6 years ago |
Oceania2018
|
efed25863a
|
WhileContext
|
6 years ago |
Oceania2018
|
5ee46e494a
|
tf.while_loop #348
|
6 years ago |
Oceania2018
|
ded16ea82f
|
BatchNormalization return tuple for call
|
6 years ago |
Oceania2018
|
a65d881213
|
CheckInputFromValidContext
|
6 years ago |
Oceania2018
|
27ab492cad
|
change to Newtonsoft.Json.
|
6 years ago |
Oceania2018
|
e9d2e90280
|
SERIALIZABLE_
|
6 years ago |
Oceania2018
|
66eddd6ba7
|
add debug info
|
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
|
389f7dd2e3
|
fix output dtype error for control_flow.ref_switch
|
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 |
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 |
Oceania2018
|
8a50673baa
|
Make Graph inherits from DisposableObject.
|
6 years ago |
Oceania2018
|
3d085c4e73
|
exception when OpType handle is zero.
|
6 years ago |
Oceania2018
|
c12b5b9d58
|
Removed shared Status instance in Operation.
|
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 |
Oceania2018
|
7950e8e9e4
|
apply the Apache License boilerplate notice at the top of every single file.
|
6 years ago |
Oceania2018
|
bf3d1e969c
|
Whooray, finally make AdamOptimizer work as expected.
|
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 |
haiping008
|
cc0b994d8c
|
rollback object detection example.
|
6 years ago |
Oceania2018
|
6a1ed38e02
|
fix #229
|
6 years ago |
Oceania2018
|
d65c0d3ec7
|
add api of AddControlInput
|
6 years ago |
Oceania2018
|
44316321cf
|
merge with
|
6 years ago |
Oceania2018
|
04394f2948
|
add more debug code
|
6 years ago |
Meinrad Recheis
|
fe3440f2f9
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# src/TensorFlowNET.Core/Operations/Operation.cs
# test/TensorFlowNET.UnitTest/PythonTest.cs
# test/TensorFlowNET.UnitTest/control_flow_ops_test/CondTestCases.cs
|
6 years ago |
Oceania2018
|
f4067f28f7
|
tf.train.import_meta_graph can import CondContext.
|
6 years ago |
Oceania2018
|
5627443b7e
|
change tf.math.multiply, math.add to generic.
|
6 years ago |
Meinrad Recheis
|
33c4a9a45a
|
Operation: _update_inputs works now
|
6 years ago |
Oceania2018
|
6fc9add863
|
Fixed Node 57, but node 61 still error. #226
|
6 years ago |
Meinrad Recheis
|
efe5ef24b9
|
finally fixed TestCond test case
|
6 years ago |