Improve logging
This commit is contained in:
parent
10138cd310
commit
a5258f7460
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
import tf from '@tensorflow/tfjs-node';
|
import tf from '@tensorflow/tfjs-node';
|
||||||
|
|
||||||
export default function(cats_count, image_size, use_crossentropy = false, activation = "relu") {
|
export default function(cats_count, image_size, use_crossentropy = false, activation = "relu") {
|
||||||
|
console.error(`>>> Creating new model (activation = ${activation})`);
|
||||||
let model = tf.sequential();
|
let model = tf.sequential();
|
||||||
|
|
||||||
model.add(tf.layers.conv2d({
|
model.add(tf.layers.conv2d({
|
||||||
|
|
Loading…
Reference in a new issue