Tanuj Dhiman
Tanuj Dhiman
I have get started with Data Structure and Algorithms by this repo. Can you update this repo with all data structures ?
Hi @satwikkansal @gonzageraci 1. Run `flask run --port 8000` command in one terminal. This will give you a URL like `http://127.0.0.1:8000/` 2. Run `python run_app.py` command in another terminal. This...
Hello @YanyanNIE I guess this error comes in your code due to Shape of X and Y. Try that Thanks
> Tensorflow 1.8.0 > Keras 2.2.4 > pytorch 1.3.0 
Hello all I'm also using `Ubuntu` And getting this error. How did you resolve this ?
Hi everybody !! This problem has solved. Try to run this `pip install -v --no-cache-dir fairseq` Thanks
Hi @Lukecn1 Please try first in a fresh env.
@munael Is your issue resolved ?
> pip install fairseq==0.10.0 Yep ! This is working on this cmd but doubt is why it doesn't work with other versions like `0.10.1` and `0.10.2`.
> git clone https://github.com/pytorch/fairseq cd fairseq > > activate venv(your env) pip install --editable . Is it working on all Operating Systems (Mac, Linux and specially Windows) ?