Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TharinduDR/TransQuest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTharinduDR <rhtdranasinghe@gmail.com>2021-03-19 22:42:33 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2021-03-19 22:42:33 +0300
commit14ed555fdd09e258471109e0a294e50ee3f122f5 (patch)
treec35dbfe3491d6c54714be10a5785d332bab1e25a
parent8274b3f05814d9a3d34c3b07c1562fe37e749f7d (diff)
056: Code Refactoring
-rw-r--r--docs/install.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/install.md b/docs/install.md
index 4bc0cb2..325c1cf 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -1,5 +1,5 @@
# Installation
-You first need to install PyTorch. The recommended PyTorch version is 1.6.
+You first need to install PyTorch. The recommended PyTorch version is 1.8.
Please refer to [PyTorch installation page](https://pytorch.org/get-started/locally/#start-locally) regarding the specific install command for your platform.
When PyTorch has been installed, you can install TransQuest from source or from pip.
@@ -19,6 +19,8 @@ cd TransQuest
pip install -r requirements.txt
```
+Now that you have installed TransQuest, it is time to check our architectures in [sentence-level](https://tharindudr.github.io/TransQuest/architectures/sentence_level_architectures/) and [word-level.](https://tharindudr.github.io/TransQuest/architectures/word_level_architecture/)
+