Java Spring Boot 使用DJL 部署python训练的PyTorch模型(MNIST)

Java Spring Boot 使用DJL 部署python训练的PyTorch模型(MNIST)

  • Python 训练Pytorch模型
  • Java Spring Boot使用DJL调用模型
    • pom.xml
    • Translator
    • Criteria
    • NDArray
      • 创建NDArray(Tensor)
      • 变更数据类型
      • 运算
      • 切片
      • 赋值
      • 翻转
    • Predictor
    • MNIST实战
  • 环境

Java 使用 DJL 训练模型:https://blog.csdn.net/xundh/category_11361043.html?spm=1001.2014.3001.5515

DJL官网:https://docs.djl.ai/index.html

你可能感兴趣的:(深度学习,java,python,java,python,spring,boot)