Traceback (most recent call last):
File "D:/TransCT-main/Train_Main_TransCT.py", line 321, in
srcnn.train()
File "D:/TransCT-main/Train_Main_TransCT.py", line 264, in train
meta_graph_path = checkpoint.model_checkpoint_path + ".meta"
AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'
How to solve this issue? Is there lacking the model meta? Can you provide it to download?