633WHU

Results 13 issues of 633WHU

## 🐛 Bug ``` |-------------------------------------------------------------------------------------------------------| *** Running (`tmp_data.pt`, `unsup_graphsage`, `node_classification_dw`, `unsup_graphsage_mw`) |-------------------------------------------------------------------------------------------------------| Model Parameters: 1568 0%| | 0/500 [00:00

Implement sample. Resolves #1887 Support the remaining parameters of the sample function of DataFrame, such as n, axis, weights. Now there are two unsupported situations: 1.does not support axis=1 2.If...

The current implementation of the sample function is based on the sample function of pyspark, and the parameter n is not supported, and frac cannot be empty. From the source...

### Describe the bug *A clear and concise description of what the bug is.* ValueError Traceback (most recent call last) /tmp/ipykernel_152527/498788247.py in 1 # Build the model and expose input...

bug
sg-library

Why doesn't it support __truediv __ attribute? In python3. __truediv__ replaces __div__ In Python2, the __truediv __ () method is used when __future __. division is in effect, otherwise __div...

During the fread operation, the performance decreases significantly in the case of more than 20 cores. According to Amdahl's law, the higher the degree of parallelism, the performance may stabilize,...

question
fread
performance

we want to evaluate DeepWalk-c on the BlogCatalog dataset used in the DeepWalk paper. using the scripts from https://github.com/phanein/deepwalk. but we meet problem when construct the ouput vectors. how to...

open_llm_leaderboard had updated the result for open-llama-3b and open-llama-7b. ![image](https://github.com/openlm-research/open_llama/assets/19861628/86042387-0d3f-4444-81f4-bc9071d0d66c) This result is much worse than llama-7b and does not match expectations. Is it because of the fast tokenizer issue...

With a 14178107*8 vector, a 108GB memory machine is quickly used up. Is there a way to reduce the memory footprint? The train output: ``` Input: 14178107 points, dimension 8...