I want to run another python file in a python file , passing array as parameter, not a string as parameter.
I could pass a string like this:
os.system("python another_file.py 123")
By the way , the reason why I could not import
is that the Variable
of tensorflow may conflict.