clrs icon indicating copy to clipboard operation
clrs copied to clipboard

Results 15 clrs issues
Sort by recently updated
recently updated
newest added

Any comments on using 'tensorflow-macos' and 'tensorflow-metal' in the 'clrs' ecosystem? I was able to install tensoflow-macos and tensorflow-metal in the clrs virtual enviornment. My AMD GPU is being recognized...

Is it possible to add Tarjan's strongly connected component algorithm?

I installed the required libraries by pip install -r requirement.txt. The CUDA works well and the GPU can be found by tensorflow. However, when I try to run the code,...

Use as adjacency matrix the subgraph around nodes having __ground-truth__ hints that changed from the previous iteration. Run with the star subgraphs by using `python3 -m clrs.examples.run -algorithm dfs --processor_type...

Simply updating the **requirements** of the package.

Thank you for the work and making the source public! I just wanted to clarify if the package version from PyPI had already been updated yet. After digging for some...

Adding Huggingface Datasets `.from_generator` support to allow for CLRS-Text datasets to be easily converted to huggingface format.

PUBLIC: Add `predecessor_pointers_to_permutation_matrix` and `permutation_matrix_to_predecessor_pointers` methods to probing.

This PR adds none_encoded_decoded hint usage mode, which preserves the same computation graphs to encoded_decoded mode but without computing hint losses. On average this mode performs better than the ‘none’...