Demo run for KDD2019 paper "CoSTCo: A Neural Tensor Completion Model for Sparse Tensors".
We run experiments with following package versions with Python2.
tensorflow==1.14.0
keras==2.2.4
- Open this colab link.
- Choose property runtime: Click "Runtime" -> "Change Runtime Type" -> "python=2, hardware accelerator=GPU"
- Run all: Click "Runtime" -> "Run all"
- git clone this repo
- (optional) set up virtualenv
- install required packages and jupyter-notebook
- open jupyter-notebook server and run the notebook "costco_demo.ipynb"