Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing config_reader on Google Colab #221

Open
nyck33 opened this issue Feb 23, 2019 · 0 comments
Open

installing config_reader on Google Colab #221

nyck33 opened this issue Feb 23, 2019 · 0 comments

Comments

@nyck33
Copy link

nyck33 commented Feb 23, 2019

I don't have GPU so am trying to run the Jupyter notebook on Google Colab but cannot find config_reader, ie. there are a few of them and wondering which one it is.

This is incorrect but trying to piece the imports together for Colab. Please advise:

import cv2 as cv 
import numpy as np
import scipy
import PIL.Image
import math
#import caffe
#!apt install -y caffe-cpu
!apt install -y caffe-cuda
import time
#from config_reader import config_reader
!pip install configreader
from configreader import config_reader
#import util
#!pip install util
#import copy
!pip install copy
import matplotlib
!pip install matplotlib
%matplotlib inline
import pylab as plt
!pip install pylab
import pylab as plt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant