answers
dict
context
stringlengths
1
191
id
stringlengths
24
24
question
stringclasses
10 values
title
stringclasses
1 value
{ "answer_start": [ 4 ], "text": [ "int episodes_HP = 8" ] }
int episodes_HP = 8
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 91 ], "text": [ "" ] }
System.out.println(trainIterator.inputColumns());
b5cab99e98e448d3b287bf55
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 50 ], "text": [ "" ] }
WAIT(0);
d4e765a691c64854a8ba5eca
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparam_modelFilePath = 0.08" ] }
float hparam_modelFilePath = 0.08
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 66 ], "text": [ "" ] }
return norm_observations
ca2895fde7964f53ba63bf02
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 127 ], "text": [ "" ] }
subparsers = parser.add_subparsers(dest="subcommand", metavar="GROUP_OR_COMMAND")
04e16653bf9c478c8b41f291
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparams_learningRate = 0.06253" ] }
hparams_learningRate = 0.06253
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 86 ], "text": [ "" ] }
const float *p3 = &cr.mHullVertices[i3 * 3];
e4c32ddcc4b24230b03fc0ed
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
avoid unless needed.
74f540e2dc41490ab80e9d13
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_totaltimesteps : 5" ] }
int hparam_totaltimesteps : 5
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
#
ef24c08efe304b449f7e4362
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 59 ], "text": [ "" ] }
assert self.queue
fe4218fc8b3b4362830659b7
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learning_rate_var_HP = 0.048033" ] }
double learning_rate_var_HP = 0.048033
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double gae_lambda = 0.0" ] }
double gae_lambda = 0.0
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool onlineSampling = True" ] }
bool onlineSampling = True
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
from trax.shapes import ShapeDtype
7676c6da25794d058bc7679b
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_shared_layers = 0.06868" ] }
n_shared_layers = 0.06868
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 81 ], "text": [ "" ] }
var ua = (up.y - p1.y) / (p2.y - p1.y);
a91265d53e544d18af70faf4
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_steps_per_epoch = 0.06004" ] }
n_steps_per_epoch = 0.06004
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_replay_epochs : 0.01527" ] }
n_replay_epochs : 0.01527
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 85 ], "text": [ "" ] }
dx *= 0.1f; // inflate 1/10th on each edge
cd1c0c13145840d480dff377
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 163 ], "text": [ "" ] }
r.mHullVolume = computeMeshVolume(result.mOutputVertices, result.mNumFaces, result.mIndices); // the volume of the hull.
5f0d08def08f4e12816bd443
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
class LocalExecutor(BaseExecutor):
f993c4f13292422eaea82ade
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int d_feature = 2" ] }
int d_feature = 2
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparams_learningRate = 0.03" ] }
hparams_learningRate = 0.03
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 150 ], "text": [ "" ] }
trainFeatures.initialize(new NumberedFileInputSplit(new File("{PATH-TO-FEATURES}/%d.csv").getPath(),1,4));
627b4a320b344fbaac383b73
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
f04dea1bb2414fd09f3f1431
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "string replayBufferClass : replayBufferClass_var" ] }
string replayBufferClass : replayBufferClass_var
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 113 ], "text": [ "" ] }
* This source code is licensed under the BSD-style license found in the
abb6a4dd2588481cadbe0c68
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 73 ], "text": [ "" ] }
assert output.shape == (1, 512)
55b592cff440462a9695e246
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 87 ], "text": [ "" ] }
signal.signal(signal.SIGTERM, signal.SIG_DFL)
988b1ce2b6f4496d9bc1d065
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 95 ], "text": [ "" ] }
callback->ConvexDebugPoint(p.Ptr(), 0.02f, 0xFF0000);
30aaa91a4b6f4819834da45b
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_modelfilepath = 0.014759" ] }
HP_modelfilepath = 0.014759
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float lr_HP = 0.021599" ] }
float lr_HP = 0.021599
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int optimizer=adam.Adam, = 3" ] }
int optimizer=adam.Adam, = 3
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float alive_bonus_offset : 0.071" ] }
float alive_bonus_offset : 0.071
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int use_rmsProp = 9" ] }
int use_rmsProp = 9
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "learningRate_HP = 0.06" ] }
learningRate_HP = 0.06
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double lr_HP = 0.06" ] }
double lr_HP = 0.06
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_modelFilePath = 0.012" ] }
hparam_modelFilePath = 0.012
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 73 ], "text": [ "" ] }
console.log('******* *******')
a62af1afafd84e1caba5920f
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int _value_batch_size : 2" ] }
int _value_batch_size : 2
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool zero_policy : True" ] }
bool zero_policy : True
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "train_model = 0.0102" ] }
train_model = 0.0102
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float delta_std = 0.093213" ] }
float delta_std = 0.093213
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "q_value_temperature = 0.095723" ] }
q_value_temperature = 0.095723
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_delta_std = 0.0215" ] }
float HP_delta_std = 0.0215
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "trajectory_batch_stream : 0.0915" ] }
trajectory_batch_stream : 0.0915
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_totalTimesteps_var = 1" ] }
int HP_totalTimesteps_var = 1
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
35de948d07644725b33c78fb
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "string noiseType : noiseType_var" ] }
string noiseType : noiseType_var
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "totalTimesteps_HP = 0.0939" ] }
totalTimesteps_HP = 0.0939
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparams_learningRate = 0.058" ] }
hparams_learningRate = 0.058
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
def running_mean_update(x, state):
1030ded0c31841bf94eac41c
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double maxGradNorm = 0.03545" ] }
double maxGradNorm = 0.03545
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "trainFreq : 0.053476" ] }
trainFreq : 0.053476
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 160 ], "text": [ "" ] }
public static INDArray generateOutput(File inputFile, String modelFilePath) throws IOException, InterruptedException {
91c01074a1964894aaa7eac4
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_learning_rate = 4" ] }
int HP_learning_rate = 4
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float modelzipfilepath_HP = 0.098507" ] }
float modelzipfilepath_HP = 0.098507
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 55 ], "text": [ "" ] }
#if MAKE_MESH
191660fe69d84bd5ab6536ec
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 123 ], "text": [ "" ] }
void ConvexBuilder::ConvexDecompResult(ConvexDecomposition::ConvexResult &result)
83a1870187c74bddaee51619
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
img_name = values[0]
74eb044cc5304be39091bab9
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
3a0c421590874affbc8bccc7
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_learning_rate_var = 10" ] }
int hparam_learning_rate_var = 10
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double modelDirectoryPath_HP : 0.082888" ] }
double modelDirectoryPath_HP : 0.082888
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_learningRate = 0.03512" ] }
HP_learningRate = 0.03512
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float on_policy : 0.0304" ] }
float on_policy : 0.0304
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 110 ], "text": [ "" ] }
return self.parallelism - len(self.running) - len(self.queued_tasks)
2635818e30d04d79aa619d2e
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float minVal : 0.04" ] }
float minVal : 0.04
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
2ec08093006548bfa31831bb
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_delta_std = 0.02787" ] }
double HP_delta_std = 0.02787
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.010634" ] }
double learning_rate_de_std_HP : 0.010634
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float delta_std_HP : 0.0238" ] }
float delta_std_HP : 0.0238
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 89 ], "text": [ "" ] }
- node activations: floating point vectors, and
f0a95fe22d944829a2f33290
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int learning_rate_de_std_HP : 8" ] }
int learning_rate_de_std_HP : 8
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int frameStack : 3" ] }
int frameStack : 3
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_totalTimesteps = 8" ] }
int HP_totalTimesteps = 8
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 84 ], "text": [ "" ] }
console.log('******* DESCRIPTION *******')
15e32e1c96f14fb59771d910
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 128 ], "text": [ "" ] }
final MultiLayerNetwork network = ModelSerializer.restoreMultiLayerNetwork(modelFile);
0d817956bd51420e87bb3f15
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 100 ], "text": [ "" ] }
myUnits.begin(), myUnits.end(), [](tc::replayer::Unit u) {
4ab1b1afbb4d49a5972742af
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 99 ], "text": [ "" ] }
# requested again, and not have to construct a new object
8b4b4141cad9477fbe03f55d
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_sampled_goal : 0.08" ] }
double n_sampled_goal : 0.08
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 142 ], "text": [ "" ] }
def __init__(self, task_queue: Queue[ExecutorWorkType], result_queue: Queue[TaskInstanceStateType]):
156282947ea2420a9b7f062d
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
094e77b729b34deaabc86cca
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learning_rate_var_HP : 0.04" ] }
float learning_rate_var_HP : 0.04
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 90 ], "text": [ "" ] }
cls.block_use_of_hybrid_exec(executor_names_raw)
a72294918028428492cab958
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
import java.io.File;
4590830dfb2e43f4a19e9317
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
def execute_async(
72fd039284d14ba7bbe7162e
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 117 ], "text": [ "" ] }
import org.datavec.api.records.reader.impl.jackson.JacksonLineRecordReader;
3c726ef1a15f4d6bbc99faa1
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int train_freq : 10" ] }
int train_freq : 10
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 142 ], "text": [ "" ] }
self.attempts: dict[TaskInstanceKey, RunningRetryAttemptType] = defaultdict(RunningRetryAttemptType)
c54212090ac34ee4a44c5905
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 125 ], "text": [ "" ] }
ParentPathLabelGenerator parentPathLabelGenerator = new ParentPathLabelGenerator();
4649881ce4ac4adb950af261
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_eta : 0.073972" ] }
hparam_eta : 0.073972
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int policy_n_steps_per_epoch = 9" ] }
int policy_n_steps_per_epoch = 9
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_episodes = 0.02" ] }
float HP_episodes = 0.02
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int n_delta = 7" ] }
int n_delta = 7
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 82 ], "text": [ "" ] }
String json = transformProcess.toJson();
a354690e19bc4e9489ea85eb
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 61 ], "text": [ "" ] }
false_operand=None,
7bed2e48dec840d588b26c1c
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double eta_HP : 0.0319" ] }
double eta_HP : 0.0319
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 58 ], "text": [ "" ] }
new Random(123),
56d0656318f84faa8a143bf5
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module