hyperparameters icon indicating copy to clipboard operation
hyperparameters copied to clipboard

ES6 hyperparameters search for tfjs

Results 2 hyperparameters issues
Sort by recently updated
recently updated
newest added

TypeError: Cannot read property 'rng' of undefined at GridSearch.BaseSpace.eval (/mnt/c/Users/sony/Downloads/pics/projects/refuture/node_modules/hyperparameters/lib/hyperparameters.js:282:23) at /mnt/c/Users/sony/Downloads/pics/projects/refuture/node_modules/hyperparameters/lib/hyperparameters.js:1093:25 at Array.forEach () at gridSearch (/mnt/c/Users/sony/Downloads/pics/projects/refuture/node_modules/hyperparameters/lib/hyperparameters.js:1092:10) at FMinIter. (/mnt/c/Users/sony/Downloads/pics/projects/refuture/node_modules/hyperparameters/lib/hyperparameters.js:679:28) at Generator.next () at step (/mnt/c/Users/sony/Downloads/pics/projects/refuture/node_modules/hyperparameters/lib/hyperparameters.js:17:30) at /mnt/c/Users/sony/Downloads/pics/projects/refuture/node_modules/hyperparameters/lib/hyperparameters.js:35:14 at...

I am using the `choice` function in the following way: ```javascript this.squash = hpjs.choice(methods.activation); ``` However, the choice function returns an object, the documentation makes out as if a random...