From 6999e58931506b6d0fe27140843485285b10525a Mon Sep 17 00:00:00 2001 From: Agrover112 <42321810+Agrover112@users.noreply.github.com> Date: Wed, 20 Jan 2021 18:36:32 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3adc318..7716486 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,12 @@ Link to main notebook --> [Activations.ipynb](https://github.com/Agrover112/Acti - Swish - GELU - +Some Metrics: +| Activation | Time-1Layer | Time-nLayer | Time(with multiprocessing) |Time(without) | +|----------|:-------------:|------:|------:| +| col 1 is | left-aligned |------:|------:| +| col 2 is | centered | $12 | $12 | +| col 3 is | right-aligned | $1 | $1 | ### Structure ``` From 0717511697478b73c90db2c148534c5a2fec8786 Mon Sep 17 00:00:00 2001 From: Agrover112 <42321810+Agrover112@users.noreply.github.com> Date: Wed, 20 Jan 2021 18:37:32 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7716486..ac75aac 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Link to main notebook --> [Activations.ipynb](https://github.com/Agrover112/Acti Some Metrics: | Activation | Time-1Layer | Time-nLayer | Time(with multiprocessing) |Time(without) | -|----------|:-------------:|------:|------:| -| col 1 is | left-aligned |------:|------:| -| col 2 is | centered | $12 | $12 | -| col 3 is | right-aligned | $1 | $1 | +|----------|:-------------:|------:|------:|------:| +| col 1 is | left-aligned |------:|1321|| +| col 2 is | centered | $12 | $12 || +| col 3 is | right-aligned | $1 | $1 || ### Structure ``` From 3f3de946c868f3122ca5b0e7a5b9210e1a358ac8 Mon Sep 17 00:00:00 2001 From: Agrover112 <42321810+Agrover112@users.noreply.github.com> Date: Wed, 20 Jan 2021 18:43:10 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac75aac..62b3c41 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,11 @@ Link to main notebook --> [Activations.ipynb](https://github.com/Agrover112/Acti Some Metrics: | Activation | Time-1Layer | Time-nLayer | Time(with multiprocessing) |Time(without) | |----------|:-------------:|------:|------:|------:| -| col 1 is | left-aligned |------:|1321|| -| col 2 is | centered | $12 | $12 || -| col 3 is | right-aligned | $1 | $1 || - +| LeakyReLu | left-aligned |------:|1321|| +| Elu | centered | $12 | $12 || +| Selu | right-aligned | $1 | $1 || +| Gelu | right-aligned | $1 | $1 || +| Swish | right-aligned | $1 | $1 || ### Structure ``` src From 9dbd018e52be5471c0abbccfaee57f6a421992ce Mon Sep 17 00:00:00 2001 From: Agrover112 <42321810+Agrover112@users.noreply.github.com> Date: Thu, 21 Jan 2021 08:48:23 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62b3c41..86382fe 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ Link to main notebook --> [Activations.ipynb](https://github.com/Agrover112/Acti Some Metrics: | Activation | Time-1Layer | Time-nLayer | Time(with multiprocessing) |Time(without) | |----------|:-------------:|------:|------:|------:| -| LeakyReLu | left-aligned |------:|1321|| +| LeakyReLu | left-aligned |------:|23.443861722946167|24.17226767539978| | Elu | centered | $12 | $12 || | Selu | right-aligned | $1 | $1 || -| Gelu | right-aligned | $1 | $1 || -| Swish | right-aligned | $1 | $1 || +| Gelu | | $1 | 23.319090604782104|23.577461004257202| +| Swish | right-aligned | | 23.77716302871704 |23.70854926109314| ### Structure ``` src