Meinrad Recheis
|
2d28eefa8b
|
Tensor: added constructors that take a Span<T>
|
6 years ago |
Pranov Duggasani
|
edd5f51f25
|
Added Console.Write instead of ignoring exception
|
6 years ago |
Pranov Duggasani
|
29434d3d99
|
Added continue statement to as that is what is in the original python file and got rid off cast error
|
6 years ago |
Oceania2018
|
f49ab8459c
|
cnn docs updated.
|
6 years ago |
Meinrad Recheis
|
b2a9a989af
|
Tensor: dispose Tensors that have been garbage collected (thread safe) + test
|
6 years ago |
Meinrad Recheis
|
a79382b15e
|
Tensor: made the deallocator functions static (they should not have access to anything anyway)
|
6 years ago |
Meinrad Recheis
|
009836625a
|
Tensor: check the gcHandle against Zero before deallocating it
|
6 years ago |
Meinrad Recheis
|
de0ee59665
|
fixed transfer learning example and prevent double deallocation of unmanaged memory
|
6 years ago |
Meinrad Recheis
|
f6e9a8c75b
|
Tensor.Creation: fixed handling of string Tensor and fixed deallocation of pinned arrays
|
6 years ago |
Meinrad Recheis
|
4bc66027e2
|
c_api: TF_NewTensor now allows pinned managed objects to be passed down to TF (needed different deallocator arg type)
|
6 years ago |
Meinrad Recheis
|
9a58ebb60e
|
BaseSession: feeddict values are not auto-converted to NDArray any more (was a waste of time and memory)
|
6 years ago |
Oceania2018
|
c3ae8b1f03
|
Build RNN graph, BasicRNNCell not implemented.
|
6 years ago |
Oceania2018
|
1a5a7f8cf6
|
Released the SciSharp.TensorFlow.Redist. It's a migration from Microsoft.ML.TensorFlow.Redist. ML.NET team will not maintain the package since ML.NET v1.3.0.
|
6 years ago |
Meinrad Recheis
|
001aa1b700
|
Tensor: Create a Tensor from Array without copying
|
6 years ago |
Oceania2018
|
cb82dafcf7
|
fix dictionary access when modified.
|
6 years ago |
Meinrad Recheis
|
21e9d9bf58
|
Tensor: Added more constructors to create Tensors from arrays without copying (and without converting to and from NDArray).
|
6 years ago |
Oceania2018
|
051855e839
|
fix return value issue for weight_variable and bias_variable.
|
6 years ago |
Oceania2018
|
e5c0665415
|
auto download tensorflow for Windows.
|
6 years ago |
Esther2013
|
ddde8834e6
|
download tensorflow library automatically on Linux.
|
6 years ago |
Oceania2018
|
b44fda96a7
|
remove Microsoft.ML.TensorFlow.Redist dependency.
|
6 years ago |
Oceania2018
|
4cd985a708
|
fix _enter_scope_uncached exception when _scope is null.
|
6 years ago |
Oceania2018
|
bc4fbf10f2
|
MNIST CNN not finished yet.
|
6 years ago |
Deepak Battini
|
b430d6f7e8
|
ZeroFraction function fixed
|
6 years ago |
Oceania2018
|
1660ea9956
|
released v0.9.0.
|
6 years ago |
Oceania2018
|
7950e8e9e4
|
apply the Apache License boilerplate notice at the top of every single file.
|
6 years ago |
Oceania2018
|
69f510190f
|
Add default name for AdamOptimizer.
|
6 years ago |
Oceania2018
|
da48a2af83
|
fix default graph issue for DigitRecognitionNN.
|
6 years ago |
Oceania2018
|
bf3d1e969c
|
Whooray, finally make AdamOptimizer work as expected.
|
6 years ago |
Oceania2018
|
04c80f31d4
|
DigitRecognitionNN works, but the accuracy is only 92% after 10 epochs, it's supposed to be 97%.
|
6 years ago |
Oceania2018
|
5ff096cfde
|
1: Start example of Full Connected Neural Network.
2: Upgrade Microsoft.ML.TensorFlow.Redist to v1.14.
|
6 years ago |
Antonio Cifonelli
|
0f4cb1aedb
|
Add `BatchMatMul` operation
Adding the `BatchMatMul` operation.
Expanding `BasicOperations` to test the new operation.
|
6 years ago |
Deepak Kumar
|
c62d9ee520
|
AddControlInput and UpdateEdge works..
|
6 years ago |
Deepak Battini
|
1143d866d6
|
Scoped Struct Added for Ops API extensions
|
6 years ago |
Deepak Battini
|
e4c9437664
|
ZeroFraction core function impl done! Control Flow is not implemented with AddControlInput and UpdateEdge which is not exposed as C_API. Need to implement it seperately.
|
6 years ago |
Oceania2018
|
a0fc3f8f39
|
need to manually download tensorflow v1.14.
|
6 years ago |
Oceania2018
|
92b3a88be7
|
overload Graph.Import(byte[] bytes)
|
6 years ago |
Oceania2018
|
477d03db16
|
remove order of _control_dependencies_for_inputs.
|
6 years ago |
Oceania2018
|
89f305ca08
|
fix shape issue for IndexedSlice
|
6 years ago |
Oceania2018
|
6af53e6310
|
override Adam _finish.
|
6 years ago |
Oceania2018
|
93eb56e5a3
|
add apply_adam, _apply_dense for Adam. #271
|
6 years ago |
Oceania2018
|
2a17b9c359
|
add RefVariable override of state_ops.assign #271
|
6 years ago |
Bo Peng
|
41bb848671
|
add nb_example data
|
6 years ago |
Bo Peng
|
984405f184
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
6 years ago |
Bo Peng
|
d5d5a46ba3
|
fix bug in normal distribution: _log_prob
|
6 years ago |
Oceania2018
|
2afec337ff
|
use Microsoft.ML.TensorFlow.Redist to maintain TensorFlow library for cross-platform.
|
6 years ago |
Oceania2018
|
59672a4df7
|
1: change learning rate and lr_tensor.
2: override _prepare() for AdamOptimizer.
3: fix key name if _get_non_slot_variable.
|
6 years ago |
Oceania2018
|
9a71f758dc
|
fix create_slot_with_initializer, upgrade to v1.14.0.
|
6 years ago |
Oceania2018
|
a7450215ad
|
add SlotCreator class.
|
6 years ago |
Oceania2018
|
efa28d4f65
|
Add a Tag to Tensor, Fixed Tensor Slice, AdamOptimizer #271
|
6 years ago |
Bogdan Pietroiu
|
5b690a05f3
|
CnnTextClassification debugging
|
6 years ago |