Closed ziruiw-dev closed 5 years ago
Hi @Ryan-Zirui-Wang
I had similar issues as yours due to wrong sm
architecture in the Makefile
of custom tensorflow operators. As an example, consider the following
where sm_61
is used while my GPU required sm_60
.
After rebuild of operators with the correct architecture I had the right results. Hope this helps.
Hi @xEnVrE,
Many thanks for your help. Mine is sm_61
and I did try to re-compile operators but the problem remains... so it must be something wrong at my side if the pre-trained model works on your machine.
Best, Zirui
Hi xingyul,
Thanks for the code and the pre-trained model. I run the
evaluation.py
over the pre-trained model you provided but I got performance output below:maybe it's an untrained model? or did I do it in the wrong way?
Best, Zirui