mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
⚡ add new operand calculate const and pop
This commit is contained in:
+1
-1
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user