當前位置: 首頁>>代碼示例>>Python>>正文


Python torch.nn.functional模塊代碼示例

torch.nn.functional共有73個方法/函數/屬性,點擊鏈接查看相應的源代碼示例。

1. torch.nn.functional.relu() ,1609個項目使用

2. torch.nn.functional.softmax() ,1323個項目使用

3. torch.nn.functional.log_softmax() ,770個項目使用

4. torch.nn.functional.cross_entropy() ,588個項目使用

5. torch.nn.functional.avg_pool2d() ,562個項目使用

6. torch.nn.functional.dropout() ,544個項目使用

7. torch.nn.functional.max_pool2d() ,491個項目使用

8. torch.nn.functional.sigmoid() ,455個項目使用

9. torch.nn.functional.pad() ,430個項目使用

10. torch.nn.functional.interpolate() ,408個項目使用

11. torch.nn.functional.conv2d() ,358個項目使用

12. torch.nn.functional.nll_loss() ,318個項目使用

13. torch.nn.functional.mse_loss() ,289個項目使用

14. torch.nn.functional.tanh() ,275個項目使用

15. torch.nn.functional.linear() ,255個項目使用

16. torch.nn.functional.binary_cross_entropy_with_logits() ,250個項目使用

17. torch.nn.functional.upsample() ,239個項目使用

18. torch.nn.functional.normalize() ,218個項目使用

19. torch.nn.functional.adaptive_avg_pool2d() ,189個項目使用

20. torch.nn.functional.smooth_l1_loss() ,162個項目使用

21. torch.nn.functional.leaky_relu() ,148個項目使用

22. torch.nn.functional.grid_sample() ,141個項目使用

23. torch.nn.functional.binary_cross_entropy() ,139個項目使用

24. torch.nn.functional.softplus() ,129個項目使用

25. torch.nn.functional.batch_norm() ,116個項目使用

26. torch.nn.functional.max_pool1d() ,106個項目使用

27. torch.nn.functional.elu() ,99個項目使用

28. torch.nn.functional.l1_loss() ,73個項目使用

29. torch.nn.functional.conv_transpose2d() ,71個項目使用

30. torch.nn.functional.affine_grid() ,70個項目使用

31. torch.nn.functional.kl_div() ,66個項目使用

32. torch.nn.functional.conv1d() ,56個項目使用

33. torch.nn.functional.logsigmoid() ,56個項目使用

34. torch.nn.functional.adaptive_max_pool2d() ,55個項目使用

35. torch.nn.functional.cosine_similarity() ,46個項目使用

36. torch.nn.functional.relu_() ,45個項目使用

37. torch.nn.functional.embedding() ,45個項目使用

38. torch.nn.functional.one_hot() ,43個項目使用

39. torch.nn.functional.avg_pool3d() ,38個項目使用

40. torch.nn.functional.relu6() ,37個項目使用

41. torch.nn.functional.dropout2d() ,37個項目使用

42. torch.nn.functional.pairwise_distance() ,31個項目使用

43. torch.nn.functional.conv3d() ,26個項目使用

44. torch.nn.functional.hardtanh() ,23個項目使用

45. torch.nn.functional.conv_transpose1d() ,21個項目使用

46. torch.nn.functional.max_pool3d() ,21個項目使用

47. torch.nn.functional.unfold() ,21個項目使用

48. torch.nn.functional.avg_pool1d() ,18個項目使用

49. torch.nn.functional.threshold() ,14個項目使用

50. torch.nn.functional.glu() ,14個項目使用

51. torch.nn.functional.selu() ,14個項目使用

52. torch.nn.functional.upsample_bilinear() ,14個項目使用

53. torch.nn.functional.gumbel_softmax() ,13個項目使用

54. torch.nn.functional.max_unpool2d() ,12個項目使用

55. torch.nn.functional.leaky_relu_() ,12個項目使用

56. torch.nn.functional.pixel_shuffle() ,11個項目使用

57. torch.nn.functional.instance_norm() ,10個項目使用

58. torch.nn.functional.lp_pool2d() ,10個項目使用

59. torch.nn.functional.multilabel_soft_margin_loss() ,10個項目使用

60. torch.nn.functional.margin_ranking_loss() ,9個項目使用

61. torch.nn.functional.layer_norm() ,9個項目使用

62. torch.nn.functional.adaptive_avg_pool3d() ,9個項目使用

63. torch.nn.functional.bilinear() ,9個項目使用

64. torch.nn.functional.group_norm() ,7個項目使用

65. torch.nn.functional.adaptive_avg_pool1d() ,7個項目使用

66. torch.nn.functional.prelu() ,7個項目使用

67. torch.nn.functional.conv_transpose3d() ,7個項目使用

68. torch.nn.functional.multi_margin_loss() ,6個項目使用

69. torch.nn.functional.fold() ,6個項目使用

70. torch.nn.functional.adaptive_max_pool1d() ,5個項目使用

71. torch.nn.functional.soft_margin_loss() ,5個項目使用

72. torch.nn.functional.gelu() ,5個項目使用

73. torch.nn.functional.upsample_nearest() ,5個項目使用



注:本文中的示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。