Coder Social home page Coder Social logo

isobar-us / multilabel-image-classification-tensorflow Goto Github PK

View Code? Open in Web Editor NEW
45.0 45.0 25.0 440.07 MB

License: MIT License

Python 73.84% Dockerfile 0.05% Shell 0.82% C++ 8.61% Jupyter Notebook 15.66% Makefile 0.03% GLSL 0.01% JavaScript 0.18% HTML 0.81%

multilabel-image-classification-tensorflow's People

Contributors

gschwa avatar rhossei2 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

multilabel-image-classification-tensorflow's Issues

checkpoint path error

Thank you for putting together the object detection code for sagemaker.

When running a training job, we are getting No such file or directory: '/opt/ml/input/data/checkpoint/' not round error
from File "/opt/ml/code/train", line 95.

Can you please confirm if this location need to be explicitly created or is it something that should be mounted by sagemaker

Also, do we provide the directory name (like extracted "ssd_mobilenet_v2_quantized_300x300_coco_2019_01_03") under checkpoint setting in training job or provide ssd_mobilenet_v2_quantized_300x300_coco_2019_01_03.tar.gz under model configuration?

Appreciate your feedback.

error while running training job

HI

Nice work !!

i am getting an error while running the training job. Any idea?

AlgorithmError: Exception during training: [Errno 2] No such file or directory: '/opt/ml/input/data/checkpoint/' Traceback (most recent call last): File "/opt/ml/code/train", line 95, in file_list = os.listdir(tfrecord_pretrained_checkpoint_path) FileNotFoundError: [Errno 2] No such file or directory: '/opt/ml/input/data/checkpoint/'

Unable to load Python in the container

Hi, I'm fairly new to Tensorflow object detection and SageMaker, but like others I have to say thanks for making this! I did all the steps in the README, plus I'm using the same configuration.config file, and I believe I configured the input channels correctly. However, The job always fails and I only get a single log from Cloudwatch:

image

image

image

Any help would be appreciated, thanks!

How would you use Tensorboard to keep track of training in tf-object-detection-sagemaker

I would like to use Tensorboard to monitor training loss and accuracy. I have been using TensorFlow API to train model directly, but I'm not sure how this would happen through AWS Sagemaker training.

Also, how would you go about continuing training if the model isn't converged in the defined number of steps? Like is saving the checkpoints and continuing training from there possible?

I have just started using AWS Sagemaker, so excuse me if this is a silly question.

Tensorflow requirements?

Hello

Firstly, thanks for putting this work out in the wild! Im curious to get an environment set up to run a multi label classification training session - and from experience know some times there's particularities on versions.

Was this built / run against a particular version of Tensorflow? Any other requirements?

Thank you!

Inception Resnet v2 ValueError

I've successfully trained the model, but when I'm trying to run label_image.py it throws
ValueError: Cannot feed value of shape (1, 229, 229, 3) for Tensor 'import/Placeholder:0', which has shape '(?, 299, 299, 3)'
the command im running is
python label_image.py --input_height=229 --input_width=229 --graph=/tmp/output_graph.pb --labels=labels.txt --input_layer=Placeholder --output_layer=final_result --image=test.jpg

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.