Eli Belash
|
d23eed0c34
|
Session.LoadFromSavedModel: Prevent optimization
|
6 years ago |
Eli Belash
|
da70cdc790
|
Session.LoadFromSavedModel: Added fallback for non-absolute path
|
6 years ago |
Eli Belash
|
dc4a4c22d8
|
Session.LoadFromSavedModel: Removed redundant .as_default() call.
|
6 years ago |
Eli Belash
|
b2512954bf
|
Session: LoadFromSavedModel Fixed multithreading issue and added as_default() to the created session, fixed #380
|
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
|
f27b0c892f
|
Graph, Session: defaulting was changed to thread-wide using ThreadLocal<T>
|
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 |
Oceania2018
|
8a50673baa
|
Make Graph inherits from DisposableObject.
|
6 years ago |
Oceania2018
|
b06b09932e
|
add DisposableObject as base class.
|
6 years ago |
Oceania2018
|
2c8771429c
|
release v0.10.7.2.
|
6 years ago |
Oceania2018
|
33d82e8817
|
GC.SuppressFinalize for TF object.
|
6 years ago |
Oceania2018
|
a8aac8d0b8
|
fix default graph and operation issue when import model.
|
6 years ago |
Oceania2018
|
ae22b6d2b2
|
Fixed Session.LoadFromSavedModel(), Found accuracy regression for Logistic Regression.
|
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
|
a5d2aa950f
|
#247
|
6 years ago |
pkingwsd
|
8bf4edb713
|
fix call sessionoptions issue
|
6 years ago |
Meinrad Recheis
|
c997c729a0
|
more cond test cases: testCondTrue and testCondFalse
|
6 years ago |
Oceania2018
|
6507a5f91b
|
Finished InceptionV3 image recognition.
|
6 years ago |
Oceania2018
|
4eccba4cf5
|
add LoadFromSavedModel
|
6 years ago |
Oceania2018
|
f516966f34
|
#144
|
6 years ago |
Oceania2018
|
1b7003b2d3
|
Tensor.eval() #145
|
6 years ago |
Oceania2018
|
fbc836e24a
|
Fix BasicOperations error. #144
|
6 years ago |
haiping008
|
b3497f31f2
|
finished tf.zeros #143
|
6 years ago |
haiping008
|
62a2634b92
|
gen_math_ops.real_div
|
6 years ago |
Oceania2018
|
d7e04d5cb4
|
test string const
|
6 years ago |
Oceania2018
|
3536f6a2bd
|
test
|
6 years ago |
Oceania2018
|
c8f8806870
|
Session.Run works for two Scalar constants.
|
6 years ago |
Oceania2018
|
b084ae6dbf
|
reorganize file structure
|
6 years ago |