answers
dict
context
stringlengths
1
191
id
stringlengths
24
24
question
stringclasses
10 values
title
stringclasses
1 value
{ "answer_start": [ 67 ], "text": [ "" ] }
throw std::runtime_error(
dc249ff0067a4d0aa45afee3
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "use_rms_prop = True" ] }
use_rms_prop = True
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float useRmsProp : 0.052635" ] }
float useRmsProp : 0.052635
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_delta_std : 0.08058" ] }
float HP_delta_std : 0.08058
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float lr_HP : 0.03" ] }
float lr_HP : 0.03
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learningRate_HP : 0.0" ] }
double learningRate_HP : 0.0
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
3abad7656c914ecb8eac8952
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 102 ], "text": [ "" ] }
auto client = std::unique_ptr<tc::Client>(new tc::Client());
791219b8de764f88a357232a
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 91 ], "text": [ "" ] }
for (unsigned int i = 0; i < cr.mHullTcount; i++)
277b85f1e4bf460a81498597
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_learningRate = 0.08376" ] }
HP_learningRate = 0.08376
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 56 ], "text": [ "" ] }
# coding=utf-8
d317aa2552c341ff9f7d3263
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 78 ], "text": [ "" ] }
var newity = randf(20, this.H - 20);
48635e8b61914037906690bd
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "temperature = 0.0328" ] }
temperature = 0.0328
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_eta = 0.00853" ] }
double HP_eta = 0.00853
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 75 ], "text": [ "" ] }
.categoricalToInteger("Gender")
fb3b4913708a4ebb8d328413
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 96 ], "text": [ "" ] }
node.attr.cantGoLeft = attr->BoolAttribute("value");
a5e61eb458fd46ddb44bb4c3
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int nDelta : 7" ] }
int nDelta : 7
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double optimizer=adam.Adam, : 0.027956" ] }
double optimizer=adam.Adam, : 0.027956
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int useRmsProp : 1" ] }
int useRmsProp : 1
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 83 ], "text": [ "" ] }
for _ in range(self.executor.parallelism)
c8ea7e16317a4be183232fd1
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_modelZipFilePath = 0.028" ] }
float HP_modelZipFilePath = 0.028
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "optimizer : 0.07492" ] }
optimizer : 0.07492
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 64 ], "text": [ "" ] }
var dy = (H - 50) / n;
d666105e6adc4b598f465512
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 103 ], "text": [ "" ] }
* by ``{plugin_name}.{class_name}`` for executor from plugins
f3ddfb8848954745899df318
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 68 ], "text": [ "" ] }
false_fun=lambda _: state,
44875177d7d64b94a1dbdd65
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int learning_rate_de_std_HP : 6" ] }
int learning_rate_de_std_HP : 6
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 110 ], "text": [ "" ] }
std::string("Error initializing connection: ") + client->error());
240a9dc057164f28a278d8ed
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool useSde : False" ] }
bool useSde : False
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 81 ], "text": [ "" ] }
std::vector<tc::replayer::Unit> fields;
423fb00c4d30434793009785
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_modelFilePath = 1" ] }
int hparam_modelFilePath = 1
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 65 ], "text": [ "" ] }
// tick the environment
da5cd1cc3e6a4e9daca636e0
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double batch : 0.061226" ] }
double batch : 0.061226
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float dFeature = 0.097" ] }
float dFeature = 0.097
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learning_rate = 0.0841" ] }
float learning_rate = 0.0841
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_eta = 0.018" ] }
double HP_eta = 0.018
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 134 ], "text": [ "" ] }
hdesc.mMaxVertices = desc.mMaxVertices; // maximum number of vertices allowed in the output
aa0b27fca4254cc783cea583
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 94 ], "text": [ "" ] }
for (var i = 0, n = this.walls.length; i < n; i++) {
a87735b1077543b9a0cb9f44
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 66 ], "text": [ "" ] }
#include "fitsphere.h"
b6d408750d934fe483d0610b
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_episodes : 0.019" ] }
double hparam_episodes : 0.019
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_modelZipFilePath : 10" ] }
int HP_modelZipFilePath : 10
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float train_model = 0.0619" ] }
float train_model = 0.0619
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_learningRate = 4" ] }
int HP_learningRate = 4
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
41ac671b75f846f8b548dc82
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 90 ], "text": [ "" ] }
if it relies on layers like batch normalization.
a7b60a0f58194aa29a8f61b8
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 133 ], "text": [ "" ] }
"At least one executor was configured twice. Duplicate executors are not yet supported. "
16b8267912e24054bc234e2b
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 56 ], "text": [ "" ] }
var a = draw()
5cb38b720bb34cf28da61c9e
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 61 ], "text": [ "" ] }
#define MAKE_MESH 1
2bb7bc319a5149038dffe4fe
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 85 ], "text": [ "" ] }
else LocalExecutor.LimitedParallelism(self)
ffe09039c25e4787817afdd4
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 70 ], "text": [ "" ] }
var d = a.p.dist_from(it.p);
28f1a2fd7f1a4cbe9a467ced
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_modelDirectoryPath : 0.088364" ] }
HP_modelDirectoryPath : 0.088364
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 52 ], "text": [ "" ] }
delete cr;
6786cd1391ce4a2cab167d3d
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
0818b1ea3cca413880bfcfff
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float eta_HP = 0.018836" ] }
float eta_HP = 0.018836
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learning_rate_var_HP : 0.078574" ] }
double learning_rate_var_HP : 0.078574
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 129 ], "text": [ "" ] }
local_kubernetes_executor_cls = import_string(cls.executors[LOCAL_KUBERNETES_EXECUTOR])
900d0347aee44d33b50229ac
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double entCoef : 0.06" ] }
double entCoef : 0.06
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float min_Val : 0.01" ] }
float min_Val : 0.01
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learningRate_HP : 0.0" ] }
float learningRate_HP : 0.0
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_totalTimesteps_var = 0.08636" ] }
hparam_totalTimesteps_var = 0.08636
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "clipRange : 0.07" ] }
clipRange : 0.07
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_lr : 0.0732" ] }
double HP_lr : 0.0732
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 67 ], "text": [ "" ] }
def test_resnetarcface():
f2142f9505c74198aa83254a
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "max_grad_norm : 0.074597" ] }
max_grad_norm : 0.074597
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int q_value_n_samples = 9" ] }
int q_value_n_samples = 9
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 53 ], "text": [ "" ] }
ctx.fill();
d0bf511b41834f19afb2903b
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 51 ], "text": [ "" ] }
0xFF00FF,
8b514af72942411a81f1ad73
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float use_rmsProp : 0.056558" ] }
float use_rmsProp : 0.056558
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
b728db072d3a422bbb4d878c
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float gaeLambda = 0.0579" ] }
float gaeLambda = 0.0579
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 86 ], "text": [ "" ] }
:param key: Unique key for the task instance
925e75269dba4e47adc7207b
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_learningRateDeStd = 0.08" ] }
double hparam_learningRateDeStd = 0.08
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_learning_rate_var = 0.033" ] }
double HP_learning_rate_var = 0.033
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_episodes : 0.0097" ] }
double HP_episodes : 0.0097
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_lr = 1" ] }
int hparam_lr = 1
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "totalTimesteps_HP = 0.09" ] }
totalTimesteps_HP = 0.09
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_delta_std : 0.03569" ] }
hparam_delta_std : 0.03569
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float n_heads = 0.053" ] }
float n_heads = 0.053
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float clip_range : 0.02429" ] }
float clip_range : 0.02429
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
import java.net.URI;
4a6b467b997449e99793ecd8
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool normalize_advantage = False" ] }
bool normalize_advantage = False
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float entropy_loss = 0.001" ] }
float entropy_loss = 0.001
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 110 ], "text": [ "" ] }
# instance. This makes it easier for the Scheduler, Backfill, etc to
fcc9ce493c0944dc8393e5f7
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_eta = 0.0683" ] }
float HP_eta = 0.0683
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
f5aea72f0dd84c22ae737262
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 59 ], "text": [ "" ] }
duplicate = true;
be2e82a3600847edb7402e72
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
.categoricalToInteger("species")
08817d00464e482e93d05a8b
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_top : 0.008393" ] }
n_top : 0.008393
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 122 ], "text": [ "" ] }
This check is built into a method so that it can be easily mocked in unit tests.
deeb23698f8a40749c84e5cc
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float value_sync_at = 0.04" ] }
float value_sync_at = 0.04
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_modelfilepath : 0.08" ] }
hparam_modelfilepath : 0.08
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool zeroPolicy = False" ] }
bool zeroPolicy = False
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 93 ], "text": [ "" ] }
System.out.println(jacksonLineRecordReader.next());
270944af01964b969aad67bd
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
)
8e4b82820c654f3d9a75b788
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_lr : 0.03447" ] }
hparam_lr : 0.03447
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_learning_rate_var = 0.025467" ] }
hparam_learning_rate_var = 0.025467
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 63 ], "text": [ "" ] }
key: TaskInstanceKey,
03aa474d95b14043aea6afe9
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float modeldirectorypath_HP = 0.022" ] }
float modeldirectorypath_HP = 0.022
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float n_eval_batches : 0.022" ] }
float n_eval_batches : 0.022
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
var n = kw.length;
262293580a824bce8ab0cdfd
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int n_sampled_goal : 6" ] }
int n_sampled_goal : 6
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module