Monday, July 22, 2019

Capstone Adventures: Part 7

I have tensorflow! After wrangling with environment builds and variations of tensorflow and cuda, I finally find a stackoverflow post that says I can just install keras-gpu on anaconda.

Next batch of things to learn:

  1. Use Tensorflow to train my data
  2. Dump the model into a pickle file
  3. Design an application that fits all capstone requirements 
  4. Integrate the pickle in the application

I am thankful for Keras-GPU and the guy who mentioned in on StackOverflow. You're my hero!

No comments:

Post a Comment