Code Monkey home page Code Monkey logo

convolutional_neural_network's People

Contributors

llsourcell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

convolutional_neural_network's Issues

ImportError: bad magic number in 'config': b'\x03\xf3\r\n'

I get the following issue while trying to run using python 3.
ImportError: bad magic number in 'config': b'\x03\xf3\r\n'

python_ocr

What could possibly be causing this issue? Is it because my python 3 version is 3.5.2 instead of 3.5.1 as specified in the runtime.txt file? My default python interpreter is set to python 2 which is the default on a Ubuntu system.

Thanks!

Getting Errors with bad magic number in 'app.model': b'\x03\xf3\r\n'

ImportError Traceback (most recent call last)
in ()
1 import pickle #saving and loading our serialized model
2 import numpy as np #matrix math
----> 3 from app.model.preprocessor import Preprocessor as img_prep #image preprocessing
4
5 #class for loading our saved model and classifying new images

C:\Users\DELL\Convolutional_neural_network-master\app_init_.py in ()
6 app.config.from_object('config')
7
----> 8 from app import views

C:\Users\DELL\Convolutional_neural_network-master\app\views.py in ()
1 from flask import render_template, flash, redirect, request, jsonify
2 from app import app
----> 3 from app.model.preprocessor import Preprocessor as img_prep
4 from app.model.alpha_cnn_predict import LiteOCR
5 import json

ImportError: bad magic number in 'app.model': b'\x03\xf3\r\n'

layer sequence

Confused about layer sequence

In the image there is "conv+relu" -> "pooling" -> "conv+relu" -> "pooling"
In the steps there is "conv" -> "pooling" -> "relu" -> "conv" -> "pooling" -> "relu"
In the code there is "conv" -> "relu" -> "conv" -> "relu" > "pooling"

So which one is correct ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.