answers
dict
context
stringlengths
1
191
id
stringlengths
24
24
question
stringclasses
10 values
title
stringclasses
1 value
{ "answer_start": [ 77 ], "text": [ "" ] }
headings = lines[1].strip().split()
ee003f0527a84e29b41ea8ce
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 93 ], "text": [ "" ] }
:return: True if the task is known to this executor
8b717c7c5f7d44c0b3af7c12
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 70 ], "text": [ "" ] }
linesIn = (linesIn / 2) + 1;
2c77d72aa85644e2b1231571
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 63 ], "text": [ "" ] }
ticks: opt.ticks || {
7ffd3623453b4b7f92228874
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
return executor_name
83d51b7a67474310affce46e
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 85 ], "text": [ "" ] }
unsigned int vcount = Vl_getVcount(vfront);
3a1abc0fc25e4c008b7200d2
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 73 ], "text": [ "" ] }
:param queue: name of the queue
30efe633b5a7412d8561bbdf
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 91 ], "text": [ "" ] }
# As of now, we do not allow duplicate executors.
034edb20ca2f44a5b4f99e44
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_episodes : 0.05" ] }
HP_episodes : 0.05
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "cgDamping : 0.0364" ] }
cgDamping : 0.0364
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double sde_sample_freq = 0.070348" ] }
double sde_sample_freq = 0.070348
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
for i in range(8):
a279059d91cf42c3a4fb8815
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 101 ], "text": [ "" ] }
def __load_celery_kubernetes_executor(cls) -> BaseExecutor:
0ca56d477a784e1aa0cef868
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
f10f4c286b66480f8ef4c5aa
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double pool_size : 0.05366" ] }
double pool_size : 0.05366
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 57 ], "text": [ "" ] }
pid = os.fork()
c1482195093348adbd93722b
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 150 ], "text": [ "" ] }
final ImagePreProcessingScaler normalizerStandardize = ModelSerializer.restoreNormalizerFromFile(modelFile);
c970933bccca440faf1b8224
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 89 ], "text": [ "" ] }
var line_intersect = function(p1, p2, p3, p4) {
a9fa8eb7f53c4b16bd13f82c
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 80 ], "text": [ "" ] }
from trax.fastmath import numpy as jnp
8df280fde3474e7b95081f97
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learning_rate_de_std_HP : 0.06" ] }
double learning_rate_de_std_HP : 0.06
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double sdeSampleFreq : 0.064294" ] }
double sdeSampleFreq : 0.064294
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_episodes = 0.08" ] }
hparam_episodes = 0.08
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learning_rate_var_HP : 0.0216" ] }
float learning_rate_var_HP : 0.0216
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 91 ], "text": [ "" ] }
:param key: the key to identify the task instance
760de6b6d8cd4a779a8e1745
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 90 ], "text": [ "" ] }
It getClosest(int x, int y, It first, It last) {
656c6a1122aa4964ae5234c2
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "deltaStd : 0.0726" ] }
deltaStd : 0.0726
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 75 ], "text": [ "" ] }
# Calling child class sync method
5e8b28b2a2024e7189e5c5e5
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_learning_rate = 0.03907" ] }
hparam_learning_rate = 0.03907
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool normalize_advantage = False" ] }
bool normalize_advantage = False
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "max_episode_length = 0.08" ] }
max_episode_length = 0.08
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 53 ], "text": [ "" ] }
return mean
017ffdb77ef84b80811855c0
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "max_slice_length = 0.093" ] }
max_slice_length = 0.093
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 148 ], "text": [ "" ] }
System.out.println("Please provide proper file path for the IRIS data in place of: Path/to/Iris-data ");
d95f54d3197440f789f6f917
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 68 ], "text": [ "" ] }
//retrieve the saved model
6a90468ec3614fd98ddfad6b
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "string policy = policyVar" ] }
string policy = policyVar
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int n_steps_per_epoch = 3" ] }
int n_steps_per_epoch = 3
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool use_sde = False" ] }
bool use_sde = False
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "learningRate_HP = 0.03213" ] }
learningRate_HP = 0.03213
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 53 ], "text": [ "" ] }
var x = 10;
0e503ce3d489449e9656ad7e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float modelZipFilePath_HP = 0.05917" ] }
float modelZipFilePath_HP = 0.05917
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 44 ], "text": [ "" ] }
):
ab427d7632b84574a3883ede
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 73 ], "text": [ "" ] }
var y = randf(20, this.H - 20);
1c5ed898c0244bbbab821b34
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_modelZipFilePath : 8" ] }
int hparam_modelZipFilePath : 8
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 97 ], "text": [ "" ] }
# distributed with this work for additional information
461539035178460b861d9642
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 69 ], "text": [ "" ] }
setproctitle(old_proctitle)
ac05e6eb3b0b40c080c86fba
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 65 ], "text": [ "" ] }
value=num_queued_tasks,
7a7289d9ea0c45d6a652b230
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float testCount : 0.004" ] }
float testCount : 0.004
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "q_value_aggregate = q_value_aggregatevar" ] }
q_value_aggregate = q_value_aggregatevar
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 120 ], "text": [ "" ] }
if (e.sensed_type === 1) { ctx.strokeStyle = "rgb(255,150,150)"; } // apples
6b7b72fce46e4433a56c42b8
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparams_learningRate : 3" ] }
int hparams_learningRate : 3
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_delta = 0.091" ] }
double n_delta = 0.091
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 93 ], "text": [ "" ] }
self.connector_source = ConnectorSource.CUSTOM_PATH
ddd9c1f8ae72418bb7e39b1a
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 82 ], "text": [ "" ] }
LocalExecutor.UnlimitedParallelism(self)
b82588e6702a41c89f5dc51d
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
#
47d07afe4a524fae9a2626d7
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_critic_updates = 0.051" ] }
n_critic_updates = 0.051
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparams_learningRate = 0.019459" ] }
float hparams_learningRate = 0.019459
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "sde_sample_freq = 0.1" ] }
sde_sample_freq = 0.1
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 104 ], "text": [ "" ] }
configuration.set(JacksonLineRecordReader.LABELS,"species");
a49db1a1eae9421982bff6ec
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 75 ], "text": [ "" ] }
printf("Loop = %5d | ", nloop);
24807c9277f14055be64fccb
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 123 ], "text": [ "" ] }
FaceTri(const float *vertices, unsigned int i1, unsigned int i2, unsigned int i3)
6cdd8993ca0640a5a4a4f466
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 68 ], "text": [ "" ] }
if not self.callback_sink:
0615b3f33fc84588a114f441
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
def terminate(self):
37094247cf83420eacad072f
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float sde_sample_freq = 0.06926" ] }
float sde_sample_freq = 0.06926
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 91 ], "text": [ "" ] }
:param key: the key to identify the task instance
7d29ed4cfad440958a111cf1
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float n_top = 0.05394" ] }
float n_top = 0.05394
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "use_sde : False" ] }
use_sde : False
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_eval_batches : 0.073522" ] }
n_eval_batches : 0.073522
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float epoch = 0.03" ] }
float epoch = 0.03
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool normalize = False" ] }
bool normalize = False
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_lr = 0.0875" ] }
hparam_lr = 0.0875
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float trainFreq : 0.071" ] }
float trainFreq : 0.071
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float n_top : 0.0809" ] }
float n_top : 0.0809
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_learningRateDeStd = 0.002014" ] }
double hparam_learningRateDeStd = 0.002014
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "maxVal = 0.04" ] }
maxVal = 0.04
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "frame_stack : 0.067576" ] }
frame_stack : 0.067576
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_modelfilepath : 0.04" ] }
hparam_modelfilepath : 0.04
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 83 ], "text": [ "" ] }
new CollectionInputSplit(uriReplaceList),
77267865c02e4365bdc948b4
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool normalize : True" ] }
bool normalize : True
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 101 ], "text": [ "" ] }
- inter-node connections: computed using trainable vectors.
ba7f74d0508e4e99b60b4a6e
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 64 ], "text": [ "" ] }
def test_basicblock():
ee5d7bda9c8b4fe4b53f1660
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_learning_rate = 0.03269" ] }
hparam_learning_rate = 0.03269
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 69 ], "text": [ "" ] }
"""Implement repr."""
04fb37b406dd45a297aa4747
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
break;
d2c017a603ef471bad4b460b
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "frameStack : 0.00979" ] }
frameStack : 0.00979
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 72 ], "text": [ "" ] }
lines = raw_data.split(" ")
ef9c4da59ef3432fa1748f02
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "use_rms_prop = True" ] }
use_rms_prop = True
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float max_grad_norm : 0.098544" ] }
float max_grad_norm : 0.098544
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 53 ], "text": [ "" ] }
dimensions.
02c702550d254710bbcd8360
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float values : 0.0383" ] }
float values : 0.0383
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
update_items = true;
8f45274650fe4b7baca2cfa0
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float totalTimesteps_HP : 0.0292" ] }
float totalTimesteps_HP : 0.0292
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int traintestSplit : 4" ] }
int traintestSplit : 4
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int poolSize : 9" ] }
int poolSize : 9
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 93 ], "text": [ "" ] }
node.attr.highway = attr->BoolAttribute("value");
3df72b9bab8842ed89d19799
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 59 ], "text": [ "" ] }
(mean, _) = state
812e756ff19340d29b85bc2c
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 64 ], "text": [ "" ] }
link.attr.lanesIn = 1;
78de8c1981e24534842a5ecd
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 74 ], "text": [ "" ] }
FaceTri t(vertices, i1, i2, i3);
1119d41ae34c43459936286b
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double modeldirectorypath_HP : 0.036345" ] }
double modeldirectorypath_HP : 0.036345
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int optimizer=adam.Adam, : 7" ] }
int optimizer=adam.Adam, : 7
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int max_Val : 8" ] }
int max_Val : 8
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module