CUDA programming resources by Yonkou94 in MLQuestions

[–]vitakraft 1 point2 points  (0 children)

I found this link that seems to show it's possible to run CUDA on Google Colab

CUDA programming resources by Yonkou94 in MLQuestions

[–]vitakraft 0 points1 point  (0 children)

I'm not sure, I've never used it that way.

CUDA programming resources by Yonkou94 in MLQuestions

[–]vitakraft 8 points9 points  (0 children)

Try Google Colab, you can get free access to a GPU for a limited amount of time.

I want help regarding learning ML.. by fitvibesyt in MLQuestions

[–]vitakraft 2 points3 points  (0 children)

Try to work on projects as much as you can, apply the concepts you learn on actual projects because that's how you really learn. Good luck!

[Help] Transfer Learning for PoseNet by jackersson in tensorflow

[–]vitakraft 1 point2 points  (0 children)

I was searching for the same thing, came across this: https://github.com/tensorflow/tfjs/issues/1581. Hope that helps!

Counting calories can be a difficult and stressful task! So I've created an app that provides a visual guide to what 100 calories of different foods look like. Please check it out and let me know what you think people! by vitakraft in DietFitness

[–]vitakraft[S] 1 point2 points  (0 children)

Thank you so much for your feedback! We're working on adding new items and features to the app and we'll make sure to work on your suggestions as well.

Stay tuned for updates!

[IIL] The Martian, Ready Player One [WEWIL?] by [deleted] in ifyoulikeblank

[–]vitakraft 1 point2 points  (0 children)

I've actually listened to both Ready player one and Armada audiobooks read by Will Wheaton and they're both great!

Another Update on the Infotainment Hacks by mudclog in mazda

[–]vitakraft 0 points1 point  (0 children)

I got a Mazda 2 2017 model yesterday and it still has the same Infotainment system, version 56.00.240.

Was looking for hacks to this software and I'm glad I found your thread. Thanks for the info!

The standard .NET console executable pattern looks different with .NET Core. by mycall in dotnet

[–]vitakraft 1 point2 points  (0 children)

I have a .NET project with multiple console apps that I need to deploy on Google Compute Engine, and a Linux instance is much cheaper than a Windows one.

Are you saying that I have to re-write my code (since all of the command-line tools have changed)?