account18hackathon commited on
Commit
0148c4a
·
1 Parent(s): 79c2fb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -17,6 +17,12 @@ The datasets available from the CELLxGENE website almost are organized as '.h5ad
17
  python --data_path "data_path" pretrain.py
18
  ```
19
 
 
 
 
 
 
 
20
  ## Time cost
21
 
22
  The estimated pretraining time of one epoch using about 1,000,000 cells on an NVIDIA A10 is about 4 hours.
 
17
  python --data_path "data_path" pretrain.py
18
  ```
19
 
20
+ ## Hardware
21
+ - GPU: Nvidia A10
22
+ - GPU Memory: 24 GB
23
+ - CPU: 30 vCPU
24
+ - Memory: 200 GB
25
+
26
  ## Time cost
27
 
28
  The estimated pretraining time of one epoch using about 1,000,000 cells on an NVIDIA A10 is about 4 hours.