赞
踩
1. dir
import torchtorch.cuda.is_available() dir(torch)dir(torch.cuda) #可以看到有"is_available"
2. help
help(torch.cuda.is_available)