Oceania2018
|
ea3fc6ade2
|
organize keras files.
|
4 years ago |
Oceania2018
|
db94e67d0d
|
Add console logger.
|
4 years ago |
Oceania2018
|
ba490102c1
|
clean code.
|
4 years ago |
Oceania2018
|
d4f1c349bc
|
fix _apply_dense for Optimizer.
|
5 years ago |
Oceania2018
|
de2383162b
|
tf.keras.layers #355
|
5 years ago |
Oceania2018
|
e2f7be6d43
|
InputLayer for Keras.
|
5 years ago |
Oceania2018
|
29042df369
|
add VariableArgs.
|
5 years ago |
Oceania2018
|
7d2d186fe3
|
Use shared status object.
|
5 years ago |
Oceania2018
|
6989cb1ce5
|
Add EagerRunner to fix memory leak and exception.
|
5 years ago |
Oceania2018
|
56a9661101
|
restore to use wrap_tfe_src.TFE_FastPathExecute.
|
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
|
86618e49c9
|
SGD works.
|
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
|
15bcc7249b
|
basic gradient works and switch to r2.2 native.
|
5 years ago |
Oceania2018
|
e93f112ef0
|
tf.Variable() in eager mode
|
5 years ago |
Oceania2018
|
e80295711b
|
eager for tf.relu, tf.tanh and tf.sigmoid
|
5 years ago |
Oceania2018
|
4893331bc5
|
Rename IObjectLife to ITensorFlowObject
|
5 years ago |
Eli Belash
|
448246b96b
|
Supported for forced singlethreading
- Separated multithreading related methods to classname.threading.cs partial file
- ops: Added enforce_singlethreading(), enforce_multithreading()
|
5 years ago |
Eli Belash
|
c2b2c255d5
|
Added tf.get_default_session()
|
5 years ago |
Oceania2018
|
07f70f9425
|
WhileContext BuildLoop
|
6 years ago |
Oceania2018
|
4531883114
|
change RefVariable to VariableV1
|
6 years ago |
Oceania2018
|
717f7143a6
|
define gamma and beta as VariableV1
|
6 years ago |
Eli Belash
|
7a828c0d1f
|
Fixed #398, Recusive defualt session factory
|
6 years ago |
Oceania2018
|
a5bb191a1d
|
add tf.FIFOQueue and docs updated.
|
6 years ago |
Eli Belash
|
f27b0c892f
|
Graph, Session: defaulting was changed to thread-wide using ThreadLocal<T>
|
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 |
Oceania2018
|
e1db2baca7
|
common.convolutional, residual_block #359
|
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 |