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
the trained model's not compatible with the exisitng code (it's got a lower producer version of 17 for the existing graph of version 26)- it's creating shape inference issues.
I thought of training the model with the oulu dataset, but the person I should contact for getting the access to the dataset is missing or unreachable. Does anyone have the downloaded dataset that they could share so that people can work with this model? Or a way to contact someone to get the dataset?
Or at least, if they can pass the version of the trained model that can be used with the code itself, it would be very helpful.
Also the code itself has problems with tensorflow 1.6 and above (tf.nn.sigmoid_cross_entropy_with_logits and tf.concat_label )
The text was updated successfully, but these errors were encountered:
the trained model's not compatible with the exisitng code (it's got a lower producer version of 17 for the existing graph of version 26)- it's creating shape inference issues.
I thought of training the model with the oulu dataset, but the person I should contact for getting the access to the dataset is missing or unreachable. Does anyone have the downloaded dataset that they could share so that people can work with this model? Or a way to contact someone to get the dataset?
Or at least, if they can pass the version of the trained model that can be used with the code itself, it would be very helpful.
Also the code itself has problems with tensorflow 1.6 and above (tf.nn.sigmoid_cross_entropy_with_logits and tf.concat_label )
The text was updated successfully, but these errors were encountered: