Banyc
|
89f40e5cba
|
Fix csharp example
|
4 years ago |
Björn Ångbäck
|
415445f1d9
|
Fixed Keras c# example so it works
|
4 years ago |
dataangel
|
061ee22d95
|
update:loss
|
4 years ago |
dataangel
|
f8daeae696
|
更新Mes
|
4 years ago |
dataangel
|
6c4d9a8fda
|
更新Mse
|
4 years ago |
Oceania2018
|
d03d7b5fac
|
Merge branch 'master' into tf.keras-0.3.image-classification
|
4 years ago |
Oceania2018
|
0ff31a35ec
|
fix tf.transpose #673
|
4 years ago |
Oceania2018
|
8c0feae8bf
|
Fix image_dataset_from_directory #666
|
4 years ago |
Oceania2018
|
d8afa8cefb
|
Fix input dtype for MapDataset. #666
|
4 years ago |
dataangel
|
b3f72cd99f
|
Update losses_utils.cs
|
4 years ago |
dataangel
|
71f569b84d
|
Update gen_math_ops.cs
|
4 years ago |
Banyc
|
b6755cc4a1
|
Add test case TypeMismatchedSliceAssign
|
4 years ago |
Banyc
|
83509696a4
|
Add test case for tf.transpose
|
4 years ago |
Oceania2018
|
c01b4dd940
|
release patch v0.31.1.
|
4 years ago |
Oceania2018
|
1e8ab47058
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
4 years ago |
Oceania2018
|
2ea8f2eb3f
|
fix is_build_function in Layer.
|
4 years ago |
Banyc
|
5f217f1b18
|
Better error message for Tensor.assign
|
4 years ago |
Haiping
|
08e174ef16
|
Update README.md
|
4 years ago |
Oceania2018
|
f7412a180b
|
Release TF.NET v0.31.0, TF.Keras v0.2.0
|
4 years ago |
Oceania2018
|
4575530e03
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
4 years ago |
Oceania2018
|
bff3df03ef
|
Tensor Range test.
|
4 years ago |
Nicholas Hirschey
|
ffda41a12e
|
typo fix.
|
4 years ago |
Nicholas Hirschey
|
e2e9c361ad
|
use `open type` for F# readme example
This is the proper way to mimic the C# `using static` code.
|
4 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
|
4 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
|
4 years ago |
quanap5kr
|
fe82fd5c26
|
scan unit test
|
4 years ago |
quanap5kr
|
c632c40096
|
scan unit test
|
4 years ago |
Oceania2018
|
6d66092ed6
|
Allow ComputeOutputShape to override in subclass #660.
|
4 years ago |
Oceania2018
|
d75366ce22
|
fix Variable[slice].assign() #653
|
4 years ago |
Banyc
|
6f8beab362
|
Add test case for Tensor.assign #653
The test case is currently not passed yet.
|
4 years ago |
Don Syme
|
fed264ab15
|
Update README.md
|
4 years ago |
Oceania2018
|
76350f74f2
|
Remove unnecessary parameters for RecordGradient.
|
4 years ago |
Oceania2018
|
aea62f641b
|
Use safe AttrValue to invoke TF_SetAttrValueProto.
|
4 years ago |
Oceania2018
|
4d86da6650
|
Override create_op in FuncGraph.
|
4 years ago |
Oceania2018
|
fafed7dd7d
|
Massive updates for TensorFlowOpLayer #652
|
4 years ago |
Oceania2018
|
ea3fc6ade2
|
organize keras files.
|
4 years ago |
Oceania2018
|
905c4a9ee8
|
Add keras.layers.Reshape.
|
4 years ago |
Oceania2018
|
db94e67d0d
|
Add console logger.
|
4 years ago |
Oceania2018
|
b58c24136c
|
Add keras.Concatenate.
|
4 years ago |
Oceania2018
|
94ad2f5331
|
Add layers of ZeroPadding2D and UpSampling2D.
|
4 years ago |
Oceania2018
|
374ff589d1
|
keras.backend.resize_images
|
4 years ago |
Oceania2018
|
3e76c19879
|
Add LeakyReLU layer.
|
4 years ago |
Oceania2018
|
1623bb87a7
|
fix _assign_new_value for BatchNormaliztion.
|
4 years ago |
Oceania2018
|
ae9a161cd7
|
Add assign_lazy_load for ResourceVariable.
|
4 years ago |
Oceania2018
|
db7aac28e8
|
Add CategoricalCrossentropy.
|
4 years ago |
Oceania2018
|
59106f8bc3
|
Add Merge and Add layer.
|
4 years ago |
Oceania2018
|
67a661a1a3
|
add overload for math.logical_and.
|
4 years ago |
Oceania2018
|
b59f5a7290
|
fix array_ops.slice #646
|
4 years ago |
Oceania2018
|
630edeaf1b
|
add keras.dataset.cifar10.
|
4 years ago |
Oceania2018
|
4359d35850
|
fix scope name for init_scope().
|
4 years ago |