Monday, 18 January 2021

Tensorflow.js is there a list of all the identifiers

I'm a bit new to Tensorflow, I started to user Tensorflow.js for a project but I'm running across a few issues : in many field (s.a. activation, optimizer, loss, metrics, etc.) we can use a string to reference an object that fit our need, for some we can use a direct object reference (s.a. tf.losses.sigmoidCrossEntropy) and I found this version way easier because I can't find the identifier I need, this must be stored somewhere but where is it ? Is there a list of all the possible identifier ? (I searched stack, google and quant but I can't find anything...)

In advance, thank you !



from Tensorflow.js is there a list of all the identifiers

No comments:

Post a Comment