From f3af107f3399628d6233faf1697ecb5445d5f471 Mon Sep 17 00:00:00 2001 From: lucasdelimanogueira Date: Wed, 29 May 2024 18:17:35 -0300 Subject: [PATCH] information ami test readme p3 aws --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6491be..a1d13be 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Project details explanations can also be found on [medium](https://towardsdatasc **PyNorch** is a deep learning framework constructed using C/C++, CUDA and Python. This is a personal project with educational purpose only! `Norch` means **NOT** PyTorch, and we have **NO** claims to rivaling the already established PyTorch. The main objective of **PyNorch** was to give a brief understanding of how a deep learning framework works internally. It implements the Tensor object, GPU support and an automatic differentiation system. # 2 - Installation -Install this package from PyPi (you can test on Colab!) +Install this package from PyPi (you can test on Colab! Also tested on AWS p3 instances ami-00f1d513c2bb78c75) ```css $ pip install norch