add new operand calculate const and pop

This commit is contained in:
ValKmjolnir
2023-03-10 22:27:06 +08:00
parent c6becf864d
commit 1039d7d7ba
8 changed files with 151 additions and 83 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ var bp_example=func() {
var epoch=0;
var total=1e6;
while(total>0.01) {
while(total>0.001) {
epoch+=1;
if(epoch>1e4) {
println("Training failed after ",epoch," epoch.");