This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
jjfraaa
/
AutoGL
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix bug of non-hpo
tags/v0.3.1
Frozenmad
5 years ago
parent
cbac7954db
commit
e477663d35
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
autogl/solver/classifier/node_classifier.py
+ 1
- 1
autogl/solver/classifier/node_classifier.py
View File
@@ -312,7 +312,7 @@ class AutoNodeClassifier(BaseClassifier):
)
if self.hpo_module is None:
model.initialize()
model.train(self.data, True)
model.train(self.data
set
, True)
optimized = model
else:
optimized, _ = self.hpo_module.optimize(
Write
Preview
Loading…
Cancel
Save