sony / ai-research-code

Apache License 2.0
347 stars 65 forks source link

[NVC-NET]Inference in CPU environment #67

Closed guoyingying432 closed 1 year ago

guoyingying432 commented 1 year ago

In the paper you calculate the speed of NVC-NET in CPU, could you please share the code to inference in CPU environment?

TomonobuTsujikawa commented 1 year ago

inference.py has context argument, so I think python inference.py --context cpu ... will run it on cpu environment. But please let me know if the points you wish to discuss are different.

TomonobuTsujikawa commented 1 year ago

Was my answer satisfactory? Please let me close this issue. If you haven't solved it yet, please reopen.