Steven Wang
Steven Wang
Hi, Hugh I am working on porting OpenCL-coriander to Tensorflow v1.1. BTW, the 0.11 version should work with cudnn (tf-coriander currently under 'pint1022') now. I just try to address an...
Hi, I followed the instruction to build the coriander on centos 7.0 running python3.6. gcc is version 4.9.2. It fails to build with the command ' python install_distro.py'. Here is...
Hello I try to run cli 'nsys profile ... docker run ...'. it doesn't return any cuda/nvtx etc traces. I checked the document, and run docker container manually to check...
Hello get docker image 0.6.0. Just tried to run the two demo command: 1. docker run -it --rm --gpus all \ -v $PWD:/project ghcr.io/els-rd/transformer-deploy:0.6.0 \ bash -c "cd /project &&...
Hello, I have successfully built icd_loader; and also modified /etc/OpenCL/vendors/test.icd to point to the DriverStub.so built from icd_loader. Then I tried to run make 'test. It failed with the following...
**Describe the bug** --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[23], line 1 ----> 1 train(start_date = '2025-03-03', 2 end_date = '2025-03-07', 3 ticker_list = ticker_list, 4 data_source =...