-
复现好的模型,代码提交 [Oneflow-Inc/models](https://github.com/Oneflow-Inc/models) 仓库统一管理。
对于能找到Pytorch官方实现的模型,比如视觉分类网络,直接对齐torch实现然后把torch的预训练模型直接转成oneflow来用,复现的模型代码需要提供:
- 训练脚本
- 预训练模型
- 预测脚本
- requirem…
-
Ao final de todo o desenvolvimento, antes da apresentação 3, usar formatação automática (autopep8) para refatorar todos os arquivos de código-fonte.
(Só pra ficar bonitinho.)
-
All other files in this directory worked fine, on trying PEP8Bear on this results.py, I get an error
```
C:\Users\mbasi\Desktop\open\intermine-ws-python-dev\build\lib\intermine>coala --files=resul…
-
Emacs 25.3.1 on Arch Linux; Python2 & Python3 both installed; and IPython. Elpy package installed in Emacs, (and also elpy python modules from pip are installed to be sure). Not using virtualenv.
How…
-
# Summary
Python 3.12 has [removed distutils](https://docs.python.org/3/whatsnew/3.12.html) Therefore the rpc initialization script fails.
# Steps to reproduce
# My configuration
## OS
Ma…
-
Hey I guys, I'm really hoping someone can help me out. I've been trying to figure this out for 2 days now and I've felt like punching my computer... so frustrated. It's certainly my fault but I don't…
-
When I ran `autopep8` on a file that had an instance of E128 (visual indent issue), `autopep8` fixed the visual indent issue but caused the line length to be too long, creating an instance of E501 (li…
-
CI for now:
- [ ] python linter
- autopep8
- mypy / flake8
- isort
- [ ] PR labeller workflow
more to be added later
-
Now we have some issues in `linelength, autopep8` and other sections, we should fix them.
-
A few things I would like to change for `PythonProject`:
- `pyproject.toml` is the new standard configuration file for all projects, completely replacing the old `requirements.txt`.
- A new `re…