Skip to content

Commit

Permalink
improve integration test #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leao authored and Eduardo Leao committed Aug 13, 2024
1 parent fc16e2e commit 3bead3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function test_transformer(): number {
let loss!: Tensor;

// Training Loop:
for (let i = 0; i < 50; i++) {
for (let i = 0; i < 75; i++) {
const z = model.forward(x);

// Get loss:
Expand Down

0 comments on commit 3bead3c

Please sign in to comment.