Oceania2018
|
0b1a8d3c33
|
remove Python baseclass.
|
6 years ago |
Oceania2018
|
09266546bf
|
add EstimatorV2 and IEstimator.
|
6 years ago |
Kerry Jiang
|
3f9f2a3725
|
changed the class Python to be static
|
6 years ago |
Oceania2018
|
a38bd5d0b2
|
input multiple pictures for Image Recognition Inception.
|
6 years ago |
Oceania2018
|
503b7816cf
|
Init bi-LSTM + CRF NER
|
6 years ago |
Oceania2018
|
f32adebbce
|
update version number
|
6 years ago |
Juanu Haedo
|
eb4475c9bc
|
Added GLOBAL_STEP GraphKey
|
6 years ago |
Juanu Haedo
|
c654c6bc61
|
- Changed return value of get_tensor_by_name
|
6 years ago |
Juanu Haedo
|
31a106dc23
|
Added get_tensor_by_name to the Graph class
|
6 years ago |
Meinrad Recheis
|
de5a3cd66b
|
Optimizer: fixed global_step which was not incremented until now
|
6 years ago |
Arnav Das
|
aa79dba48e
|
update hasattr and getattr
|
6 years ago |
Oceania2018
|
c0760ff5b0
|
change TextClassificationWithMovieReviews to BinaryTextClassification.
|
6 years ago |
Arnav Das
|
b09dfdfb3f
|
added hasattr() and getattr()
|
6 years ago |
Oceania2018
|
ffebb85e78
|
Word2Vec example works, but still has a minor display issue.
|
6 years ago |
Haiping
|
6867d27940
|
Merge pull request #236 from captainst/master
Solve ObjectDetection functions
|
6 years ago |
c q
|
b345efa320
|
Solve ObjectDetection functions
|
6 years ago |
Oceania2018
|
e152782f6c
|
Finished kmean model.
|
6 years ago |
Oceania2018
|
dc8a8cf0dd
|
add tf.convert_to_tensor
|
6 years ago |
haiping008
|
cc0b994d8c
|
rollback object detection example.
|
6 years ago |
c q
|
fb23b9f43c
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
# Conflicts:
# README.md
# src/TensorFlowNET.Core/Sessions/_FetchMapper.cs
|
6 years ago |
c q
|
f8324e87e5
|
Add object detection example
Add byte type support in Session and Tensor
Add pbtxtParser class to utility
|
6 years ago |
c q
|
60fafc7872
|
测试
Signed-off-by: c q <quchenxy@yeah.net>
|
6 years ago |
Oceania2018
|
639d4b0fd3
|
unified the incoming parameter of the _FetchMapper as NDArray.
|
6 years ago |
Oceania2018
|
2e45a0cf0b
|
support import CondContext, upgrade to tensorflow v1.14rc0
|
6 years ago |
Oceania2018
|
8cf46d2d23
|
_registered_ops NearestNeighbors
|
6 years ago |
haiping008
|
a2b71e2a85
|
can't dispose graph before session init.
|
6 years ago |
Meinrad Recheis
|
ad1f1e43bc
|
Examples: added NeuralNetXor
|
6 years ago |
Meinrad Recheis
|
692faaa9bd
|
gradients/flow control: added much missing structure
|
6 years ago |
Oceania2018
|
226fd09ce0
|
v0.6.1-alpha for SiaNet
|
6 years ago |
Meinrad Recheis
|
aea1166699
|
ported NN ZeroFraction tests
|
6 years ago |
Meinrad Recheis
|
b66e2586b8
|
ported while and switch/case testcases
|
6 years ago |
Oceania2018
|
c801f5ba59
|
add tf.diag
|
6 years ago |
Oceania2018
|
3c7174b702
|
add tf.math.sigmoid
|
6 years ago |
Oceania2018
|
87eac0c0f8
|
add math.round
|
6 years ago |
Oceania2018
|
d21182e2a4
|
change transpose parameter
|
6 years ago |
Oceania2018
|
bd1e853187
|
fix unit test evaluate.
|
6 years ago |
Oceania2018
|
e10d66c7f9
|
Release v0.6.
|
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 |
Meinrad Recheis
|
9dba680041
|
minor changes
|
6 years ago |
Haiping
|
6bd08d6c4c
|
Update Operation.Output.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 |
Meinrad Recheis
|
ec319b12e6
|
added more test cases (gradient tests)
|
6 years ago |
Meinrad Recheis
|
c997c729a0
|
more cond test cases: testCondTrue and testCondFalse
|
6 years ago |
Oceania2018
|
949ab3e239
|
add TF_UpdateEdge interface
|
6 years ago |