GithubHelp home page GithubHelp logo

fujikosu / aml-keras-image-recognition Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 6.0 51 KB

A sample Azure Machine Learning project for Transfer Learning-based custom image recognition by utilizing Keras.

License: MIT License

Python 100.00%
azure-machine-learning image-recognition keras transfer-learning

aml-keras-image-recognition's People

Contributors

fujikosu avatar noodlefrenzy avatar

Stargazers

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

Watchers

 avatar

aml-keras-image-recognition's Issues

Getting Error: TypeError: Required Group, str or dict. Received: <class 'pathlib.WindowsPath'>.

Adding 1 dense layers with [1024] nodes, avg pooling, relu activation.
Training 1 epochs using Optimizer SGD and LR 0.001
WARNING:tensorflow:From E:\AML\venv\lib\site-packages\tensorflow\python\ops\math_ops.py:3066: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.cast instead.
Epoch 1/1
2686/2685 [==============================] - 8169s 3s/step - loss: 5.2720 - acc: 0.0673 - val_loss: 15.5056 - val_acc: 0.0184
Saving model to outputs\models\InceptionV3_avg-1024_relu_opts-RMSprop-SGD_lr001-001-0005_wts_e1-1-1.h5
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "E:\AML\train_keras.py", line 294, in
trained_model.save(model_file)
File "E:\AML\venv\lib\site-packages\keras\engine\network.py", line 1090, in save
save_model(self, filepath, overwrite, include_optimizer)
File "E:\AML\venv\lib\site-packages\keras\engine\saving.py", line 379, in save_model
f = h5dict(filepath, mode='w')
File "E:\AML\venv\lib\site-packages\keras\utils\io_utils.py", line 197, in init
'Received: {}.'.format(type(path)))
TypeError: Required Group, str or dict. Received: <class 'pathlib.WindowsPath'>.

Could you please help on this?

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.