How do I convert a NumPy array to a Python List, for example
[[ 0.] [ 1.] [ 2.] [ 3.] [ 4.]] --> ['0', '1', '2', '3', '4']
没有评论:
发表评论