Displaying 20 results from an estimated 6134 matches for "tuned".
Did you mean:
turned
2015 May 08
3
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
In some cases we do want to make the decision based on the target. For Hexagon, we don't support GDB anymore, only LLDB, so we always want LLDB tuning. The clang driver should have a way to specify that.
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
-----Original Message-----
From:
2008 Mar 02
2
listing components of an object
Is there a method to list the components of an object, instead of looking at the help for that method? Let me be more clear with an example
data(iris)
## tune `svm' for classification with RBF-kernel (default in svm),
## using one split for training/validation set
obj <- tune(svm, Species~., data = iris,
ranges = list(gamma = 2^(-1:1), cost = 2^(2:4)),
2015 May 08
3
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
Comments on the patch raise the following questions, probably better discussed here.
First: Should LLVM default to "no tuning" rather than a target-specific default?
There are two natural follow-up questions: What would "no tuning" actually mean? Where would the target-specific defaulting occur?
I originally came down against the "no tuning" option, in favor of the
2008 Sep 18
1
"xxx_id may not be null" when saving many to many joined objects
Hi,
I have two model classes; Tune and Title and they are joined in a many to
many relationship through a Variation class. Here''s some stub code of the
models:
class Tune < ActiveRecord::Base
has_many :variations, :dependent => :destroy
has_many :titles, :through => :variations
...
class Title < ActiveRecord::Base
has_many :variations, :dependent => :destroy
2017 Nov 28
2
Publication LLVM Related Publications Submission
Hello,
I would like to submit two papers that use LLVM to the
Related Publications section.
Both papers focus on code isolation
applied to perform piecewise compiler optimizations.
The code isolation
process is performed by CERE, an open source tool based on LLVM.
The
second paper is an extended version of the first one.
1) Piecewise
Holistic Autotuning of Compiler and Runtime Parameters
2004 Dec 01
1
tuning SVM's
Hi
I am doing this sort of thing:
POLY:
> > obj = best.tune(svm, similarity ~., data = training, kernel =
"polynomial")
> summary(obj)
Call:
best.tune(svm, similarity ~ ., data = training, kernel = "polynomial")
Parameters:
SVM-Type: eps-regression
SVM-Kernel: polynomial
cost: 1
degree: 3
gamma: 0.04545455
coef.0: 0
2007 Dec 27
1
(package e1071) SVM tune for best parameters: why they are different everytime i run?
Hi,
I run the following tuning function for svm. It's very strange that every
time i run this function, the best.parameters give different values.
[A]
>svm.tune <- tune(svm, train.x, train.y,
validation.x=train.x, validation.y=train.y,
ranges = list(gamma = 2^(-1:2),
cost = 2^(-3:2)))
# where train.x and train.y are matrix
2006 Mar 10
1
need help in tune.nnet
Dear R people,
I want to use the tune.nnet function of e1071 package to tune nnet .
I am unable to understand the parameters of tune.nnet from the e1071 pdf
document.
I have performed nnet on a traindata and want to test it for class
prediction with a testdata.
I want to know the values of size,decay,range etc. parameters for which
the prediction of testdata is best.
Can anyone please tell me
2009 Mar 12
0
e1071 SVM one-classification tune problem
Hello all,
I am using the e1071 SVM with the tune options for classification, which work pretty well, given the examples of using tune.svm function for classification. But I have not found any example to tune the SVM novelty detection (one-classification) parameters (gamma, cost, nu), for example this are some of the options I have tried with no success:
obj<-tune(svm, x,y, type
2011 May 25
1
help with tune.svm() e1071
Hi,
I am trying to use tune.svm in e1071 package.
the command i use is
tobj <- tune.svm(labels, data= data, cost = 10^(1:2))
Should the last column of the 'data' contain the labels as well? I want to
use the linear kernel. But it gives me the error
"Error in model.frame.default(formula, data) : 'data' must be a data.frame,
not a matrix or an array"
Do you know why
2015 May 01
6
[LLVMdev] What does "debugger tuning" mean?
This is basically a reboot of the previous thread titled
About the "debugger target"
except that "target" was really too strong a term for what I had intended
to use this feature for. "Debugger tuning" is more like it. You don't
need to have read the previous thread, I'll recap here.
Fundamentally, Clang/LLVM uses DWARF as the specification for the
2015 May 06
2
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
I don’t think there was a driver patch so far, was there?
-- adrian
> On May 6, 2015, at 1:19 PM, Eric Christopher <echristo at gmail.com> wrote:
>
> Does the patch do all of this?
>
> -eric
>
> On Wed, May 6, 2015 at 1:18 PM Robinson, Paul <Paul_Robinson at playstation.sony.com <mailto:Paul_Robinson at playstation.sony.com>> wrote:
> I just skimmed
2019 Mar 19
0
CEBA-2019:0496 CentOS 7 tuned BugFix Update
...Errata and Bugfix Advisory 2019:0496
Upstream details at : https://access.redhat.com/errata/RHBA-2019:0496
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
ce7752b7fd1c7b911135eaab8c195179989fe0058d0575f168ec13e9018c6239 tuned-2.10.0-6.el7_6.3.noarch.rpm
51714709ab17a9ad3df4aa047d31047ba852a2dcab17bd766f661814669f1b47 tuned-gtk-2.10.0-6.el7_6.3.noarch.rpm
870865c263612d434cb5275709444411cd5df5ef88c09d7f8010cc49333f0753 tuned-profiles-atomic-2.10.0-6.el7_6.3.noarch.rpm
ca87bcb16fd18b6b7a34e4dcd19e5a2349444ba9b7b7e8128a4...
2019 Jul 31
0
CEBA-2019:1901 CentOS 7 tuned BugFix Update
...Errata and Bugfix Advisory 2019:1901
Upstream details at : https://access.redhat.com/errata/RHBA-2019:1901
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
6d0b8790381395501b1333d4a1e13849b10f10737de6d2a78f1763605e0cdd3b tuned-2.10.0-6.el7_6.4.noarch.rpm
1303cd9b923b2b73b212716aada0e83287dde5705eea0f15d742ea9210dc4255 tuned-gtk-2.10.0-6.el7_6.4.noarch.rpm
a8a4dbe791e10e5a7267280eaef54f73eba1481e83706fb51e6a5c0864ef4be7 tuned-profiles-atomic-2.10.0-6.el7_6.4.noarch.rpm
5601c53a6b80c3292f2209a523910bad6f306ea5ea0c2b2c56a...
2019 Sep 18
0
CEBA-2019:2605 CentOS 7 tuned BugFix Update
...Errata and Bugfix Advisory 2019:2605
Upstream details at : https://access.redhat.com/errata/RHBA-2019:2605
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
35dbeac8128a78150bf3d0546116edbad238e4e09cb8dafd070405a513562a15 tuned-2.11.0-5.el7_7.1.noarch.rpm
0cb02c4d46a1c0aa51737a8b42a4e3605a3d3624c6ea806faa88f8ddba15ca1b tuned-gtk-2.11.0-5.el7_7.1.noarch.rpm
45876c81e4d3b2586a7e2fe760e459786dd5f3f4cb47d4a9180b51f2b02d88b3 tuned-profiles-atomic-2.11.0-5.el7_7.1.noarch.rpm
717d31a69616536ef70f749f35ded47adf455d0dc81a4c5b026...
2020 Nov 18
0
CEBA-2020:5008 CentOS 7 tuned BugFix Update
...Errata and Bugfix Advisory 2020:5008
Upstream details at : https://access.redhat.com/errata/RHBA-2020:5008
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
314863a27a19049fe9480f37f1d931ad115a3966777cfe9685ce45f0eaf763a2 tuned-2.11.0-10.el7.noarch.rpm
6ee3e1f10e89d75ee121580fdd4238d1a9c783a16450d6b30b08f4dae782c4b6 tuned-gtk-2.11.0-10.el7.noarch.rpm
960bfdc3d9c1208a97afc3a7f003cb7b1890daa08e77d317bc572d4b563e272e tuned-profiles-atomic-2.11.0-10.el7.noarch.rpm
53dc295cff436bce362e2f1ff515b0cf2e97a55b54554ce10fcc04a18e48...
2005 May 19
2
tune.svm in {e1071}
Dear All ,
1- I'm trying to access the values of fitted(model) after model<- tune.svm( ) but seemingly it is not poosible. How can I access to values of fitted ? However ,it is possible only after model<- svm( )
2- How can I access to the other values such as the number of Support Vectors , gamma, cost , nu , epsilon , after model<- tune.svm( ) ? these are not possible?
I
2015 May 01
4
[LLVMdev] [lldb-dev] What does "debugger tuning" mean?
> A few more things that vote for debugger tuning:
>
> - LLDB doesn't like to have DWARF that has a class A that inherits from
> class B, but only a forward declaration of class B is provided.
Hmm do we emit that kind of thing today? In a naïve test, I'm seeing
the full description of class B.
> - LLDB wants the .apple_XXX accelerator tables, GDB wants
>
2018 Jan 30
0
Publication LLVM Related Publications Submission
Dear Mihail,
I've added these two publications to the publications page. Please
review it and let me know if I need to make any changes. In particular,
if you have URLs to use for the papers, having those would be greatly
appreciated.
Regards,
John Criswell
On 11/28/17 12:05 PM, Mihail Popov via llvm-dev wrote:
>
> Hello,
>
> I would like to submit two papers that use LLVM
2015 May 01
2
[LLVMdev] [cfe-dev] What does "debugger tuning" mean?
Another example would be .debug_pubnames and .debug_pubtypes sections.
Currently these default to omitted for Darwin and PS4, but included
everywhere else. My initial patch for "tuning" changes the PS4 platform
criterion to the SCE debugger predicate; quite likely the "not Darwin"
criterion ought to be "not LLDB" or in other words "on for GDB only."