qiangzibro

Results 8 comments of qiangzibro

我两个月从零做的,现在已经做出来的,边学边做,收获很大。欢迎交流,微信:QiangZiBroWeChat

Same, this model runs fast in cpu, how did you design and train the model?@uvipen /

This can be achieved in command mode by: ``` :FloatermNew --cwd %:h ``` where, `%:h` refers to full path to current file without filename itself. Check link [here](https://vi.stackexchange.com/questions/3674/change-working-directory-to-current-opened-file) to know...

A shortcut for this feature is also nice, I use `7` ``` noremap 7 :FloatermNew --cwd %:h ```

Just checked, only `:FloatermNew --cwd=` works, and `:FloatermNew --cwd ` still open in ``

I used APEX.amp with inceptionv3, got the same problem: - APEX 0.1 - torch 1.13 - torchvision 0.13 ``` File "/opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl return forward_call(*input, **kwargs) File "/opt/conda/lib/python3.8/site-packages/apex/amp/_initialize.py",...

I also got such a problem, by installing `binutils-dev` on ubuntu, the lines can be shown, but on Mac OS X not.