FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/TensorFlowNET.Keras - 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.Keras
on
master
User selector
Datepicker
Commit history
Commits on Jan 14, 2025
fix: Resolve fixed-size array issue
Show description for b6c5d26
Leonardo Doherty
authored
b6c5d26
View commit details
Copy full SHA for b6c5d26
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
fix: Added support for training a multi-input model using a dataset.
ASolomatin
committed
93dda17
View commit details
Copy full SHA for 93dda17
View code at this point
Browse repository at this point
Commits on May 20, 2024
RegularizerAPI and UnitTest
SchoenTannenbaum
committed
5f9fce5
View commit details
Copy full SHA for 5f9fce5
View code at this point
Browse repository at this point
Regularizer addition and fixes
SchoenTannenbaum
committed
f5ba382
View commit details
Copy full SHA for f5ba382
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
Merge pull request #940 from Fiffers/patch-1
Show description for 59b08ca
SanftMonster
authored
59b08ca
View commit details
Copy full SHA for 59b08ca
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
Merge pull request #1212 from Wanglongzhi2001/fix_validation_data_pack
Show description for ee004c0
SanftMonster
authored
ee004c0
View commit details
Copy full SHA for ee004c0
View code at this point
Browse repository at this point
fix: fix the validation_pack when multiple input
Wanglongzhi2001
committed
53bd70b
View commit details
Copy full SHA for 53bd70b
View code at this point
Browse repository at this point
Commits on Nov 5, 2023
Release v0.150.0 based on tensorflowv v2.15.0.
Oceania2018
committed
94c0bb8
View commit details
Copy full SHA for 94c0bb8
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
fix: Saving a loaded model
GaijinOtohp
committed
eb4ff88
View commit details
Copy full SHA for eb4ff88
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
add relu6
dogvane
committed
ec4f372
View commit details
Copy full SHA for ec4f372
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
Implemented support for loading Concatenate layers
Show description for 93a242c
Jucko13
committed
93a242c
View commit details
Copy full SHA for 93a242c
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
解决keras模式下,使用GPU训练时会爆显存的bug。
Show description for baf620a
dogvane
committed
baf620a
View commit details
Copy full SHA for baf620a
View code at this point
Browse repository at this point
修正图片左右和上下翻转的问题,并增加对应测试用例。
dogvane
committed
5e4f530
View commit details
Copy full SHA for 5e4f530
View code at this point
Browse repository at this point
add DepthwiseConv2D (深度可分离卷积)
dogvane
committed
ba8f0b0
View commit details
Copy full SHA for ba8f0b0
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
feat: add the implementation of class_weight in model.fit
Wanglongzhi2001
committed
a1c64ef
View commit details
Copy full SHA for a1c64ef
View code at this point
Browse repository at this point
Commits on Oct 2, 2023
Allow Model to cache weights.
hchen2020
committed
0f02885
View commit details
Copy full SHA for 0f02885
View code at this point
Browse repository at this point
Commits on Oct 1, 2023
feat: add the implementation of sample_weight in model.fit
Wanglongzhi2001
committed
f5af07c
View commit details
Copy full SHA for f5af07c
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
Release v0.110.4.
Oceania2018
committed
eb4c1f4
View commit details
Copy full SHA for eb4c1f4
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
fix: adjust imdb dataset loader for faster loading speed
lingbai-kong
committed
9fb8479
View commit details
Copy full SHA for 9fb8479
View code at this point
Browse repository at this point
Commits on Sep 21, 2023
fix: fix EarlyStopping
Wanglongzhi2001
committed
f809f6e
View commit details
Copy full SHA for f809f6e
View code at this point
Browse repository at this point
Commits on Sep 18, 2023
Optimize imdb.load_data
Oceania2018
committed
725ec1e
View commit details
Copy full SHA for 725ec1e
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
optimize temporal complexity of Imdb dataset loader
lingbai-kong
committed
628b2ce
View commit details
Copy full SHA for 628b2ce
View code at this point
Browse repository at this point
Commits on Sep 10, 2023
fix: model does not stop on stop_training == true
asaf92
authored
1142828
View commit details
Copy full SHA for 1142828
View code at this point
Browse repository at this point
Commits on Sep 9, 2023
optimize the time complexity of Imdb dataset loader
lingbai-kong
committed
f57a6fe
View commit details
Copy full SHA for f57a6fe
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
implement Imdb dataset loader
lingbai-kong
committed
28c77f5
View commit details
Copy full SHA for 28c77f5
View code at this point
Browse repository at this point
Merge branch 'master' into ndarrayload
Show description for 10f6819
lingbai-kong
committed
10f6819
View commit details
Copy full SHA for 10f6819
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
optimize code structure of reconstruction ndarray from pickled npy file
lingbai-kong
committed
ea978bb
View commit details
Copy full SHA for ea978bb
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
add reconstruction and setstate of NDArray for loading pickled npy file.
lingbai-kong
committed
9d10daf
View commit details
Copy full SHA for 9d10daf
View code at this point
Browse repository at this point
Commits on Sep 3, 2023
feat: implement GRU layer
Wanglongzhi2001
committed
7b077ea
View commit details
Copy full SHA for 7b077ea
View code at this point
Browse repository at this point
Commits on Aug 26, 2023
Set SGD default value.
Oceania2018
committed
ba1ddb4
View commit details
Copy full SHA for ba1ddb4
View code at this point
Browse repository at this point
Merge pull request #1165 from lingbai-kong/imdbfix
Show description for b18343c
Oceania2018
authored
b18343c
View commit details
Copy full SHA for b18343c
View code at this point
Browse repository at this point
fix: validate dataset of `Imdb` do not load bug & add: custom `Imdb` path
lingbai-kong
committed
8e3ba22
View commit details
Copy full SHA for 8e3ba22
View code at this point
Browse repository at this point
fix: partially fix the bug of load_model
Wanglongzhi2001
committed
f679af6
View commit details
Copy full SHA for f679af6
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
fix: remove the reflection in the implemention of Bidirectional
Wanglongzhi2001
committed
6d3f134
View commit details
Copy full SHA for 6d3f134
View code at this point
Browse repository at this point
Commits on Jul 28, 2023
fix: add the momentum parameter's implemention of SGD
“Wanglongzhi2001”
committed
f3b3d8b
View commit details
Copy full SHA for f3b3d8b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL