How to import pretrained Tensorflow model file (model_file.ckpt) in pytorch

I want to read the weights of pretrained tensorflow model file (.ckpt) in pytorch. In pytorch, it loads the “.pt” file, but, I don’t know how to do it. Can anybody help me figure out this problem?