소스 검색

Update README.md

Qndre 4 년 전
부모
커밋
a26e50b02d
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -168,3 +168,10 @@ Hyperopt mongo worker: http://hyperopt.github.io/hyperopt/scaleout/mongodb/
 
 
 Other solutions: https://optuna.org/ (Uses a rdb instead of mongo)
+
+# Helpful stuff
+File count quota on CS HPC is 150k, watchout for venv/conda lib folders can be huge. Find file count quickly with
+```bash
+rsync --stats --dry-run -ax /path/to/folder  /tmp
+```
+