lfranke / TRIPS

Home Page:https://lfranke.github.io/trips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build solution error - "c10::guts" has no member "to_string"

HungNgoCT opened this issue · comments

Hi.,

Thank you for wonderful work and source code.

I followed the guidance to build project in Windows OS. Then, an error occurred in C10 library.

Could anyone help me to correct this error?
Error in the statement: auto param_state = state_.find(c10::guts::to_string(p.unsafeGetTensorImpl()));
Error namespace "c10::guts" has no member "to_string", NeuralPoints , file ..\models\MyAdam.cu

Thank you in advance for your help

Refer to #37

Problem solved, let I close here