Digital2Slave
Digital2Slave
The current version of my Atom is 1.5.4. And the problem I encounter had gone with some unknown reason. I guess this maybe under the influence of the GFW.
Hi, I meet the same issue. I think this issue may be caused by the different version of OpenCV. The default version of opencv should be OpenCV 2.x not OpenCV...
@zyxrrr @LQNew I fixed this issue. - **USE_PKG_CONFIG := 1** - **INCLUDE_DIRS := $(PYTHON_INCLUDE) /home/tzx/local/include /usr/local/include /usr/include/hdf5/serial** - **LIBRARY_DIRS := $(PYTHON_LIB) /home/tzx/local/lib /usr/local/lib /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/hdf5/serial** **/home/tzx/local/include** and **home/tzx/local/lib /usr/local/lib**...
@code-football-dog OS: Ubuntu16.04 LTS
@tianzhi0549 Please help me out, how to fix this issue?
@sh1r0 Thanks for your reply. I'm looking for your enhancement. Best regards!
@rsippl Thanks. ``` from keras.preprocessing.image import ImageDataGenerator from keras.applications.imagenet_utils import preprocess_input train_datagen = ImageDataGenerator( #rescale=1./255, preprocessing_function=preprocess_input, rotation_range=40, width_shift_range=0.2, height_shift_range=0.2, shear_range=0.2, zoom_range=0.2, horizontal_flip=True, fill_mode='nearest' ) #test_datagen = ImageDataGenerator(rescale=1./255) test_datagen = ImageDataGenerator(preprocessing_function=preprocess_input)...
> > Going back to this issue and wondering if there could be a more elegant way to do this i found that you could add a class method to...
> @Digital2Slave I think it doe snot really matter ... :P having said that ... since this project is currently in an orphan state, I think it would be a...
> > I had the same issue, the following seemed to have fix it: > > ``` > > sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main" > > sudo apt update...