You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: