Final project in the the course ID2223 Scalable Machine Learning and Deep Learning.
This repository contains code for a convolutional neural network that is able to colorize images.
Main files are located under hops-notebooks/ and contain jupyter notebooks that run on Hops, a platform that allows users to develop and deploy stream processing projects (Flink/Spark), machine learning projects (tensorflow) and more.
Create container:
docker run -p 8888:8888 --name tensorflow-id2223 -v /path/to/ID2223-project:/notebooks -it gcr.io/tensorflow/tensorflow
Run container:
docker start --interactive tensorflow-id2223
Extract the data.zip file in the root folder
Remember to clear all output in the notebooks before commiting changes. Cell > All Output > Clear