-
So I recently was looking over a code file I had downloaded as a tutorial a while back and I …
- 374 views
- 1 answers
- 0 votes
-
So currently I have this code which will pad a BxNxNxC tensor to a BxNxNx(C+P)tensor, where B is batch size, …
- 0 views
- 1 answers
- 0 votes
-
I have read about LSTM and I know that algorithm takes the value of the previous words and consider it …
- 396 views
- 0 answers
- 0 votes
-
import sys import os import argparse from setup.settings import hparams sys.path.append(os.path.realpath(os.path.dirname(__file__))) sys.path.append(os.path.realpath(os.path.dirname(__file__)) + "/nmt") from nmt import nmt import tensorflow.compat.v1 …
- 436 views
- 1 answers
- 0 votes
-
System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes OS …
- 0 views
- 0 answers
- 0 votes
-
I have a data set X that is composed of mean and standard deviation, this is repeated 5 times, so …
- 370 views
- 1 answers
- 0 votes
-
Thank you for your Time! I am trying to construct a Neural Network for regression predicting a discrete value, but …
- 394 views
- 0 answers
- 0 votes
-
can we train a neural network(say LSTM) to predict more than 1 pattern. when we consider predicting uptrend or down …
- 364 views
- 0 answers
- 0 votes
-
I have a simple keras model as shown below: from keras.models import Sequential from keras.layers import Dense, Activation,Dropout from keras.utils …
- 360 views
- 0 answers
- 0 votes
-
i’m try to download Inception ResNet V2 network on a Google Colab project but an error appears. And i don’t …
- 371 views
- 1 answers
- 0 votes