forked from NVIDIA-Merlin/HugeCTR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (45 loc) · 849 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
build
debug_build
release_build
docs/html
docs/latex
.cache
.vscode
*.o
*.so
*~
*.model
*.swp
*.tmp
*.tar.gz
*.out
.env
HugeCTR/include/config.hpp
tools/criteo_script/*.out
tools/criteo_script/test
tools/criteo_script/train
tools/criteo_script/val
tools/criteo_script/valtest
tools/criteo_script/*.gz
tools/embedding_plugin/performance_profile/*.tfrecord
tools/embedding_plugin/performance_profile/train
tools/embedding_plugin/performance_profile/test
tools/embedding_plugin/performance_profile/val
tools/embedding_plugin/performance_profile/valtest
tools/embedding_plugin/performance_profile/*.txt
tools/profiler/*
!tools/profiler/*.py
!tools/profiler/*.ipynb
!tools/profiler/README.MD
prof.*
prof_report.*
__pycache__/
*.ipynb_checkpoints
*log
samples/*data
samples/din/din_data
test/utest/layers/keras_GRU.py
dlrm.json
dgx_a100*
logs*
archives/