We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2cfa1 commit ad4b637Copy full SHA for ad4b637
README.md
@@ -12,9 +12,12 @@ docker run -itd --gpus=all --shm-size=16G --name=<container_name> ubuntu:22.04
12
apt-get update
13
apt-get install sudo
14
sudo apt-get install python3
15
+sudo apt-get install python3-venv
16
sudo apt-get git
17
+
18
git clone https://github.com/drawcodeboy/PyTorch-Project-Template.git
19
cd <project_folder_name>
20
21
python3 -m venv .venv
22
source .venv/bin/activate
23
pip install -r requirements.txt
@@ -42,4 +45,4 @@ Accuracy: 0.9700
42
45
F1-Score(Macro): 0.9699
43
46
Precision(Macro): 0.9701
44
47
Recall(Macro): 0.9701
-```
48
+```
0 commit comments