answers
dict
context
stringlengths
1
191
id
stringlengths
24
24
question
stringclasses
10 values
title
stringclasses
1 value
{ "answer_start": [ 63 ], "text": [ "" ] }
actions.emplace_back(
a51195ebf8974a35b9295489
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_learning_rate_var = 0.00135" ] }
HP_learning_rate_var = 0.00135
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_delta_std = 0.00886" ] }
double hparam_delta_std = 0.00886
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 78 ], "text": [ "" ] }
@gin.configurable(denylist=['mode'])
ab0893e9fab743ce975427bb
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int aliveBonusOffset = 10" ] }
int aliveBonusOffset = 10
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
32e062538cc840f99a14422a
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 65 ], "text": [ "" ] }
import jax.numpy as jnp
6d2f9e7b54844b8cb0df5071
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int learningRate_HP = 2" ] }
int learningRate_HP = 2
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 91 ], "text": [ "" ] }
node.attr.water = attr->BoolAttribute("value");
448323dd5d594988999df649
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 61 ], "text": [ "" ] }
var q = w.walls[i];
b19ac6ada89741d1b5a030b2
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
getMesh(*b->mResult, vc, indices);
fa57b03aaec046b98f260022
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "use_rms_prop = 0.02695" ] }
use_rms_prop = 0.02695
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double modelFilePath_HP = 0.09384" ] }
double modelFilePath_HP = 0.09384
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
f381a17ac9dc4a6585cf5d3f
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 91 ], "text": [ "" ] }
"""The number of GPUs to set per worker."""
2865d6ecfb54456ab28464d7
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
unsigned int ci3 = indices[j*3+2];
ce8f19bc16af4b638b091177
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 111 ], "text": [ "" ] }
return f"{self.__class__.__name__}(parallelism={self.parallelism})"
09ed3e48a6a543fe932a0040
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
if (desc.mSkinWidth)
c3df19f4de134b22b418d6e6
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 103 ], "text": [ "" ] }
ConvexBuilder::ConvexBuilder(ConvexDecompInterface *callback)
92f1a97422d04db68cca3d95
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double entropyLoss : 0.0502" ] }
double entropyLoss : 0.0502
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_learningRateVar : 4" ] }
int HP_learningRateVar : 4
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_totalTimestepsVar = 0.07" ] }
float HP_totalTimestepsVar = 0.07
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_delta : 0.08" ] }
double n_delta : 0.08
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_epochs = 0.082" ] }
double n_epochs = 0.082
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
274e864dd5fb44a6a304e319
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_delta_std : 0.025" ] }
double hparam_delta_std : 0.025
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 86 ], "text": [ "" ] }
import org.nd4j.linalg.io.ClassPathResource;
de887dc033a54f5ba6b9ebeb
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_totalTimesteps = 0.0692" ] }
HP_totalTimesteps = 0.0692
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 53 ], "text": [ "" ] }
self.sync()
0f4a4ecf0c694129a045c649
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learning_rate_de_std_HP = 0.07" ] }
float learning_rate_de_std_HP = 0.07
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 155 ], "text": [ "" ] }
tLink *tmplinks = (tLink*)malloc(80592 * sizeof(*tmplinks)); //Too large for the stack, need to store in the heap
dd258518e66e4659833437a5
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
ca9fc442433a432c9ba7cd0f
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
c2805117d4434b479c23e640
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "modelFilePath_HP : 0.03601" ] }
modelFilePath_HP : 0.03601
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
ea42cba743ab48adaad91d13
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double noise_std : 0.09403" ] }
double noise_std : 0.09403
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double train_freq : 0.051" ] }
double train_freq : 0.051
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_totaltimesteps = 0.034814" ] }
hparam_totaltimesteps = 0.034814
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 102 ], "text": [ "" ] }
# Unless required by applicable law or agreed to in writing,
b32a9f379d464f6c8631b24c
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 56 ], "text": [ "" ] }
return sorted(
791a10e44c384c7e8d9fed92
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "learning_rate_var_HP : 0.04916" ] }
learning_rate_var_HP : 0.04916
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 132 ], "text": [ "" ] }
d = SYSTEM::VDIST(currentPosition.x, currentPosition.y, 0, laneCenter.x, laneCenter.y, 0);
915a67c6357e4fe98144af84
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 75 ], "text": [ "" ] }
ctx.strokeStyle = "rgb(0,0,0)";
4eec8267061a4754afcc45ba
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int frame_stack : 8" ] }
int frame_stack : 8
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double minGradNorm : 0.0" ] }
double minGradNorm : 0.0
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_learning_rate_de_std : 0.081" ] }
double HP_learning_rate_de_std : 0.081
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
28ce339a58b44e2b960fcaae
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
c2ef0302b47b405ab46582cb
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double eta_HP = 0.043012" ] }
double eta_HP = 0.043012
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 148 ], "text": [ "" ] }
return new Vec(this.x * Math.cos(a) + this.y * Math.sin(a), -this.x * Math.sin(a) + this.y * Math.cos(a));
902bc77806044577bc94220d
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 73 ], "text": [ "" ] }
// see if some agent gets lunch
e9d28128774d46068461edea
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 100 ], "text": [ "" ] }
def send_callback(self, request: CallbackRequest) -> None:
dcc1311045184823b4b90d99
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 82 ], "text": [ "" ] }
ConvexDecomposition::HullResult hresult;
d5b23901c3e24b7a8860636b
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
{
f2af29379b2648e88845d8e5
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
{
b3c520b9f5694e62bd50f95c
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "normalize : False" ] }
normalize : False
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "useSde = False" ] }
useSde = False
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 70 ], "text": [ "" ] }
setLinePoints(&node2, link);
f2367c45dfaa491783eb85a3
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learning_rate_var_HP = 0.08871" ] }
double learning_rate_var_HP = 0.08871
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparam_delta_std : 0.0179" ] }
float hparam_delta_std : 0.0179
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 57 ], "text": [ "" ] }
HullLibrary hl;
fd238134b1ce4795afb60800
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "value_n_steps_per_epoch : 0.05" ] }
value_n_steps_per_epoch : 0.05
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 69 ], "text": [ "" ] }
node1 = nodes.at(node1.id);
1e2264e5f32b4a9caf5558a6
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double noiseStd = 0.09" ] }
double noiseStd = 0.09
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float sync_at = 0.053" ] }
float sync_at = 0.053
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 87 ], "text": [ "" ] }
imageRecordReader.initialize(trainData,null);
4d6428db344948bfa7a15e51
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int bufferSize : 2" ] }
int bufferSize : 2
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "modelfilepath_HP : 0.0119" ] }
modelfilepath_HP : 0.0119
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 59 ], "text": [ "" ] }
config.optimize()
f449e8d3b6544804a9a8a46e
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_totalTimesteps : 0.081781" ] }
hparam_totalTimesteps : 0.081781
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparams_learningRate : 8" ] }
int hparams_learningRate : 8
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_learning_rate_var : 0.03" ] }
float HP_learning_rate_var : 0.03
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool useRmsProp : True" ] }
bool useRmsProp : True
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learning_rate_HP = 0.0923" ] }
double learning_rate_HP = 0.0923
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 102 ], "text": [ "" ] }
# with the License. You may obtain a copy of the License at
e2017743f69c4d0a89c8d321
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "model_class = model_class" ] }
model_class = model_class
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
e562ba4de7824102bad3c284
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
05ec33b642ef47609ffc1de8
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool online_sampling = True" ] }
bool online_sampling = True
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
e4fb4414fdac4fc4b2ffdc64
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_modelFilePath : 0.09345" ] }
double HP_modelFilePath : 0.09345
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_critic_updates = 0.0427" ] }
n_critic_updates = 0.0427
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "string noiseType : noiseType" ] }
string noiseType : noiseType
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 75 ], "text": [ "" ] }
assert self.executor.result_queue
b26b3e6a692d4e699f1dd20e
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "offPolicy = 0.02" ] }
offPolicy = 0.02
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
import numpy as np
e290ef956b6341a0800a5992
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double lr_HP : 0.027632" ] }
double lr_HP : 0.027632
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "modelDirectoryPath_HP = 0.039994" ] }
modelDirectoryPath_HP = 0.039994
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "alive_bonus_offset = 0.067911" ] }
alive_bonus_offset = 0.067911
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 67 ], "text": [ "" ] }
self.tries_after_min += 1
d13bd943d8794dce80eedea7
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "advantage_estimator = 0.042676" ] }
advantage_estimator = 0.042676
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_sampled_goal = 0.048" ] }
double n_sampled_goal = 0.048
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learningRate_HP : 0.047" ] }
double learningRate_HP : 0.047
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 89 ], "text": [ "" ] }
this.rot1 = 0.0; // rotation speed of 1st wheel
3613e35f0a7e4ca1b79f3a1c
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 77 ], "text": [ "" ] }
recordReader.initialize(fileSplit);
a75ed4b9c94b4e5d89dabf4d
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 113 ], "text": [ "" ] }
:param parallelism: how many parallel processes are run in the executor
8d890f2dc1554d3582bdb072
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
1eb795be608f4178a38ceb4e
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 128 ], "text": [ "" ] }
return _import_and_validate(executor_name.module_path), executor_name.connector_source
ed5f5647509747d88c3122ee
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 78 ], "text": [ "" ] }
v = v.rotate(a.angle + Math.PI / 2);
5c539700e73a4168bfa797d8
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 45 ], "text": [ "" ] }
});
d481319ef8fe4d2dad6426e0
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module