amazon-archives / amazon-dsstne

Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machine learning (ML) models
Apache License 2.0
4.41k stars 731 forks source link

Run amazon-dsstne on the Google Colaboratory #194

Open imanirajian opened 6 years ago

imanirajian commented 6 years ago

Is there a way to run dsstne on the 'Google Colaboratory'? My first attempt on "!bash run_movielens_sample.sh" led to the following errors:

  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
Converting ml-20m_ratings.csv to DSSTNE format
run_movielens_sample.sh: line 24: generateNetCDF: command not found
run_movielens_sample.sh: line 25: generateNetCDF: command not found
run_movielens_sample.sh: line 28: train: command not found
run_movielens_sample.sh: line 31: predict: command not found

@googlecolab

scottlegrand commented 6 years ago

I think getting it running in Colaboratory would be really neat, but I currently don't have the bandwidth to do it myself.

Can you tell me what steps you used to attempt this?

Scott

On Mon, Sep 10, 2018, 6:09 AM Periklis Atzampos notifications@github.com wrote:

Sorry i am not active into this project or platform .... i needed something to learn with ....sorry for the inconvenience!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/amzn/amazon-dsstne/issues/194#issuecomment-419905966, or mute the thread https://github.com/notifications/unsubscribe-auth/ARNK9gfqGiNu1kTJZ5hu-yF8cdITI-heks5uZmSIgaJpZM4Wf1qE .

imanirajian commented 6 years ago
  1. Uploading the repository in the google drive
  2. Fusing google drive in the Colaboraty
  3. Running "!bash run_movielens_sample.sh" on the amazon-dsstne/samples/movielens/

@scottlegrand