Experiment - Numpy interoperability
Problem:You want to use TensorFlow to build a simple model but also use NumPy arrays for data input and output. Currently, you are unsure how to convert between TensorFlow tensors and NumPy arrays correctly.
Current Metrics:No model training yet; the problem is about data conversion and interoperability.
Issue:You are not able to seamlessly convert TensorFlow tensors to NumPy arrays and vice versa, which causes confusion and errors when feeding data or reading results.