Oceania2018
|
85139ed131
|
Fix Session.LoadFromSavedModel memroy leak.
|
4 years ago |
Luke Bollam
|
b3d08626f6
|
less loops so it doesnt waste so much time
|
4 years ago |
Luke Bollam
|
4cbf362fc6
|
adding saved model cleanup benchmark
|
4 years ago |
Oceania2018
|
795c28652d
|
remove TF_DeleteTensor in test.
|
4 years ago |
Oceania2018
|
e73ed66b7c
|
add SafeTensorHandle to manage tensor handle reference.
|
4 years ago |
Oceania2018
|
a947fd8aa9
|
fix NDArray indexing.
|
4 years ago |
Oceania2018
|
3231500660
|
linspace and meshgrid.
|
4 years ago |
Oceania2018
|
f3eb31fb87
|
Built-in numpy api.
|
4 years ago |
Oceania2018
|
8048b6258a
|
Add RepeatDataSetCrash test.
|
4 years ago |
Oceania2018
|
11fdd9a8ee
|
Remove Range class due to conflict with .net 5.
|
4 years ago |
Oceania2018
|
a942564fc9
|
fix tf.batch_matmul #755
|
4 years ago |
Oceania2018
|
4ef675faf9
|
Consolidate MapDataset function.
|
4 years ago |
Oceania2018
|
a6ee058d00
|
Memory leak in FuncGraph #727.
|
4 years ago |
Oceania2018
|
734fe29c02
|
Be able to set Keras session options #712
|
4 years ago |
Oceania2018
|
536293dfb2
|
Add log_device_placement #713
|
4 years ago |
Oceania2018
|
cca2111a17
|
test GpuLeakByCNN.
|
4 years ago |
dogvane
|
555cc6c74a
|
add test gpu leak code.
|
4 years ago |
Oceania2018
|
93fd34b225
|
imdb dataset.
|
4 years ago |
Oceania2018
|
bb8fa4d99f
|
Keras for .NET 0.1.0.
|
4 years ago |
Oceania2018
|
dff4f510af
|
model.get_config for Keras.
|
4 years ago |
Oceania2018
|
9d08a313f0
|
Keras for .NET package meta and clean code.
|
4 years ago |
Oceania2018
|
5f2df567a7
|
add overload for Layer call function, be able to input array and return array.
|
5 years ago |
Oceania2018
|
32a0f582bf
|
ContextSwitchStack
|
5 years ago |
Oceania2018
|
e2f7be6d43
|
InputLayer for Keras.
|
5 years ago |
Sam Harwell
|
dc7b4ce53d
|
Suppress CS0618 (Type or member is obsolete)
|
5 years ago |
Oceania2018
|
40487d30bc
|
restructure unit test folder.
|
5 years ago |
Oceania2018
|
332b1351e2
|
experimental v0.20 version.
|
5 years ago |
Oceania2018
|
fe76c9c877
|
Add ResourceVariable native api.
|
5 years ago |
Oceania2018
|
2f3bd61b1b
|
GradientActor
|
5 years ago |
Oceania2018
|
e93f112ef0
|
tf.Variable() in eager mode
|
5 years ago |
Oceania2018
|
77c6939cc6
|
upgrade NumSharp.
|
5 years ago |
Oceania2018
|
e61a9074db
|
move dataset to core.
|
5 years ago |
Oceania2018
|
7c6497bf0f
|
Release v0.15.0
|
5 years ago |
Oceania2018
|
728699d6a6
|
upgrade libraries.
|
5 years ago |
Oceania2018
|
bd20f0723d
|
rename project.
|
5 years ago |
Oceania2018
|
998a9ac4d2
|
tf.layers.dense does not pass through name to the Keras Layer #484
|
5 years ago |
Oceania2018
|
9d5bb8f1e2
|
tf.nn.ctc_greedy_decoder #473
|
5 years ago |
Oceania2018
|
49ee0ef06e
|
release TF.NET v0.13.0.
|
5 years ago |
Oceania2018
|
98ead99733
|
remove Models and Hub projects.
|
5 years ago |
Oceania2018
|
6f55491508
|
remove examples to examples repo.
|
6 years ago |
Oceania2018
|
75ae2e9e09
|
RegisterNoGradient, LookupError
|
6 years ago |
Eli Belash
|
821ac13138
|
TensorflowNET.Benchmarks: Removed InProcessToolchain from benchmarking.
|
6 years ago |
Eli Belash
|
729d8e92d6
|
Added benchmark for struct casting
|
6 years ago |
Oceania2018
|
67a58b3eac
|
change tensorflow to non-static class in order to execute some initialization.
|
6 years ago |
Esther Hu
|
83361f7c97
|
remove unnecessary projects (#316)
|
6 years ago |
Oceania2018
|
63e13b11e1
|
Remove tf binary from core project. entry project will install binary seperate because enrty could choose platform and gpu version.
|
6 years ago |
Meinrad Recheis
|
7cb17461a9
|
Tensor: added a constructor to create a Tensor from a fixed memory pointer that is owned by the caller
|
6 years ago |
Meinrad Recheis
|
2d28eefa8b
|
Tensor: added constructors that take a Span<T>
|
6 years ago |
Oceania2018
|
3e69c5bf8a
|
remove tensorflow binary from Benchmark project.
|
6 years ago |
Meinrad Recheis
|
b2a9a989af
|
Tensor: dispose Tensors that have been garbage collected (thread safe) + test
|
6 years ago |