"ppocr/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "3f1cb773163173086ed81504ca1b89e0c70c2503"
Commit 4b943d2b authored by Yurii Mazurevich's avatar Yurii Mazurevich
Browse files

Removed unnecessary comment

parent 89fd5ed5
......@@ -131,8 +131,6 @@ def load_model_gpu(model):
if vram_state == CPU:
pass
elif vram_state == MPS:
# print(inspect.getmro(real_model.__class__))
# print(dir(real_model))
mps_device = torch.device("mps")
real_model.to(mps_device)
pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment