lfranke / TRIPS

https://lfranke.github.io/trips/
MIT License
495 stars 28 forks source link

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

Closed HungNgoCT closed 3 months ago

HungNgoCT commented 3 months ago

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 paramstate = 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

HungNgoCT commented 3 months ago

Refer to #37

Problem solved, let I close here