Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cuda_lab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
cuda_lab
Commits
c90bcde1
Commit
c90bcde1
authored
Mar 10, 2014
by
Ravikishore
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ex13 gs parameters tuning
parent
2064046a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main.cu
ravi/ex13_gs/main.cu
+2
-2
No files found.
ravi/ex13_gs/main.cu
View file @
c90bcde1
...
...
@@ -157,11 +157,11 @@ int main(int argc, char **argv)
getParam("sigma", sigma, argc, argv);
cout << "σ: " << sigma << endl;
float lambda = 0.2;
float lambda = 0.2
5
;
getParam("lambda", lambda, argc, argv);
cout << "lambda: " << lambda << endl;
float theta = 0.
8
;
float theta = 0.
7
;
getParam("theta", theta, argc, argv);
cout << "theta: " << theta << endl;
...
...
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