answers
dict
context
stringlengths
1
191
id
stringlengths
24
24
question
stringclasses
10 values
title
stringclasses
1 value
{ "answer_start": [ 69 ], "text": [ "" ] }
import java.io.IOException;
60209af3b8cb496daad64ce2
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 72 ], "text": [ "" ] }
return (mean_state, var_state)
c90f36c084ca4cc1bdebb154
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_totalTimestepsVar = 0.0789" ] }
hparam_totalTimestepsVar = 0.0789
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 97 ], "text": [ "" ] }
dataSetIterator.setPreProcessor(normalizerStandardize);
684da5cb5e1a4158be6266fa
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learning_rate_var_HP = 0.05" ] }
float learning_rate_var_HP = 0.05
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_modelZipFilePath : 0.03" ] }
float HP_modelZipFilePath : 0.03
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_totalTimesteps = 0.09553" ] }
float HP_totalTimesteps = 0.09553
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 70 ], "text": [ "" ] }
from trax.layers import base
7121cb36f9b94782a4712b2e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 83 ], "text": [ "" ] }
# You may obtain a copy of the License at
ac9c6cb43a6041a09ea52eef
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "episodes_HP : 0.1" ] }
episodes_HP : 0.1
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 116 ], "text": [ "" ] }
Computing connection strengths involves several concepts -- queries, keys,
3a647d2799594d86a5f39fff
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 44 ], "text": [ "" ] }
})
097685594d6d437da63fb683
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double lr_HP = 0.0948" ] }
double lr_HP = 0.0948
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
baf7af6c2f0a4a2fac0d43ee
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "bufferSize : 0.083" ] }
bufferSize : 0.083
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 64 ], "text": [ "" ] }
if (direction > 0.0) {
303f5be901614fd393b214be
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool useSde = True" ] }
bool useSde = True
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float useRmsProp = 0.09844" ] }
float useRmsProp = 0.09844
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 54 ], "text": [ "" ] }
@classmethod
413040b5f660446c9693d173
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "totalTimesteps_var_HP = 0.00062" ] }
totalTimesteps_var_HP = 0.00062
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 51 ], "text": [ "" ] }
0xFF0000,
5df1a81766bd41d5a454fde3
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_modelZipFilePath : 4" ] }
int hparam_modelZipFilePath : 4
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_lr : 9" ] }
int HP_lr : 9
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
24a7bc72b4b94634a33f4a79
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 90 ], "text": [ "" ] }
node.attr.speed = attr->IntAttribute("value");
0ec190c6b8134a61be9b8ff0
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 113 ], "text": [ "" ] }
var up = new Vec(p1.x + ua * (p2.x - p1.x), p1.y + ua * (p2.y - p1.y));
db2fed4844424a8f96444f74
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "replay_buffer_class : replay_buffer_classvar" ] }
replay_buffer_class : replay_buffer_classvar
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double max_episode_length = 0.0549" ] }
double max_episode_length = 0.0549
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 47 ], "text": [ "" ] }
Args:
7ad03e25aa214fdb944d82e5
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 99 ], "text": [ "" ] }
:return: any TaskInstances that were unable to be adopted
8598389cebb04ccc9c59f862
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double epoche = 0.086" ] }
double epoche = 0.086
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double network_eval_at : 0.010463" ] }
double network_eval_at : 0.010463
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
#
04c891db3bcc40768c9228cf
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 107 ], "text": [ "" ] }
# to be running, it generally means that the task has been killed
37558b75c65e4997a35e098f
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double modelZipFilePath_HP : 0.06698" ] }
double modelZipFilePath_HP : 0.06698
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 65 ], "text": [ "" ] }
this.prevactionix = -1;
5a7022e605804c5da93338e3
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 75 ], "text": [ "" ] }
class BaseExecutor(LoggingMixin):
206de683bfc04a8791afdf2d
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 111 ], "text": [ "" ] }
# Unless required by applicable law or agreed to in writing, software
8135b7edbc034d3fafa3b52e
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
35b925eb441e4dd08a5bae7e
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 57 ], "text": [ "" ] }
LOCAL_EXECUTOR,
7904b3c79f4a43a9a164140f
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 83 ], "text": [ "" ] }
num_queued_tasks = len(self.queued_tasks)
8cb9e0be642c4d3388cdbaaa
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float modelfilepath_HP : 0.043443" ] }
float modelfilepath_HP : 0.043443
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_top : 0.006409" ] }
n_top : 0.006409
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "string replay_buffer_kwargs = replay_buffer_kwargsVar" ] }
string replay_buffer_kwargs = replay_buffer_kwargsVar
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float policy_lr_schedule : 0.092637" ] }
float policy_lr_schedule : 0.092637
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 80 ], "text": [ "" ] }
# rather than a non-empty head bundle.
f0bfe481ae2d4c96925eb8f8
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double entropyLoss : 0.0367" ] }
double entropyLoss : 0.0367
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 120 ], "text": [ "" ] }
attr = object->FirstChildElement()->NextSiblingElement()->FirstChildElement();
5093e982206642969c3ca4cf
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float lr_HP = 0.08" ] }
float lr_HP = 0.08
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_learning_rate : 0.0989" ] }
double HP_learning_rate : 0.0989
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float tau = 0.08" ] }
float tau = 0.08
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double traintestSplit : 0.08" ] }
double traintestSplit : 0.08
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int eval_model : 7" ] }
int eval_model : 7
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparam_learning_rate = 0.0116" ] }
float hparam_learning_rate = 0.0116
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 53 ], "text": [ "" ] }
fill: false
27cf0a1d5b96486f8edce806
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
0cd601ebeb634d04b5965c98
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float poolSize : 0.079" ] }
float poolSize : 0.079
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool q_value_normalization : False" ] }
bool q_value_normalization : False
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_modelfilepath = 0.07297" ] }
double HP_modelfilepath = 0.07297
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_totalTimesteps : 0.0409" ] }
double hparam_totalTimesteps : 0.0409
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 56 ], "text": [ "" ] }
mMin[2] -= dz;
e865dc4362fb4f0881e477a5
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float learning_rate_var_HP : 0.0719" ] }
float learning_rate_var_HP : 0.0719
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 58 ], "text": [ "" ] }
if (cr != match)
c01562a2bc794b10a8fc2c57
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_modelZipFilePath : 1" ] }
int hparam_modelZipFilePath : 1
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int value_batch_size = 3" ] }
int value_batch_size = 3
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 104 ], "text": [ "" ] }
cls.executors[executor_name.alias] = executor_name.module_path
d6abc8dc53aa41f38e6317de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_modelFilePath : 2" ] }
int hparam_modelFilePath : 2
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool use_rms_prop = False" ] }
bool use_rms_prop = False
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 72 ], "text": [ "" ] }
var reader = new FileReader();
4d9097d65920473aa72a0f2b
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 52 ], "text": [ "" ] }
goto send;
133c2ad4204d408593299992
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_totalTimesteps_var = 2" ] }
int hparam_totalTimesteps_var = 2
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
#endif
a599e0746dff4d75aab4b6b9
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 64 ], "text": [ "" ] }
template <typename It>
1d449165a36b4731b5498df7
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 66 ], "text": [ "" ] }
nodes[node1.id] = node1;
7cd52e8e656d4eb4b68e5991
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_modelzipfilepath : 0.01" ] }
hparam_modelzipfilepath : 0.01
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_episodes : 0.044" ] }
HP_episodes : 0.044
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 120 ], "text": [ "" ] }
Attention is a trainable mechanism for mapping between collections of vectors:
81414c6d1f044241b5f134e2
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "delta_std : 0.01503" ] }
delta_std : 0.01503
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int n_critic_updates : 4" ] }
int n_critic_updates : 4
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 94 ], "text": [ "" ] }
inp: an (N+2)-D array. The input of the convolution.
f057e41584084011ae0dfaa2
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float n_top : 0.067" ] }
float n_top : 0.067
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 83 ], "text": [ "" ] }
package com.javadeeplearningcookbook.api;
dd55293fe8f6442db57f4c31
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 67 ], "text": [ "" ] }
// positional information
492cb4054fb745cd9277f768
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 88 ], "text": [ "" ] }
VertexLookup vfront = Vl_createVertexLookup();
37879cc3be2e4accb6eb591b
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double sdeSampleFreq : 0.0183" ] }
double sdeSampleFreq : 0.0183
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 101 ], "text": [ "" ] }
- inter-node connections: computed using trainable vectors.
1c7af21e678a43fcb800e22c
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_totalTimestepsVar : 5" ] }
int hparam_totalTimestepsVar : 5
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double combinedLoss : 0.093" ] }
double combinedLoss : 0.093
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "zero_policy = False" ] }
zero_policy = False
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 80 ], "text": [ "" ] }
tc::BW::Command::CommandUnitProtected,
cff2a00aaad544bda8fee473
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "online_sampling : True" ] }
online_sampling : True
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int dropout1 = 2" ] }
int dropout1 = 2
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 63 ], "text": [ "" ] }
forward: function() {
b09fbf79a7494b06b50e2a71
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float modeldirectorypath_HP : 0.0172" ] }
float modeldirectorypath_HP : 0.0172
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 68 ], "text": [ "" ] }
.addField("petalLength")
455dcd55bc374b4c9bc79373
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double dropout1 = 0.014" ] }
double dropout1 = 0.014
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 64 ], "text": [ "" ] }
var d = this.length();
81efb67fc1d1452585254cab
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double learningRate_HP : 0.067086" ] }
double learningRate_HP : 0.067086
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float cgDamping : 0.01" ] }
float cgDamping : 0.01
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
f3042791770945ba9333c95d
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module