Skip to content

Commit dc9941d

Browse files
committed
caffe -> dnn
1 parent ce78613 commit dc9941d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "openscience.crowdsource.video.experiments"
99
minSdkVersion 17
1010
targetSdkVersion 22
11-
versionCode 6
12-
versionName "1.2"
11+
versionCode 7
12+
versionName "1.3"
1313
}
1414
buildTypes {
1515
release {

app/src/main/java/openscience/crowdsource/video/experiments/MainActivity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class MainActivity extends Activity implements GLSurfaceView.Renderer {
114114

115115
String url_sdk = "http://github.com/ctuning/ck";
116116
String url_about = "https://github.com/ctuning/ck/wiki/Advanced_usage_crowdsourcing";
117-
String url_stats = "http://cknowledge.org/repo/web.php?action=index&module_uoa=wfe&native_action=show&native_module_uoa=program.optimization&scenario=experiment.bench.caffe.mobile";
117+
String url_stats = "http://cknowledge.org/repo/web.php?action=index&module_uoa=wfe&native_action=show&native_module_uoa=program.optimization&scenario=experiment.bench.dnn.mobile";
118118
String url_users = "http://cTuning.org/crowdtuning-timeline";
119119

120120
String url_cserver = "http://cTuning.org/shared-computing-resources-json/ck.json";
@@ -2380,7 +2380,7 @@ public void run() {
23802380
publishRequest.put("remote_server_url", getCurl()); //
23812381
publishRequest.put("out", "json");
23822382
publishRequest.put("action", "process");
2383-
publishRequest.put("module_uoa", "experiment.bench.caffe.mobile");
2383+
publishRequest.put("module_uoa", "experiment.bench.dnn.mobile");
23842384

23852385
publishRequest.put("email", email);
23862386
publishRequest.put("crowd_uid", dataUID);
@@ -2582,7 +2582,7 @@ public void sendCorrectAnswer(String recognitionResultText,
25822582
request.put("behavior_uid", behavior_uid);
25832583
request.put("remote_server_url", getCurl());
25842584
request.put("action", "process_unexpected_behavior");
2585-
request.put("module_uoa", "experiment.bench.caffe.mobile");
2585+
request.put("module_uoa", "experiment.bench.dnn.mobile");
25862586
request.put("crowd_uid", crowd_uid);
25872587

25882588
new RemoteCallTask().execute(request);

0 commit comments

Comments
 (0)