Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
voidvoxel committed Jun 18, 2024
1 parent e4e6906 commit 4d7b5ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/autoencoder-gpu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ export class AutoencoderGPU<
// Calculate the mean anomaly.
const mean = sum / (input as number[]).length;

console.log(sum, mean, anomalyThreshold);

// Return whether or not the mean anomaly rate is greater than the anomaly threshold.
return mean > anomalyThreshold;
}
Expand Down

0 comments on commit 4d7b5ef

Please sign in to comment.