@@ -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