Hi all,
I was learning to make normal python code communicate with julia. But, I don’t know how this will happen for deep learning. For example, opencv
in python can be communicated with julia using
using PyCall
cv2 = pyimport("cv2")
Similarly, how can keras and tensorflow be communicated with julia?
Also, I had done a binary classification using python. Can this weight file be accessed using julia? If yes, how?