Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bw-bestperf
ResNet-CBAM
Commits
ba718f29
Commit
ba718f29
authored
Feb 04, 2026
by
maming
Browse files
Delete tensorflow升级后部分code修改记录.txt
parent
8de66223
Pipeline
#3359
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
tensorflow升级后部分code修改记录.txt
tensorflow升级后部分code修改记录.txt
+0
-14
No files found.
tensorflow升级后部分code修改记录.txt
deleted
100755 → 0
View file @
8de66223
#train
1.code/train_model.ipynb
config = tf.ConfigProto() -> config = tf.compat.v1.ConfigProto()
session = tf.Session(config=config) ->session = tf.compat.v1.Session(config=config)
model_func=model_func_dic.get(choose_model+choonse_time_bin) -> model_func=model_func_dic.get(choose_model+"-"+choonse_time_bin)
model_utils.train_model(model, train_x, train_y, val_x, val_y, trainEpochs, trainBatchSize,modelName=model_name,outDir="input/out/", binSize=choonse_time_bin)
2.code/model_utils.py
def train_model函数中的所有的val_acc ->val_accuracy
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment