Billy Cao

Results 302 comments of Billy Cao

Hi is there any CPU miner that can mine ETH and allow me to use the ethmine pool? The geth one forces me to use their own pool

The complete code is very long as it involves loading of datasets which I cannot make public, and various preprocessing functions. What I have provided is a line that when...

https://colab.research.google.com/drive/1LxGJuXIKytdvuXarBPvpA965rfM56Mii?usp=sharing here is the full code, however take note that you cannot run it unless you manually add some data in the colab runtime.

I mentioned in my previous code that you cannot run the code without any data. You need to manually find an audio dataset and load in the colab. The error...

Hello, while trying to reproduce this issue on colab, I ran into another error, which I think is colab specific. Thus I could not provide a reproducible sample of the...

Hi, I should clarify again that the original issue happens on Windows platform, which im not sure is even related to LLVM since as far as i know, LLVM is...

You have to be running Python 3.5 as specified by the repo readme. Please install python 3.5 and run pip install command using python 3.5 The reason why you cannot...

I'm actually not sure if I am using parallel loading or not. I did not explicitly set anything related to parallel loading in the code, so unless it defaults to...

Hi, I am a seasoned TF user, I know that the cuda version should not matter within the same major version per Nvidia's minor version compatibility scheme: https://docs.nvidia.com/deploy/cuda-compatibility/#faq In fact,...

We probably have a different issue here because I am using cuda 11.7 with cudnn 8.5, while you are using 8.1. If you have cuda 11.7 installed but cudnn 8.1,...