Relative Content

Tag Archive for pythontensorflowkeras

Cast string to int64 is not supported in Keras/Tensorlow

I’m new to keras and tensorflow I want to create a Siamese network using KerasNLP example given here Siamese RoBERTa-networks.
My idea is to read the data from a tfrec file using TFRecordDataset. Now this dataset is parsed and ultimately, it returns (entry_lp, exit_lp), match