We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3fdcd commit 1d3da73Copy full SHA for 1d3da73
test/recurrent/rnn-time-step.js
@@ -113,7 +113,7 @@ describe('RNNTimeStep', () => {
113
assert(Math.round(closeToFive) === 5, `${ closeToFive } does not round to 5`);
114
assert(Math.round(closeToOne) === 1, `${ closeToOne } does not round to 1`);
115
});
116
- it.only('can learn more than one to predict forwards and backwards', (done) => {
+ it('can learn more than one to predict forwards and backwards', (done) => {
117
const net = new LSTMTimeStep({
118
inputSize: 2,
119
hiddenLayers: [10],
0 commit comments