You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can now edit multi selected objects properties, does not work with scripts yet. Dynamic variables update rate has been optimized, they will only be updated on change.
<aclassName={"list-group-item "+this.isActive("loader_template.py")}href="#"onClick={this.setTemplate.bind(this,"loader_template.py","Create your own dataset loader.","fa fa-sort-numeric-asc","Data loader")}><spanclassName="fa fa-sort-numeric-asc"></span> Data loader</a>
134
-
<aclassName={"list-group-item "+this.isActive("classifier_template.py")}href="#"onClick={this.setTemplate.bind(this,"classifier_template.py","Create your own trainer!","fa fa-magic","Classifier")}><spanclassName="fa fa-magic"></span> Classifier</a>
135
-
<aclassName={"list-group-item "+this.isActive("predictor_template.py")}href="#"onClick={this.setTemplate.bind(this,"predictor_template.py","Use your trained model!","fa fa-magic","Predictor")}><spanclassName="fa fa-magic"></span> Predictor</a>
<aclassName={"list-group-item "+this.isActive("loader_template.py")}href="#"onClick={this.setTemplate.bind(this,"loader_template.py","Create your own dataset loader.","fa fa-sort-numeric-asc","Data loader")}><spanclass="fa fa-sort-numeric-asc"></span> Data loader</a>
134
+
<aclassName={"list-group-item "+this.isActive("classifier_template.py")}href="#"onClick={this.setTemplate.bind(this,"classifier_template.py","Create your own trainer!","fa fa-magic","Classifier")}><spanclass="fa fa-magic"></span> Classifier</a>
135
+
<aclassName={"list-group-item "+this.isActive("predictor_template.py")}href="#"onClick={this.setTemplate.bind(this,"predictor_template.py","Use your trained model!","fa fa-magic","Predictor")}><spanclass="fa fa-magic"></span> Predictor</a>
0 commit comments