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
b252a07d29
BaseSession: Added transparent dtype conversion to feed_dict
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
a539b9fd12
Merge branch 'gc-deallocation' into multithreading
6 years ago
Eli Belash
e4e62dd988
Tensor: Rewrite Creation to fix heap corruption.
TensorTest: Added Unit tests for more coverage, reformatted file.
c_api.tensor: Added overloads for TF_NewTensor that does not have deallocator parameters.
BaseSession: Removed disposal immediately after TF_SessionRun call.
c_api.DeallocatorArgs: Added DeallocatorArgs.Empty
6 years ago
Eli Belash
f27b0c892f
Graph, Session: defaulting was changed to thread-wide using ThreadLocal<T>
6 years ago
Eli Belash
e56164de00
BaseSession: revamped fetchValue (perf-op)
6 years ago
Eli Belash
98c383ccd3
BaseSession: Perf-op
6 years ago
Eli Belash
6b2fa402c4
BaseSession: Reverted all changes
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
Eli Belash
bd18f5db17
Removed all use-cases of Marshal.PtrToStructure in favor of unsafe ptrs.
6 years ago
Eli Belash
fb7f4d42eb
FeedItem: Added deconstructor
6 years ago
Eli Belash
b5d1021f07
BaseSession.run: revamped validate and process feed_dict.
6 years ago
Eli Belash
916ebc53b2
BaseSession: Heavy perf-ops in sess.run logic-flow.
6 years ago
Oceania2018
672c923006
DisposableObject #362
6 years ago
Eli Belash
35360e9d5a
BaseSession: Added Session.run(ITensorOrOperation fetche, params FeedItem[] feed_dict)
6 years ago
Eli Belash
2129dbd675
Tensor perf-ops and cleanup, Revamped dtypes.cs, some renames.
- Cleanup and docs to all Tensor.cs files
- Changed all uses of System.Convert to NumSharp.Utilities.Converts
- Added all missing types in dtypes.cs
- Renamed tensor.Data<T> to tensor.ToArray<T>, added obsolete message
- Renamed tensor.Data() to tensor.BufferToArray(), added obsolete message
- Made GraphKeys to use const string instead allocating strings at every use of GraphKeys.
6 years ago
Eli Belash
c876be4a79
_FetchHandler: Switched to NPTypeCode
6 years ago
Eli Belash
891346e4e3
Refactored DisposableObject
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
caeb0e3050
overloade session.run(), make syntax simpler.
6 years ago
Oceania2018
1961e815e7
all examples passed, ready to merge to master.
6 years ago
Oceania2018
bba0dcf6b2
"HelloWorld" passed.
6 years ago
Oceania2018
a192d88c84
Object Detection pass.
6 years ago
Oceania2018
990e774e20
NeuralNetXor goes through.
6 years ago
Oceania2018
1bf44ece63
Logistic Regression can run but has accuracy and performance.
6 years ago
Oceania2018
07bed359b9
merge from master
6 years ago
Oceania2018
8a50673baa
Make Graph inherits from DisposableObject.
6 years ago
Oceania2018
d519ffb93d
remove duplicate code.
6 years ago
Oceania2018
f28693b34c
rename with to tf_with, only use to construct graph purpose.
6 years ago
Oceania2018
abdf4d815b
add DisposableObject as base class.
6 years ago
Oceania2018
a89c9aba34
rename with to tf_with, only use to construct graph purpose.
6 years ago
Oceania2018
40da3d7a61
add DisposableObject as base class.
6 years ago
Oceania2018
8178785b97
rename with to tf_with, only use to construct graph purpose.
6 years ago
Oceania2018
b06b09932e
add DisposableObject as base class.
6 years ago
Oceania2018
34ed75132f
release v0.10.7.2.
6 years ago
Oceania2018
0f26c7736b
GC.SuppressFinalize for TF object.
6 years ago
Oceania2018
6623162244
fix default graph and operation issue when import model.
6 years ago
Oceania2018
81c3da3399
Fixed Session.LoadFromSavedModel(), Found accuracy regression for Logistic Regression.
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
Oceania2018
4ca080e565
Hello World works.
6 years ago
Oceania2018
9ed2dd55f9
Basic Operations goes through.
6 years ago
Oceania2018
2b52e1142f
build_results can't go through at full_values.Add().
6 years ago