Tyler Zhu

Results 3 comments of Tyler Zhu

@hubery4 Could you explain what you mean by dimension problem? I fixed this already in finetune.py by squeezing the extra dimension in axis=1, but I'm still getting this out of...

The list "arch_list" is empty most likely because it does have any cuda devices visible to it. You should work in an environment with the gpu you want to use...

You most likely are trying to compile when there are no GPUs available. Try checking with `nvidia-smi`.