dataangel
84476e3f20
Merge remote-tracking branch 'upstream/master'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
5 years ago
dataangel
bbefacb24b
MeanSquaredError.cs
5 years ago
dataangel
5b4d497910
Update LossesApi.cs
5 years ago
dataangel
be4fce2b19
Update ILossFunc.cs
5 years ago
dataangel
6dd0194992
Update Loss.cs
5 years ago
Oceania2018
0ff31a35ec
fix tf.transpose #673
5 years ago
dataangel
b3f72cd99f
Update losses_utils.cs
5 years ago
dataangel
71f569b84d
Update gen_math_ops.cs
5 years ago
Banyc
b6755cc4a1
Add test case TypeMismatchedSliceAssign
5 years ago
Banyc
83509696a4
Add test case for tf.transpose
5 years ago
dataangel
934c9818c4
Update gen_math_ops.cs
5 years ago
Oceania2018
c01b4dd940
release patch v0.31.1.
5 years ago
Oceania2018
1e8ab47058
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
5 years ago
Oceania2018
2ea8f2eb3f
fix is_build_function in Layer.
5 years ago
Banyc
5f217f1b18
Better error message for Tensor.assign
5 years ago
Haiping
08e174ef16
Update README.md
5 years ago
Oceania2018
f7412a180b
Release TF.NET v0.31.0, TF.Keras v0.2.0
5 years ago
Oceania2018
4575530e03
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
5 years ago
Oceania2018
bff3df03ef
Tensor Range test.
5 years ago
Nicholas Hirschey
ffda41a12e
typo fix.
5 years ago
Nicholas Hirschey
e2e9c361ad
use `open type` for F# readme example
This is the proper way to mimic the C# `using static` code.
5 years ago
nhirschey
143714da51
Update declaration of train_X, train_Y, and n_samples in C#
Updated the variable declaration to match the code in the C# jupyter notebook: https://github.com/SciSharp/SciSharpCube/blob/master/home/samples/LinearRegression.ipynb
5 years ago
nhirschey
9d7d326e6b
Add F# example to readme
- Added example of eager mode linear regression to the readme
- Added the example data to the C# example
5 years ago
quanap5kr
fe82fd5c26
scan unit test
5 years ago
quanap5kr
c632c40096
scan unit test
5 years ago
Oceania2018
6d66092ed6
Allow ComputeOutputShape to override in subclass #660 .
5 years ago
Oceania2018
d75366ce22
fix Variable[slice].assign() #653
5 years ago
Banyc
6f8beab362
Add test case for Tensor.assign #653
The test case is currently not passed yet.
5 years ago
Don Syme
fed264ab15
Update README.md
5 years ago
Oceania2018
76350f74f2
Remove unnecessary parameters for RecordGradient.
5 years ago
Oceania2018
aea62f641b
Use safe AttrValue to invoke TF_SetAttrValueProto.
5 years ago
Oceania2018
4d86da6650
Override create_op in FuncGraph.
5 years ago
Oceania2018
fafed7dd7d
Massive updates for TensorFlowOpLayer #652
5 years ago
Oceania2018
ea3fc6ade2
organize keras files.
5 years ago
Oceania2018
905c4a9ee8
Add keras.layers.Reshape.
5 years ago
Oceania2018
db94e67d0d
Add console logger.
5 years ago
Oceania2018
b58c24136c
Add keras.Concatenate.
5 years ago
Oceania2018
94ad2f5331
Add layers of ZeroPadding2D and UpSampling2D.
5 years ago
Oceania2018
374ff589d1
keras.backend.resize_images
5 years ago
Oceania2018
3e76c19879
Add LeakyReLU layer.
5 years ago
Oceania2018
1623bb87a7
fix _assign_new_value for BatchNormaliztion.
5 years ago
Oceania2018
ae9a161cd7
Add assign_lazy_load for ResourceVariable.
5 years ago
Oceania2018
db7aac28e8
Add CategoricalCrossentropy.
5 years ago
Oceania2018
59106f8bc3
Add Merge and Add layer.
5 years ago
Oceania2018
67a661a1a3
add overload for math.logical_and.
5 years ago
Oceania2018
b59f5a7290
fix array_ops.slice #646
5 years ago
Oceania2018
630edeaf1b
add keras.dataset.cifar10.
5 years ago
Oceania2018
4359d35850
fix scope name for init_scope().
5 years ago
Oceania2018
8b9fca47e9
Add save and restore model from config.
5 years ago
Oceania2018
91399b1527
Fixed add GradientOperatorMulTest #642
5 years ago