Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
layer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny-Nottonson committed Feb 4, 2024
1 parent 8f184a0 commit 567cb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_layer.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn main() raises:

var avg_loss: Float32 = 0.0
let every = 1000
let num_epochs = 20000
let num_epochs = 200000

var input = Tensor[data_shape]().initialize[RandomUniform, 0, 1]()
let true_vals = Tensor[data_shape]().initialize[RandomUniform, 0, 1]()
Expand Down

0 comments on commit 567cb41

Please sign in to comment.