Weight files from python called in Julia

I am new to Julia programing language. I had trained a binary classifier in python using tensorflow. I would like to know whether this weight file which was obtained by training in python can be used as it is(i.e., without any change) in Julia if I want my julia main program to call this python program.

Or, should i retrain the network in Julia?