Oceania2018
4c2090c470
FasterRCNNFeatureExtractor
6 years ago
Oceania2018
bffb9cdeb4
latest_checkpoint
6 years ago
Oceania2018
de3ecc8556
create_estimator_and_inputs
6 years ago
Oceania2018
67eeab0e73
add faster_rcnn_resnet101_voc07.config
6 years ago
Kerry Jiang
eb99b2a4a7
tried to implement RunConfig and RunConfigTest
6 years ago
Oceania2018
c8991d4f84
added ConfigUtil empty file.
6 years ago
Oceania2018
a2dade50fc
solve confilict.
6 years ago
Oceania2018
43febca3ea
added many not implemented interfaces for Object Detection API. #386
6 years ago
Eli Belash
83b9eb82af
MultithreadingTests.cs: Added unit-test for case #380
6 years ago
Eli Belash
ffa78bdd88
Added a model for unit testing
6 years ago
Oceania2018
a09b86e1df
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
6 years ago
Oceania2018
bbd76d5840
tensorflow.estimator
6 years ago
Haiping Chen
9e237a6733
Merge pull request #378 from SciSharp/unknown-dimension
Added support for unknown dimension #377
6 years ago
Oceania2018
269611bf86
change None to Unknown for TensorShape. Remove object[] construction.
6 years ago
Eli Belash
420e195aca
TensorShape: Added implicit conversions for object type.
6 years ago
Oceania2018
fa41aac14c
generated ObjectDetection related protos for tf.models.
6 years ago
Eli Belash
0c32b73fc1
tf.layers.flatten: Added and fixed special unit-test case.
6 years ago
Eli Belash
61c4317536
tf.layers.flatten: Added support for None dimension
6 years ago
Eli Belash
f7ef39cac8
tf.flayers: Added flatten
6 years ago
Oceania2018
389f7dd2e3
fix output dtype error for control_flow.ref_switch
6 years ago
Oceania2018
23a9fc9560
remove unnecessary code.
6 years ago
Oceania2018
1a025e6223
add moving_averages, fix ExponentialMovingAverage
6 years ago
Eli Belash
a4bede55db
MultithreadingTests: Added TF_GraphOperationByName unit test
6 years ago
Haiping
2c1edcbbce
Merge pull request #375 from SciSharp/autocast-tensor
Added transparent dtype conversion to feed_dict
6 years ago
Oceania2018
f1b7e1182a
yolo.build_nework() #359
6 years ago
Eli Belash
4d8ae9a396
Added unit-tests for autocasting mechanism.
6 years ago
Eli Belash
00830b8e0b
TensorFlowNET.UnitTest: Added FluentExtensions from NumSharp
6 years ago
Oceania2018
b1bd05c1a1
Expose tf.shape() API.
6 years ago
Oceania2018
b1a0bf600e
update change log.
6 years ago
Oceania2018
830bb59c2f
Merge branch 'multithreading'
6 years ago
Oceania2018
38f1a10534
Finish backbone.darknet53() for YOLOv3. #360
6 years ago
Eli Belash
1272a60198
Changed all urls of tf.org to tensorflow.org
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
5d046071ee
MultiThreadedUnitTestExecuter: Fixed exception throwing.
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
Oceania2018
876275495e
add tf.pad() to pads a tensor.
6 years ago
Eli Belash
70c877d18f
gradients_utils: minor changes
6 years ago
Eli Belash
f27b0c892f
Graph, Session: defaulting was changed to thread-wide using ThreadLocal<T>
6 years ago
Eli Belash
3578c35945
TensorFlowNET.UnitTest: Upgraded to LangVersion - Latest.
6 years ago
Eli Belash
44d58bcd3c
MultiThreadedUnitTestEvaluator: Fixed when using ThreadCount==1
Set all methods inside as Hidden
6 years ago
Eli Belash
70a90e5aa7
TensorflowNET.UnitTest: Added MultiThreadedUnitTestExecuter
6 years ago
Eli Belash
a039e64f86
TensorflowNET.UnitTest: Added PrivateObject
6 years ago
Eli Belash
e56164de00
BaseSession: revamped fetchValue (perf-op)
6 years ago
Eli Belash
621ffffa3e
TensorflowNET.UnitTest: Added FluentAssertions package
6 years ago
Eli Belash
02d75dfb7f
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
6 years ago
Oceania2018
4aee841ab3
Finish RandomNormal.call().
Override TensorShape.ToString().
6 years ago
Oceania2018
da8f66c0c0
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
6 years ago
Oceania2018
ecbda0cdb9
add RefVariable.read_value()
6 years ago
Eli Belash
c7bc4dd19e
NeuralNetXor: Changed activation to tanh
6 years ago