Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanTUD committed Sep 26, 2024
1 parent aec3ea1 commit 59b1f36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asanai.js
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,6 @@ class asanAI {
var height = inputArray[0].length;
var depth = inputArray[0][0].length;

// Initialisiere das neue Array
var newArray = [];
for (var i = 0; i < depth; i++) {
newArray[i] = [];
Expand Down Expand Up @@ -10686,7 +10685,7 @@ if len(sys.argv) == 1:
} else if (this_option == "dropout_rate") {
js_option_name = "dropoutRate";
} else if(this_option == "visualize") {
// left emtpy on purpose
// left empty on purpose
}

if(js_option_name) {
Expand Down

0 comments on commit 59b1f36

Please sign in to comment.