Oceania2018
|
0abf166437
|
Add Tensors class to adapt Tensor and Tensor[].
|
5 years ago |
Oceania2018
|
5f2df567a7
|
add overload for Layer call function, be able to input array and return array.
|
5 years ago |
Oceania2018
|
f3ec499a2d
|
fix _apply_sparse for ResourceVariable.
|
5 years ago |
Oceania2018
|
d3b681e909
|
fix unit test.
|
5 years ago |
Oceania2018
|
de2383162b
|
tf.keras.layers #355
|
5 years ago |
Oceania2018
|
e2f7be6d43
|
InputLayer for Keras.
|
5 years ago |
Oceania2018
|
29042df369
|
add VariableArgs.
|
5 years ago |
Oceania2018
|
5f1f59897d
|
Partial implementation of tf.keras. #355
|
5 years ago |
Oceania2018
|
a8a0731c4d
|
Change RefVariable to IVariableV1.
|
5 years ago |
Oceania2018
|
fe76c9c877
|
Add ResourceVariable native api.
|
5 years ago |
Oceania2018
|
a2e7c9fef7
|
built BasicLstmCell
|
5 years ago |
Oceania2018
|
59b7eb0365
|
MaybeCreateControlFlowState
|
6 years ago |
Oceania2018
|
5ee46e494a
|
tf.while_loop #348
|
6 years ago |
Oceania2018
|
ded16ea82f
|
BatchNormalization return tuple for call
|
6 years ago |
Oceania2018
|
4f366ca18a
|
change RefVariable to VariableV1
|
6 years ago |
Oceania2018
|
5c891eaa49
|
make get_collection<T> generic.
|
6 years ago |
Oceania2018
|
683aeed693
|
tf.GraphKeys #359
|
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
|
a89c9aba34
|
rename with to tf_with, only use to construct graph purpose.
|
6 years ago |
Johann Dirry
|
0e9aeafad5
|
removing unused namespaces (#301)
* removing unused namespaces
* implementing Tensor to scalar and scalar to tensor conversions
|
6 years ago |
Oceania2018
|
7950e8e9e4
|
apply the Apache License boilerplate notice at the top of every single file.
|
6 years ago |
Oceania2018
|
d3002c0b4c
|
fix name_scope issue when current_scope is exit.
upgrade tensorflow.dll to 1.14.0rc1.
|
6 years ago |
Oceania2018
|
954713f46f
|
add Conv2dParams
|
6 years ago |
Oceania2018
|
f0d1ee8db4
|
fix max_pooling2d name_scope.
|
6 years ago |
Oceania2018
|
c4a585c320
|
remove global static Graph instance.
|
6 years ago |
Oceania2018
|
d7c7d3d90b
|
fix tf.layers.conv2d
|
6 years ago |
Oceania2018
|
a5ae56affc
|
add tf.where api.
|
6 years ago |
Oceania2018
|
5a73e698b0
|
add Tensor[] pattern match for ops.name_scope.
|
6 years ago |
Oceania2018
|
84440b2e01
|
manually construct graph for retain layer.
|
6 years ago |
Oceania2018
|
d94c685dba
|
Add node to connectivity between two layers.
|
6 years ago |
haiping008
|
7dbcb6c147
|
softmax_cross_entropy_with_logits
|
6 years ago |
Oceania2018
|
df1ae35ee1
|
Pool interface, Dense layer
|
6 years ago |
haiping008
|
16a59afe37
|
assign_sub, smart_cond
|
6 years ago |
haiping008
|
c26fccf856
|
fix name issue in placeholder.
control_flow_ops.switch.
|
6 years ago |
Oceania2018
|
b2b083a5b5
|
Keras.Layers.BatchNormalization
|
6 years ago |
Oceania2018
|
053f40bc9e
|
nn_ops.bias_add, tf.layers.batch_normalization
|
6 years ago |
Oceania2018
|
b5360269b5
|
fix Operation.get_attr for all properties.
add Convolution class
add convert_data_format
add as_numpy_dtype
|
6 years ago |
Oceania2018
|
958fdb8791
|
gen_random_ops.truncated_normal
|
6 years ago |
haiping008
|
9f0c1e5fe2
|
fix _compute_fans when more than 4 dimensions.
|
6 years ago |
haiping008
|
8fa1f21e3e
|
change ops.name_scope interface.
|
6 years ago |
haiping008
|
bdd9beca6b
|
x_emb shape is not correct #189
|
6 years ago |
haiping008
|
eb455bcb20
|
Conv2D
|
6 years ago |
haiping008
|
f0e0a841bc
|
tf.embedding_lookup
|
6 years ago |