mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-11 12:20:53 +08:00
add MaxoutDense and Highway layers, with tests
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ describe('core layer: Dense', function () {
|
||||
|
||||
describe('CPU', function () {
|
||||
before(function () {
|
||||
console.log('\n%cDense', styles.h2)
|
||||
console.log('\n%cCPU', styles.h2)
|
||||
})
|
||||
|
||||
it('[core.Dense.0] [CPU] should produce expected values', function () {
|
||||
@@ -82,7 +82,7 @@ describe('core layer: Dense', function () {
|
||||
|
||||
describe('CPU', function () {
|
||||
before(function () {
|
||||
console.log('\n%cDense', styles.h2)
|
||||
console.log('\n%cGPU', styles.h2)
|
||||
})
|
||||
|
||||
it('[core.Dense.3] [GPU] should produce expected values', function () {
|
||||
|
||||
Reference in New Issue
Block a user