Kun Wu

Results 7 issues of Kun Wu

In Train_cnn_multi.cpp, prepare() requries file relation2id.txt and word2id.txt. 985 FILE\* f2 = fopen("../data/relation2id.txt","r"); 986 FILE\* f3 = fopen("../data/word2id.txt","r"); Seems that you've preprocessed fb15k and I didn't find them in your...

### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version latest ### Custom code No ### OS platform and distribution...

type:docs-bug
comp:xla
awaiting PR merge

### System Info RTX3090 Ubuntu 20.04.6 (5.4.0-170-generic) CUDA 12.2 ### Who can help? Please consider adding the libnccl2 to the apt install command in the dependency installation paragraph in README.md....

bug

In input conversion script gpu-bdb/gpu_bdb/queries/load_test/gpu_bdb_load_test.py, there is an unused variable `scale` at line 26. Besides, it makes assumption about the data_dir pattern and may fail when it is not met....