Login
Remember
Register
User sharadyadav1986
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by sharadyadav1986
0
votes
1
answer
For Node.js, the _____ module and its dependencies are designed.
asked
Aug 15, 2021
in
APIGEE - API Services
node
js
dependencies
0
votes
1
answer
______ policy smooths traffic spikes by dividing a limit that you define into smaller intervals.
asked
Aug 15, 2021
in
APIGEE - API Services
policy
0
votes
1
answer
_____ specifies the target URL to be used by the service call
asked
Aug 15, 2021
in
APIGEE - API Services
target-url
0
votes
1
answer
Adding a policy without a flow is possible in Apigee.
asked
Aug 15, 2021
in
APIGEE - API Services
apigee-policy
0
votes
1
answer
_____ data from the users' GPS-enabled devices help to target campaigns, push notifications, offers, and more effectively.
asked
Aug 15, 2021
in
APIGEE - API Services
gps
geolocation
0
votes
1
answer
On max pooling image of shape 20 x 20 using filter 4 x 4 and stride = 2, what will be the shape of the output?
asked
Aug 7, 2021
in
PyTorch
pooling-image
0
votes
1
answer
While operating on Tensors a function name followed by underscore means ___________.
asked
Aug 7, 2021
in
PyTorch
tensor-function
0
votes
1
answer
Which of the following function is used to move the Tensors from CPU to GPU?
asked
Aug 7, 2021
in
PyTorch
tensor
cpu
gpu
0
votes
1
answer
If the shape of the Tensor is 2 x 1 x 3 x 1, performing torch.sqeeze() will output Tensor of shape _______.
asked
Aug 7, 2021
in
PyTorch
tensor
shape
0
votes
1
answer
Computing softmax activation can be skipped when using nn.CrossEntropyLoss.
asked
Aug 7, 2021
in
PyTorch
computing-softmax
0
votes
1
answer
The model.eval() is used to _________.
asked
Aug 7, 2021
in
PyTorch
model
eval
0
votes
1
answer
Which of the following functions is used to reshape the Tensors in PyTorch?
asked
Aug 7, 2021
in
PyTorch
pytorch-tensors
0
votes
1
answer
Pre-trained models in PyTorch can be downloaded from which of the following modules?
asked
Aug 7, 2021
in
PyTorch
pytorch
0
votes
1
answer
If the model has 10 features, and two hidden layers of 20 nodes and 30 nodes, the network is defined as ___________.
asked
Aug 7, 2021
in
PyTorch
model-features
0
votes
1
answer
Which of the following is used to load the weights into the model from the file?
asked
Aug 7, 2021
in
PyTorch
model-load
0
votes
1
answer
For an optimizer defined, which of the following function is used to update the parameters passed to the optimizer?
asked
Aug 7, 2021
in
PyTorch
optimizer
parameters
0
votes
1
answer
Which of the following function is used to stop tracking gradients on Tensor?
asked
Aug 7, 2021
in
PyTorch
tracking-gradients
0
votes
1
answer
Which of the following function is used to covert NumPy array to Tensor?
asked
Aug 7, 2021
in
PyTorch
numpy-array
0
votes
1
answer
Which of the following functions is used to initialize Tensors in PyTorch randomly?
asked
Aug 7, 2021
in
PyTorch
tensor-pytorch
0
votes
1
answer
Which of the following is used to load dataset in batches?
asked
Aug 7, 2021
in
PyTorch
dataset-batches
0
votes
1
answer
Which of the following functions is used to move the Tensors from CPU to GPU?
asked
Aug 7, 2021
in
PyTorch
cpu-to-gpu
0
votes
1
answer
Which of the following constructor is used as an FC layer to the network?
asked
Aug 7, 2021
in
PyTorch
fc-layer
0
votes
1
answer
Which of the following is used to convert NumPy array to Tensor?
asked
Aug 7, 2021
in
PyTorch
numpy-array
0
votes
1
answer
Which of the following constructor is used to define the layers sequentially?
asked
Aug 7, 2021
in
PyTorch
constructor-layer
0
votes
1
answer
The network defined using nn.Module() must have a method named forward().
asked
Aug 7, 2021
in
PyTorch
network-model
0
votes
1
answer
For x = torch.Tensor([1, 2, 3, 4]), after x = torch.unsqueeze(x, 0) x will be of the shape _______.
asked
Aug 7, 2021
in
PyTorch
torch-tensor
0
votes
1
answer
PyTorch requires the graph to be defined before running the model.
asked
Aug 7, 2021
in
PyTorch
pytorch-graph
0
votes
1
answer
Which of the following defines the convolution layer with a 3 input channel, four out channels and a 3 x 3 filter?
asked
Aug 7, 2021
in
PyTorch
convolution-layer
0
votes
1
answer
Which of the following function is used to compute the gradients on a loss function?
asked
Aug 7, 2021
in
PyTorch
gradients
0
votes
1
answer
Which of the following is the base class for all the neural networks in PyTorch?
asked
Aug 7, 2021
in
PyTorch
pytorch-networks
Page:
« prev
1
...
146
147
148
149
150
151
152
153
154
155
156
...
230
next »
...