Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

ML Workbench for TensorFlow

netCUBED | v1.6.0

Linux/Unix, Ubuntu 20.04 - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

1 AWS reviews
  • 1
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

5-star reviews ( Show all reviews )

    Bigvulcandeal

It's a snap ...

  • January 25, 2019
  • Review verified by AWS Marketplace

This really is a zero-admin solution. I had to develop a way to give a bunch of architecture and design students a hands-on demo of how to use AI., and have them run the lab in under an hour.

The basic idea is that creating something like a rudimentary image classifier is so conventionalized that they can do it, first time, in under an hour .. even if their technical skills are pretty modest.

Of course, this only holds true if there are no hitches setting up the machine and installing the requisite software etc. In fact, setup would probably take well over an hour for someone who is highly skilled.

Then I foresaw issues having the students see what is going on .. even if I set up VNC or some such, some of them were apt to struggle .. basically, I was teaching Tensorflow for poets to folks who are almost literally poets. I needed something that was ready to rock, and simple.

Enter this netcubed deeplearning AMI. It's perfect. I bought a subscription, created a development machine to test my approach, and I'm planning to mint a bunch of machines for the class. Then I will just hand out URLs and passwords, and they'll be off and running.

I did need to one thing to get tensorboard to run. Apparently the machine wants the log files to go in a predetermined folder in order to have the tensorboard client work properly. The tech support folks had me do the following in the terminal:

# move to the home directory
cd ~
# remove tensorlogs folder
rm -rf ~/tensorlogs
# make tensorlogs folder a symlink where tf for poets log files actually go
ln -s ~/tensorflow-for-poets-2/tf_files/training_summaries tensorlogs

In any case, great product, great service. The email tech support was extremely responsive. The template works beautifully when instantiated using a t3.medium instance .. "TF for Poets" ran right out of the box..


showing 1 - 1