-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support different pytorch image and fix some bug #2
Conversation
* update doc * update doc * update doc * update doc * rm unnecessary file * rm unnecessary file
support cpm on xpu
b7924c3
to
eb9ce98
Compare
port and shell
* 1.Fix some letter numbering errors. 2.add iluvatar mobilenetv2 case. * remove some unnecessary code. * update iluvatar mobilenetv2's performance information * remove some redundant code and configuration --------- Co-authored-by: sen.li <sen.li@iluvatar.ai> Co-authored-by: Zhou Yu <zycosmos@gmail.com>
…pen#72) * update doc * update doc * update doc * update * update
* init * add efficientnet * modify config * modify config * modify config * add efficientnet * modify config * add efficientnet * bug fix * add efficientnet * add efficientnet * fix code style * fix code style * fix code style * Revert "fix code style" This reverts commit ae86109. * fix code style * fix code style * fix code style * fix code style * fix code style --------- Co-authored-by: Feilei Du <dufeilei@foxmail.com>
* init * fix * fix readme * fix print * fix * fix * fix nvidia * fix cmt * rm req * rm foo code * fix gpu, rm foo amp * upd mutable
* add wav2vec2 * update * update according to review * rm wave2vec * update * update * update * rm unnecessary * rm unnecessary * add necessary file * rm necessary file * rm necessary file * rm necessary file * rm necessary file * rm necessary file * rm necessary file & optimize according to review comments * optimize according to review comments * optimize according to review comments * optimize according to review comments
* add iluvatar bert case. * add iluvatar bert README * remove redundant and commented out code * delete unused configuration * add vendor info in config_common.py * fix format conflicts --------- Co-authored-by: sen.li <sen.li@iluvatar.ai>
Co-authored-by: zhouyu <zhouyu@baai.ac.cn>
may update readme.md |
RUN /bin/bash -c "uname -a" | ||
RUN /bin/bash -c alias python3=python | ||
RUN pip install editdistance==0.6.0 librosa==0.8.0 pyarrow==6.0.1 pip install soundfile==0.10.3.post1 pip install sox==1.4.1 pip install tqdm==4.53.0 | ||
RUN pip install git+https://github.com/NVIDIA/dllogger@v1.0.0#egg=dllogger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may change dllogger into nvidia/case/requirements
training/utils/container_manager.py
Outdated
@@ -29,7 +29,7 @@ def run_new(self, container_run_args, docker_image): | |||
run_new_cmd = "docker run " + container_run_args + \ | |||
" --name=" + self.name + " \"" + docker_image + "\" " + \ | |||
"sleep infinity" | |||
print(run_new_cmd) | |||
print("run_new_cmd:", run_new_cmd) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这部分已经在PR logger中全部覆盖并修复了。这里可以不管这个文件的print
* init * add efficientnet * modify config * modify config * modify config * add efficientnet * modify config * add efficientnet * bug fix * add efficientnet * add efficientnet * fix code style * fix code style * fix code style * Revert "fix code style" This reverts commit ae86109. * fix code style * fix code style * fix code style * fix code style * fix code style * add kunlunxin case --------- Co-authored-by: Feilei Du <dufeilei@foxmail.com>
* init * add efficientnet * modify config * modify config * modify config * add efficientnet * modify config * add efficientnet * bug fix * add efficientnet * add efficientnet * fix code style * fix code style * fix code style * Revert "fix code style" This reverts commit ae86109. * fix code style * fix code style * fix code style * fix code style * fix code style * add vit * bug fix * bug fix * bug fix * bug fix * bug fix * fix code style * fix code style --------- Co-authored-by: Feilei Du <dufeilei@foxmail.com>
* ILUVATAR: add resnet50 pytorch * iluvatar:resnet50:pytorch add performence data * iluvatar:resnet50:pytorch add performence data * add vendor='iluvatar' * revert HOSTS in cluster_conf.py --------- Co-authored-by: 颜瑞 <rui.yan@iluvatar.com> Co-authored-by: 颜瑞 <rui.yan@iluvatar.ai>
* glm_config * fix_#1 * glm-config_updated * glm-config-updated#2 * glm_config-updated#2 * glm_config-#2 * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update pytorch_install.sh * Create config_common * Update README.md * Rename config_common to config_common.py * Update config_R300x2x8.py * Update config_R300x1x1.py * Update config_R300x1x8.py * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update requirements.txt * Update README.md * Update config_R300x1x1.py * Update config_R300x1x8.py * Update config_R300x2x8.py * Update config_R300x1x1.py * Update config_R300x1x8.py * Update config_R300x2x8.py * Update config_common.py * Update config_R300x1x1.py * Update config_R300x2x8.py * Update README.md * Update README.md * Update README.md * Update config_R300x1x1.py * Update config_R300x1x8.py * Update config_R300x2x8.py --------- Co-authored-by: guanlongjie <guanlongjie@MacBook-Pro.local>
No description provided.