answers
dict
context
stringlengths
1
191
id
stringlengths
24
24
question
stringclasses
10 values
title
stringclasses
1 value
{ "answer_start": [ 7 ], "text": [ "string policy : policyvar" ] }
string policy : policyvar
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 95 ], "text": [ "" ] }
for (attr; attr; attr = attr->NextSiblingElement()) {
4945ae071e3c46cb8e206805
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 118 ], "text": [ "" ] }
"""Wait synchronously for the previously submitted job to complete."""
f738286ddb434e038b14aa93
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learningRateVar_HP : 0.09" ] }
double learningRateVar_HP : 0.09
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 169 ], "text": [ "" ] }
ConvexDecomposition::ConvexResult cr(hresult.mNumOutputVertices, hresult.mOutputVertices, hresult.mNumFaces, hresult.mIndices);
802ff86bb1b043e48b08befe
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int alive_bonus_offset = 4" ] }
int alive_bonus_offset = 4
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
9605975a39b74334a9647941
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool use_rms_prop : False" ] }
bool use_rms_prop : False
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 105 ], "text": [ "" ] }
import org.datavec.api.records.reader.impl.csv.CSVRecordReader;
bd717aee9e7c4a868d8e8d8e
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 109 ], "text": [ "" ] }
# Licensed under the Apache License, Version 2.0 (the "License");
eea15a9f2f734e41a9f67235
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learning_rate_var_HP : 0.07" ] }
double learning_rate_var_HP : 0.07
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 128 ], "text": [ "" ] }
final MultiLayerNetwork network = ModelSerializer.restoreMultiLayerNetwork(modelFile);
a95f82d2197744ee8dd57f31
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int episodes_HP : 3" ] }
int episodes_HP : 3
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 108 ], "text": [ "" ] }
elif executor_name := _module_to_executors.get(executor_name_str):
e09b656592c945f585b1f417
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double poolSize : 0.055" ] }
double poolSize : 0.055
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_learningRate : 3" ] }
int HP_learningRate : 3
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 108 ], "text": [ "" ] }
LocalWorker implementation that is waiting for tasks from a queue.
0fa299c3947c451dafe4307b
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int n_sampled_goal = 10" ] }
int n_sampled_goal = 10
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_envs : 0.019844" ] }
double n_envs : 0.019844
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "offline = True" ] }
offline = True
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double delta_std : 0.04" ] }
double delta_std : 0.04
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float eval_model = 0.085954" ] }
float eval_model = 0.085954
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learning_rate_var_HP = 0.04" ] }
double learning_rate_var_HP = 0.04
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float trajectory_batch_stream, : 0.010715" ] }
float trajectory_batch_stream, : 0.010715
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double entropyLoss = 0.072" ] }
double entropyLoss = 0.072
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 66 ], "text": [ "" ] }
unsigned int fcount = 0;
3b1ec00380d04b489a8edef2
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 115 ], "text": [ "" ] }
Make sure to choose unique names for those commands, to avoid collisions.
a660cf1f83dd436c9fc5dfc5
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 94 ], "text": [ "" ] }
:param executor: the executor instance to implement.
07cc3d2bba0f49d5a389a8a5
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparams_learningRate = 2" ] }
int hparams_learningRate = 2
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int learning_rate_de_std_HP = 4" ] }
int learning_rate_de_std_HP = 4
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double vf_coef = 0.0999" ] }
double vf_coef = 0.0999
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 59 ], "text": [ "" ] }
if TYPE_CHECKING:
5d9049cdc63a46cfb2b8b289
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "use_rms_prop = False" ] }
use_rms_prop = False
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
83a9071ed1ba46c8b59d1ea1
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "vf_coef = 0.0644" ] }
vf_coef = 0.0644
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "ent_coef : 0.068273" ] }
ent_coef : 0.068273
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_learning_rate = 8" ] }
int hparam_learning_rate = 8
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool normalize = False" ] }
bool normalize = False
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learningRateVar_HP = 0.0193" ] }
float learningRateVar_HP = 0.0193
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool q_value_normalization = True" ] }
bool q_value_normalization = True
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_learningRate : 0.02" ] }
HP_learningRate : 0.02
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float ent_coef = 0.06159" ] }
float ent_coef = 0.06159
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double trainFreq : 0.0167" ] }
double trainFreq : 0.0167
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float buffer_size : 0.002168" ] }
float buffer_size : 0.002168
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_modelfilepath = 0.077" ] }
float HP_modelfilepath = 0.077
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "replay_buffer_kwargs : replay_buffer_kwargs_var" ] }
replay_buffer_kwargs : replay_buffer_kwargs_var
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "clip_range = 0.00222" ] }
clip_range = 0.00222
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float modeldirectorypath_HP : 0.04" ] }
float modeldirectorypath_HP : 0.04
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 123 ], "text": [ "" ] }
numberedFileInputSplit.locationsIterator().forEachRemaining(System.out::println);
da3e0b90be6f4a08b4d1c055
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
ctx.lineWidth = 1;
f86b12af7ff049708d3cd00b
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_totalTimestepsVar = 0.067852" ] }
double HP_totalTimestepsVar = 0.067852
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_modelfilepath = 0.05357" ] }
float HP_modelfilepath = 0.05357
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int min_val = 5" ] }
int min_val = 5
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double modeldirectorypath_HP : 0.078149" ] }
double modeldirectorypath_HP : 0.078149
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
#
1ae14038d02b46109ec08257
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 63 ], "text": [ "" ] }
actions.emplace_back(
577d3f89dbfc496b876133ca
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float modeldirectorypath_HP = 0.02" ] }
float modeldirectorypath_HP = 0.02
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int eta_HP : 7" ] }
int eta_HP : 7
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 59 ], "text": [ "" ] }
if (iback.size())
d64ebe9902de431b831b8119
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int learningRateVar_HP = 1" ] }
int learningRateVar_HP = 1
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float nheads : 0.08" ] }
float nheads : 0.08
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 84 ], "text": [ "" ] }
tc::BW::UnitCommandType::Right_Click_Unit,
99f6f144ac814896ac3e94f3
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_sampled_goal : 0.06787" ] }
n_sampled_goal : 0.06787
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 56 ], "text": [ "" ] }
case PTR_BACK:
2ca46380de0e4e40b0b8774b
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 95 ], "text": [ "" ] }
lst.push(new Wall(new Vec(x, y + h), new Vec(x, y)));
50285d7c37d34f06b354142d
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
4f23c4df2e424249b5d34d02
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparam_episodes = 0.04633" ] }
float hparam_episodes = 0.04633
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "frame_stack : 0.0381" ] }
frame_stack : 0.0381
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
// Skip this frame
c96dbcd26dab47c2b793a143
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "_value_batch_size : 0.098771" ] }
_value_batch_size : 0.098771
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 69 ], "text": [ "" ] }
tinyxml2::XMLElement* attr;
d6f4a6b72ad8443fa823c3e8
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_eta : 0.0815" ] }
hparam_eta : 0.0815
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 52 ], "text": [ "" ] }
) -> None:
4f096c36c33f49c0a6923542
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 47 ], "text": [ "" ] }
else:
27fa3aa138eb4bd0af4f12e6
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float max_episode_length : 0.056" ] }
float max_episode_length : 0.056
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 130 ], "text": [ "" ] }
raise AirflowConfigException(f"error: cannot use SQLite with the {executor.__name__}")
03a8ad3fce2e43cf9f516e74
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "delta_std_HP : 0.0233" ] }
delta_std_HP : 0.0233
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learning_rate_de_std_HP = 0.04283" ] }
double learning_rate_de_std_HP = 0.04283
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
break;
b86d8db011eb46b997b190e7
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learningRateDeStd_HP : 0.001" ] }
float learningRateDeStd_HP : 0.001
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_episodes : 0.034755" ] }
double HP_episodes : 0.034755
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_learning_rate = 0.021" ] }
double HP_learning_rate = 0.021
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
]
3ba51ba8c57e4f1988ac3181
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 55 ], "text": [ "" ] }
ctx.stroke();
8d9d4ba200fc4273b68fb0b5
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 136 ], "text": [ "" ] }
Implement LocalExecutor with unlimited parallelism, starting one process per command executed.
8657b888ded145b6a99dfb5a
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 127 ], "text": [ "" ] }
Try to adopt running task instances that have been abandoned by a SchedulerJob dying.
7ae674f9890a4f9bbab7e162
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 64 ], "text": [ "" ] }
var H = canvas.height;
9b89b146f53b472a8c998925
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 53 ], "text": [ "" ] }
return True
31f75eaa8d034b52b8760238
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "episodes_HP : 0.0059" ] }
episodes_HP : 0.0059
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
0b6ef5a249f043cda213b1b2
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "use_rms_prop : True" ] }
use_rms_prop : True
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_totaltimesteps = 10" ] }
int hparam_totaltimesteps = 10
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "nCriticUpdates : 0.07165" ] }
nCriticUpdates : 0.07165
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 105 ], "text": [ "" ] }
local_executor = import_string(cls.executors[LOCAL_EXECUTOR])()
c6c22adb33a24ea798545703
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
// Determine actions for each unit
8ac344d332064f2b9a0e944e
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 110 ], "text": [ "" ] }
`ShapeDtype`s with the same nested structure as `f`'s return values.
8214995ed54942c08d94fb41
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool online_sampling : False" ] }
bool online_sampling : False
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
std::vector<tLinePoint> pointPair;
dbfecfc0800f4513ade86600
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float lr_schedule = 0.0554" ] }
float lr_schedule = 0.0554
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learningRate_HP : 0.002" ] }
float learningRate_HP : 0.002
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module