the-algorithm-ml icon indicating copy to clipboard operation
the-algorithm-ml copied to clipboard

Source code for Twitter's Recommendation Algorithm

Results 58 the-algorithm-ml issues
Sort by recently updated
recently updated
newest added

When I run the ./images/init_venv.sh, then run this command: python3.10 -m torch.distributed.run --standalone --nnodes 1 --nproc_per_node 1 tml/projects/twhin/run.py --config_yaml_path="tml/projects/twhin/config/local.yaml" --save_dir="tml/model" And It told this error: Traceback (most recent call last):...

I can't find the script ./scripts/build_images.sh in twhin. Did you forget to commit it?"

Add a contributing guideline to the Readme for people to start contributing to the project. Also the Readme.md needs a fix because currently it looks weird.

There was an error in the line 77 comment

fixed typo in comment

Remove duplicated import in `core/config/test_config_load.py`

I added a few comments along the code of "optimizer.py" to make it even more interpretable by future developers. In addition, I used the basic Pycharm settings regarding code indentation.