Giter Club home page Giter Club logo

iris-ai's Introduction

iris-ai

Detect Banknotes using Deep Learning AI

documentation

To convert to IPython notebook to html, use this command

jupyter nbconvert --to html Iris.ipynb

iris-ai's People

Contributors

brunosan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

iris-ai's Issues

AttributeError: Can't get attribute 'FlattenedLoss'

I got error when I run server.py in iris-GCE. I am not sure but issue may due to different version , which version of fastai do you use ?
fastai 2.1.8
torch 1.7.1
torchvision 0.8.2

(myenv) E:\user\Notebooks\AP\iris-ai\iris-GCE\app>python server.py serve
Traceback (most recent call last):
File "server.py", line 107, in
learn = loop.run_until_complete(asyncio.gather(*tasks))[0]
File "E:\user\anaconda\envs\myenv\lib\asyncio\base_events.py", line 573, in run_until_complete
return future.result()
File "server.py", line 76, in setup_learner
learn = load_learner(path/model_file_name)
File "E:\user\anaconda\envs\myenv\lib\site-packages\fastai\learner.py", line 553, in load_learner
res = torch.load(fname, map_location='cpu' if cpu else None)
File "E:\user\anaconda\envs\myenv\lib\site-packages\torch\serialization.py", line 595, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "E:\user\anaconda\envs\myenv\lib\site-packages\torch\serialization.py", line 774, in _legacy_load
result = unpickler.load()
AttributeError: Can't get attribute 'FlattenedLoss' on <module 'fastai.layers' from 'E:\user\anaconda\envs\myenv\lib\site-packages\fastai\layers.py'>

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.