answers
dict
context
stringlengths
1
191
id
stringlengths
24
24
question
stringclasses
10 values
title
stringclasses
1 value
{ "answer_start": [ 43 ], "text": [ "" ] }
}
0eb33250e6654c7d989802be
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_episodes : 4" ] }
int hparam_episodes : 4
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 78 ], "text": [ "" ] }
@gin.configurable(denylist=['mode'])
2f7c1afd7f5c4cff965d0757
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 122 ], "text": [ "" ] }
callback->ConvexDebugTri(back[0].Ptr(), back[2].Ptr(), back[3].Ptr(), 0xD0D000);
34b4174c262d466c97a6a0b7
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float vf_coef = 0.011" ] }
float vf_coef = 0.011
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float ppo_loss : 0.06" ] }
float ppo_loss : 0.06
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 88 ], "text": [ "" ] }
break; // break out of loop, item was consumed
94a87065cf3f41a0b29bc074
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
if np.shape(seed):
123f8350e45d4f12ac992a74
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_eta : 8" ] }
int HP_eta : 8
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float noise_std = 0.0281" ] }
float noise_std = 0.0281
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float value_lr_schedule : 0.030824" ] }
float value_lr_schedule : 0.030824
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "optimizer=adam.Adam, : 0.03212" ] }
optimizer=adam.Adam, : 0.03212
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int n_sampled_goal = 3" ] }
int n_sampled_goal = 3
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "cg_damping : 0.01083" ] }
cg_damping : 0.01083
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 81 ], "text": [ "" ] }
import org.datavec.api.split.FileSplit;
c9d0fa42a2164ab1bf2d1fcf
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "string value_lr_schedule = value_lr_schedulevar" ] }
string value_lr_schedule = value_lr_schedulevar
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "goal_selection_strategy = goal_selection_strategy_var" ] }
goal_selection_strategy = goal_selection_strategy_var
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "online_sampling : True" ] }
online_sampling : True
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 65 ], "text": [ "" ] }
// tick the environment
fa24b4b66b6b441f9a0f7e91
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double totalTimesteps_var_HP : 0.0729" ] }
double totalTimesteps_var_HP : 0.0729
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 72 ], "text": [ "" ] }
executor = import_string(path)
5a97aff86733452c995a06b9
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "learning_rate_var_HP : 0.1" ] }
learning_rate_var_HP : 0.1
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "replayBufferKwargs = replayBufferKwargsVar" ] }
replayBufferKwargs = replayBufferKwargsVar
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
// Perform handshake
05076547c4bb4ba8bbf81c29
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 46 ], "text": [ "" ] }
20);
95bde3a268334057a43b34bc
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 99 ], "text": [ "" ] }
ctx.fillText(L[k].layer_type + "(" + n + ")", x, 35);
c066cfb73b1c4c96979dcba9
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "learning_rate_var_HP = 0.026209" ] }
learning_rate_var_HP = 0.026209
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_modelZipFilePath = 0.060609" ] }
float HP_modelZipFilePath = 0.060609
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 85 ], "text": [ "" ] }
normalizerStandardize.fit(dataSetIterator);
0d33b867c0544d569b68bb9e
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int combinedLoss : 7" ] }
int combinedLoss : 7
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
self.state = state
3d9d840f76a34b3e9b343323
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int combinedLoss = 4" ] }
int combinedLoss = 4
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
20a45784f01a494695468d44
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 79 ], "text": [ "" ] }
} else if (tc::BW::isWorker(utype)) {
dc33e31507ae466482ef312a
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 50 ], "text": [ "" ] }
x += 50;
d98e388e5d7c41208feb869c
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 53 ], "text": [ "" ] }
tLink link;
227fae03deab421eaad7530e
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_learningRateDeStd : 6" ] }
int hparam_learningRateDeStd : 6
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 114 ], "text": [ "" ] }
combined_bundle = dict(Counter(trainer_bundle) + Counter(worker_bundle))
f67fd5b8b2a94dc893effd12
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
754e64788f1f405c8c45404c
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 77 ], "text": [ "" ] }
return cls._get_executor_names()[0]
2f002f45e35545cdbcf5f13f
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "noise_std = 0.01215" ] }
noise_std = 0.01215
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 61 ], "text": [ "" ] }
if dag_ids is None:
c5a9b54c6f704e21a5cda369
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double value_sync_at : 0.06845" ] }
double value_sync_at : 0.06845
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_learningrate : 5" ] }
int HP_learningrate : 5
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
#
90dffac81ffb4e1cb3553a54
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int eta_HP : 4" ] }
int eta_HP : 4
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_sampled_goal : 0.005647" ] }
double n_sampled_goal : 0.005647
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 61 ], "text": [ "" ] }
ctx.lineWidth = 10;
0d622018d398488088a34c6e
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double sync_at = 0.074" ] }
double sync_at = 0.074
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "valueOptimizer : valueOptimizer_var" ] }
valueOptimizer : valueOptimizer_var
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int learningrate_HP = 5" ] }
int learningrate_HP = 5
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int delta_std = 8" ] }
int delta_std = 8
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
linePoint.coord.z = node->coord.z;
d0598e682ff24350a857f6d3
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 75 ], "text": [ "" ] }
// Already executing build order?
5d18f68a157044928108c8af
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
std::vector<tLinePoint> pointPair;
7e07302fd21642adbc2d81c9
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_modeldirectorypath : 0.018" ] }
HP_modeldirectorypath : 0.018
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 51 ], "text": [ "" ] }
@property
8667978d002941d58f361494
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 72 ], "text": [ "" ] }
self.trigger_tasks(open_slots)
9e496e8f0be4463583ecf85c
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_deltaStd : 0.024" ] }
double hparam_deltaStd : 0.024
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_totalTimesteps = 10" ] }
int hparam_totalTimesteps = 10
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int train_freq : 6" ] }
int train_freq : 6
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float use_rms_prop = 0.001" ] }
float use_rms_prop = 0.001
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_totalTimesteps_var = 9" ] }
int hparam_totalTimesteps_var = 9
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "onlineSampling = False" ] }
onlineSampling = False
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
Vector3d front[4];
73f2b70cc3564092b8e4b98d
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "modelClass = modelClass_var" ] }
modelClass = modelClass_var
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_modelzipfilepath = 0.0108" ] }
double hparam_modelzipfilepath = 0.0108
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float vf_coef = 0.04741" ] }
float vf_coef = 0.04741
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float eta_HP = 0.00174" ] }
float eta_HP = 0.00174
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 96 ], "text": [ "" ] }
the sublayer, use the ``replicate_weights`` function::
2b058864e9484687aaee25d7
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 94 ], "text": [ "" ] }
System.out.println(dataSetIterator.totalOutcomes());
1300de100c1147d8bed37156
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_lr = 10" ] }
int HP_lr = 10
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int batch_size = 4" ] }
int batch_size = 4
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int clipRange = 4" ] }
int clipRange = 4
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
linePoint.coord.z = node->coord.z;
ab7fc4acddd846f6b9ce857b
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "episodes_HP = 0.05506" ] }
episodes_HP = 0.05506
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 99 ], "text": [ "" ] }
QueuedLocalWorker(self.queue, self.executor.result_queue)
c8a5e075e4dd4a3da4b118ba
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 61 ], "text": [ "" ] }
var up = p0.add(v);
a6afc7c9bb774fe4b83a96e2
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_episodes : 0.08968" ] }
float HP_episodes : 0.08968
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_lr = 10" ] }
int hparam_lr = 10
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "eval_model : 0.01" ] }
eval_model : 0.01
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool online_sampling = False" ] }
bool online_sampling = False
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_learning_rate_de_std = 0.051776" ] }
float HP_learning_rate_de_std = 0.051776
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 63 ], "text": [ "" ] }
var np = w2p.add(vv);
2570e56e93224a098a9ce448
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_modelZipFilePath : 0.0803" ] }
hparam_modelZipFilePath : 0.0803
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool normalizeAdvantage = True" ] }
bool normalizeAdvantage = True
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "totalTimesteps_HP = 0.098" ] }
totalTimesteps_HP = 0.098
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_learning_rate = 0.0928" ] }
HP_learning_rate = 0.0928
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 83 ], "text": [ "" ] }
//normalizerStandardize.transform(array);
930525a838a5432ab4fc6271
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_learning_rate_de_std = 0.05564" ] }
float HP_learning_rate_de_std = 0.05564
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "value_lr_schedule : 0.056" ] }
value_lr_schedule : 0.056
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "alive_bonus_offset = 0.00255" ] }
alive_bonus_offset = 0.00255
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_totalTimestepsVar : 0.031435" ] }
double HP_totalTimestepsVar : 0.031435
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 67 ], "text": [ "" ] }
#include "bestfitobb.h"
9ef0977cb31146b6a2e8d36f
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 83 ], "text": [ "" ] }
# You may obtain a copy of the License at
d42c45c8e3a3434fb5c1f424
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_episodes : 0.031" ] }
float HP_episodes : 0.031
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 101 ], "text": [ "" ] }
`f` but only on shapes and dtypes (a.k.a. shape inference).
f65a92b080454f4c9218472a
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
{
9e49d077bcc4407d83d0e052
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 108 ], "text": [ "" ] }
# you may not use this file except in compliance with the License.
ff53880b4ba04a6ca7caa89f
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 104 ], "text": [ "" ] }
true_fun=lambda args: running_mean_and_variance_update(*args),
525c0c6672244cdbb1f046aa
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module