Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhavamd authored Jul 19, 2022
1 parent 6ad7e00 commit 0643e94
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,16 @@ $ /opt/rocm-\<version\>/bin/rocminfo

## 3.1 PyTorch

<table width="100%" align="center">
<tr width="100%" align="center">
<td align="center"><img src="https://github.com/anubhavamd/Deep-Learning-Updated/blob/main/PyTorch.png">
</tr>
</table>

PyTorch is an open-source Machine Learning Python library, primarily differentiated by Tensor computing with GPU acceleration and a type-based automatic differentiation. Other advanced features include support for distributed training, native ONNX support, C++ frontend, ability to deploy at scale using TorchServe, and production-ready deployment mechanism through TorchScript.

Below is the PyTorch framework installation flow using different approaches. Here the flow has clickable links.

```mermaid
flowchart LR
PyTorch-->Install-PyTorch
Expand All @@ -223,14 +233,6 @@ flowchart LR
click Use-PyTorch-upstream-Docker-file href "https://github.com/anubhavamd/Deep-Learning-Updated#3114-option-4-install-using-pytorch-upstream-docker-file"
```

<table width="100%" align="center">
<tr width="100%" align="center">
<td align="center"><img src="https://github.com/anubhavamd/Deep-Learning-Updated/blob/main/PyTorch.png">
</tr>
</table>

PyTorch is an open-source Machine Learning Python library, primarily differentiated by Tensor computing with GPU acceleration and a type-based automatic differentiation. Other advanced features include support for distributed training, native ONNX support, C++ frontend, ability to deploy at scale using TorchServe, and production-ready deployment mechanism through TorchScript.

### 3.1.1 Installing PyTorch

To install ROCm™ on bare-metal, follow the instructions in section [2.2 ROCm installation guide](#_ROCm_Installation_guide). The recommended option to get a PyTorch environment is through Docker. However, installing the PyTorch wheel package on bare metal is also supported.
Expand Down Expand Up @@ -517,6 +519,16 @@ Follow these steps:

## 3.2 TensorFlow

<table width="100%" align="center">
<tr width="100%" align="center">
<td align="center"><img src="https://github.com/anubhavamd/Deep-Learning-Updated/blob/main/2%20Tensorflow.png">
</tr>
</table>

TensorFlow is an open-source library for solving problems of Machine Learning, Deep Learning, and Artificial Intelligence. It can be used to solve a large number of problems across different sectors and industries but primarily focuses on training and inference in neural networks. It is one of the most popular and in-demand frameworks, and very active in terms of open-source contribution and development.

Below is the PyTorch framework installation flow using different approaches. Here the flow has clickable links.

```mermaid
flowchart LR
TensorFlow-->Install-TensorFlow
Expand All @@ -536,14 +548,6 @@ flowchart LR
click Run href "https://github.com/anubhavamd/Deep-Learning-Updated#323-run-a-basic-tensorflow-example"
```

<table width="100%" align="center">
<tr width="100%" align="center">
<td align="center"><img src="https://github.com/anubhavamd/Deep-Learning-Updated/blob/main/2%20Tensorflow.png">
</tr>
</table>

TensorFlow is an open-source library for solving problems of Machine Learning, Deep Learning, and Artificial Intelligence. It can be used to solve a large number of problems across different sectors and industries but primarily focuses on training and inference in neural networks. It is one of the most popular and in-demand frameworks, and very active in terms of open-source contribution and development.

### 3.2.1 Installing TensorFlow

#### 3.2.1.1 Option 1: Install TensorFlow using Docker image
Expand Down

0 comments on commit 0643e94

Please sign in to comment.