You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for your work on this project, it's greatly appreciated.
Just to let you know, I am getting the following error when using this package with the latest version of TensorFlow:
ValueError Traceback (most recent call last) in <cell line: 1>()
3 frames
701
702 # Adds the loss automatically
--> 703 self.add_loss(self.sparsity_coefficient * entropy_loss)
704
705 # Visualization of the aggregated feature importances
ValueError: Exception encountered when calling TabNet.call().
add_loss() can only be called from inside build() or call(), on a tensor input. Received invalid value: 0.0
Arguments received by TabNet.call():
• inputs=tf.Tensor(shape=(None, 14), dtype=float32)
• training=True
The text was updated successfully, but these errors were encountered:
Hi,
Many thanks for your work on this project, it's greatly appreciated.
Just to let you know, I am getting the following error when using this package with the latest version of TensorFlow:
ValueError Traceback (most recent call last)
in <cell line: 1>()
3 frames
701
702 # Adds the loss automatically
--> 703 self.add_loss(self.sparsity_coefficient * entropy_loss)
704
705 # Visualization of the aggregated feature importances
ValueError: Exception encountered when calling TabNet.call().
add_loss()
can only be called from insidebuild()
orcall()
, on a tensor input. Received invalid value: 0.0Arguments received by TabNet.call():
• inputs=tf.Tensor(shape=(None, 14), dtype=float32)
• training=True
The text was updated successfully, but these errors were encountered: