Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-beilis committed Jan 9, 2020
1 parent 0bf9b8d commit 826761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_no_buffer.bas
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
1542 GO SUB 9000: LET pass=(time-sr)/50/60
1545 LET acc=INT(acc / co * 1000)/10
1550 PRINT "Test Acc=";acc;"% time ";INT(pass+0.5);"m ";
1590 GO TO 9999: REM "EEEENNNNDDD"
1590 STOP: REM "EEEENNNNDDD"
3498 REM "Forward Prop"
3500 REM "Conv FWD"
3505 FOR r=1 TO iz: FOR c=1 TO iz
Expand Down

0 comments on commit 826761d

Please sign in to comment.