FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/TensorFlowNET.Core/Variables - feelsyt/TensorFlow.NET · GitHub
feelsyt
/
TensorFlow.NET
Public
forked from
SciSharp/TensorFlow.NET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TensorFlow.NET
src
TensorFlowNET.Core
Variables
on
master
User selector
Datepicker
Commit history
Commits on Nov 7, 2023
tests are passing
novikov-alexander
committed
2a377e2
View commit details
Copy full SHA for 2a377e2
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
gradient descent tests
novikov-alexander
committed
2121079
View commit details
Copy full SHA for 2121079
View code at this point
Browse repository at this point
Commits on Jun 17, 2023
fix: none gradient error when training LSTM.
SanftMonster
committed
675b93a
View commit details
Copy full SHA for 675b93a
View code at this point
Browse repository at this point
Commits on May 5, 2023
Release v0.100.5.
Oceania2018
committed
2fed0db
View commit details
Copy full SHA for 2fed0db
View code at this point
Browse repository at this point
Commits on May 2, 2023
fix: partially fix the error when saving model after loading.
SanftMonster
authored and
Oceania2018
committed
8b53eb3
View commit details
Copy full SHA for 8b53eb3
View code at this point
Browse repository at this point
Commits on Apr 21, 2023
Fix the error of loading model saved before tf2.5.
SanftMonster
committed
7823b08
View commit details
Copy full SHA for 7823b08
View code at this point
Browse repository at this point
Commits on Apr 19, 2023
Fix the example errors caused by (#1022).
SanftMonster
committed
8ee2e9a
View commit details
Copy full SHA for 8ee2e9a
View code at this point
Browse repository at this point
Commits on Apr 18, 2023
Fix the errors caused by branch merge.
SanftMonster
committed
a59ebae
View commit details
Copy full SHA for a59ebae
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:AsakusaRinne/TensorFlow.NET into support_function_load
SanftMonster
committed
1903700
View commit details
Copy full SHA for 1903700
View code at this point
Browse repository at this point
Commits on Apr 15, 2023
Fix the error of loaded function model backward.
SanftMonster
committed
9420ba3
View commit details
Copy full SHA for 9420ba3
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
Fix the error when saving model with GPU.
SanftMonster
committed
0360fbb
View commit details
Copy full SHA for 0360fbb
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
Resolve some wrong implementations.
SanftMonster
committed
6a9ccea
View commit details
Copy full SHA for 6a9ccea
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
Support loading weights for customized layer.
SanftMonster
committed
3943375
View commit details
Copy full SHA for 3943375
View code at this point
Browse repository at this point
Commits on Mar 30, 2023
Partially support the analysis of loaded functions.
SanftMonster
committed
acae9b3
View commit details
Copy full SHA for acae9b3
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
More SafeHandles.
Oceania2018
committed
e5dfe90
View commit details
Copy full SHA for e5dfe90
View code at this point
Browse repository at this point
Support loading of SavedModel format (#989)
Show description for 52b513d
SanftMonster
and
Oceania2018
authored
52b513d
View commit details
Copy full SHA for 52b513d
View code at this point
Browse repository at this point
Commits on Feb 4, 2023
Add pb model save (#976)
Show description for 197224f
Oceania2018
and
SanftMonster
authored
197224f
View commit details
Copy full SHA for 197224f
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
Multithreading with Keras. #890
Oceania2018
committed
029779f
View commit details
Copy full SHA for 029779f
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
VariableTest #888
Oceania2018
committed
e40be93
View commit details
Copy full SHA for e40be93
View code at this point
Browse repository at this point
Commits on Nov 28, 2021
Remove _isCreatedInGraphMode in Tensor
Oceania2018
committed
67a70bf
View commit details
Copy full SHA for 67a70bf
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
mean_absolute_percentage_error
Oceania2018
committed
cb7e017
View commit details
Copy full SHA for cb7e017
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
load all images for paths_and_labels_to_dataset
Oceania2018
committed
9a2ed27
View commit details
Copy full SHA for 9a2ed27
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
NDArrayRender
Oceania2018
committed
45e1365
View commit details
Copy full SHA for 45e1365
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
add SafeTensorHandle to manage tensor handle reference.
Oceania2018
committed
e73ed66
View commit details
Copy full SHA for e73ed66
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
Using Shape instead of TensorShape.
Oceania2018
committed
22effd6
View commit details
Copy full SHA for 22effd6
View code at this point
Browse repository at this point
Commits on Jul 12, 2021
change tensor shape to Shape.
Oceania2018
committed
8784c31
View commit details
Copy full SHA for 8784c31
View code at this point
Browse repository at this point
Commits on Jul 11, 2021
fix GetDataType.
Oceania2018
committed
3c7207c
View commit details
Copy full SHA for 3c7207c
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
np.prod
Oceania2018
committed
7f387d0
View commit details
Copy full SHA for 7f387d0
View code at this point
Browse repository at this point
linspace and meshgrid.
Oceania2018
committed
3231500
View commit details
Copy full SHA for 3231500
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Built-in numpy api.
Oceania2018
committed
f3eb31f
View commit details
Copy full SHA for f3eb31f
View code at this point
Browse repository at this point
Commits on Feb 20, 2021
Consolidate TFE_FastPathExecute and _apply_op_helper.
Oceania2018
committed
822e6d7
View commit details
Copy full SHA for 822e6d7
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
return weights for load_weights.
Oceania2018
committed
48d96f4
View commit details
Copy full SHA for 48d96f4
View code at this point
Browse repository at this point
Memory leak in FuncGraph #727.
Oceania2018
committed
a6ee058
View commit details
Copy full SHA for a6ee058
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
Remove AllocationReferenceHolder.
Oceania2018
committed
ceaa09c
View commit details
Copy full SHA for ceaa09c
View code at this point
Browse repository at this point
Commits on Jan 17, 2021
skip layer wihtout trainable weights when save_weights.
Oceania2018
committed
9ff09c4
View commit details
Copy full SHA for 9ff09c4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL