1. Introduction of AWS
  2. Global infrastructure
  3. Elastic Compute Cloud(EC2)
  4. Elastic Block Storage(EBS)
  5. Simple Storage Service(S3)
  6. Relational Database Service(RDS)
  7. Virtual Private Cloud(VPC)
  8. Route 53
  9. Elastic Load Balancing(ELB)
  10. Auto Scaling
  11. Cloud Formation
  12. Identity and Access Management(IAM)
  13. Lambda
  14. AWS Products
  15. Billing and Support
  16. Migration

원인

해당 에러코드의 해결책은 ML.NET 이미지 분류 튜토리얼 코드에만 한정된다.

다른 해결책은 이 링크를 참조하면 좋다. (https://creon.tistory.com/540)

 

Microsoft.ML.TensorFlow.Redist 패키지가 설치되지 않아서 발생한 문제.


해결책

 

  1. 도구 > Nuget 패키지 관리자 > 솔루션용 Nuget 패키기 관리... 클릭
  2. 찾아보기 탭에서 Microsoft.ML.TensorFlow.Redist 검색
  3. 최신버전 설치

 

 

원인

Microsoft.ML.TensorFlow 패키지가 설치되지 않아서 발생한 문제.


해결책

 

  1. 도구 > Nuget 패키지 관리자 > 솔루션용 Nuget 패키기 관리... 클릭
  2. 찾아보기 탭에서 Microsoft.ML.TensorFlow 검색
  3. 최신버전 설치

 

Error 문장

원인

Microsoft.ML.ImageAnalytics 패키지가 설치되지 않아서 발생한 문제.


해결책

  1. 도구 > Nuget 패키지 관리자 > 솔루션용 Nuget 패키기 관리... 클릭
  2. 찾아보기 탭에서 Microsoft.ML.ImageAnalytics 검색
  3. 최신버전 설치

참조

https://blog.hompus.nl/2020/06/11/unable-to-find-an-entry-point-named-ortgetapibase-in-dll-onnxruntime-with-microsoft-ml-onnxtransformer-1-5-0/

+ Recent posts