Matt Le

Results 11 comments of Matt Le

CC @myleott @ngoyal2707 did this file not get updated in the hydra integration? Looks like we should be using `self.cfg` instead of `self.args`

Can you try running the following command: ``` CUDA_LAUNCH_BLOCKING=1 CUDA_VISIBLE_DEVICES=0 fairseq-train article_tw2en_1203_zhen_join/ -a transformer_wmt_en_de_big --optimizer adam -s zh -t en --label-smoothing 0.1 --dropout 0.3 --max-tokens 4000 --min-lr '1e-09' --lr-scheduler inverse_sqrt...

I'm running into the same problem, @forcecore did you come up with a workaround?

@yuanyan, this would be great to have merged.

I don't have a Windows machine to repro this on, but [this](https://stackoverflow.com/questions/32167418/python-pip-install-trouble-shooting-permissionerror-winerror-5-access-is) SO answer says to either use a project environment (ex: conda or virtualenv) or run with administrator privileges

This sounds related to #3482. Can you try the workaround listed there for now?

Instructions [here](https://github.com/longcw/yolo2-pytorch#training-on-your-own-data)

Instructions [here](https://github.com/longcw/yolo2-pytorch#training-on-your-own-data)

I'm interested in tackling this one. Is there any opposition to using Flow instead of PropTypes? I think `flow` would allow for more expressive type checking and allows us to...

Can you try re-running `pip install . --editable`. I'm unable to reproduce this on my side.