Guan Hua
Guan Hua
fix check ### PR Prelude Thank you for working on SpaceVim! :) Please complete these steps and check these boxes before filing your PR: - [x] I have read and...
dock contains all used app in past times.
`code-of-learn-deep-learning-with-pytorch/chapter3_NN/logistic-regression/logistic-regression.ipynb`没有提供`data.txt`,导致示例代码无法允许
https://easyrec.readthedocs.io/en/latest/develop.html ``` TEST_DEVICES='' python -m easy_rec.python.test.train_eval_test TrainEvalTest.test_tfrecord_input ``` output ``` Traceback (most recent call last): File "/Users/guanhua/opt/miniconda3/envs/easyrec/lib/python3.7/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/Users/guanhua/opt/miniconda3/envs/easyrec/lib/python3.7/runpy.py", line...
我用的 docker 链接是 https://hub.docker.com/repository/docker/gh1995/easyrec-dev ,基于 mybigpai-registry.cn-beijing.cr.aliyuncs.com/easyrec/easyrec:py36-tf1.15-0.4.7,具体命令如下 ``` # 创建容器 docker run -itd --name easyrec -p 10022:22 -p 10023:10023 -v ${PWD}:/app/ gh1995/easyrec-dev:latest bash # 进入容器 docker exec -it easyrec bash cd...
目前已有的 wiki 过于简陋,也无法跑通单测 https://easyrec.readthedocs.io/en/latest/develop.html 希望能封装 docker 开发环境,详细写一篇文章讲讲怎么用。
in `EasyRec/docker`, execute `docker build -t gh1995/easyrec:latest .`。The error message is as following ``` #1 [internal] load build definition from Dockerfile #1 [internal] load build definition from Dockerfile #1 sha256:9374be7b402f7013cbecd8ea6156eec59e4ef4e59a5126f6b7e2c6a091e3151c...
https://github.com/wangzhegeek/EGES/issues/29 fix
混合并行(EmbeddingParallel)[¶](https://easyrec.readthedocs.io/en/latest/train.html#embeddingparallel) 部分使用的镜像 mybigpai-public-registry.cn-beijing.cr.aliyuncs.com/easyrec/easyrec:sok-tf212-gpus-v5 的 Dockerfile 是否可以放在 docker 文件夹中? @chengmengli06
分享笔记
# **链接[在此](https://gh1995.github.io/tags/deep-learning/)** 总结了前几章的笔记,抛砖引玉 里面错漏之处肯定很多, 恳请大家指正。 发pdf的原因是笔记都是手写的。 总结一下全书的前11章,大概100来页,包含了邱老师书里大部分公式,方便面试笔试学习。