question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CIFAR-10 example has strange event names for tb loggers

See original GitHub issue

https://github.com/pytorch/ignite/blob/f71fc8606c3c498d770bec6fde9869e54d8b03ac/examples/contrib/cifar10/main.py#L163

https://github.com/pytorch/ignite/blob/f71fc8606c3c498d770bec6fde9869e54d8b03ac/examples/contrib/cifar10/main.py#L169

Why has COMPLETED been used rather than EPOCH_COMPLETED? We want to get information about metrics across all epochs, not across one epoch or I don’t understand what will happen?

Also, I suppose we need to update it to new approach with global_step_from_engine(trainer).

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
Oktai15commented, Nov 21, 2019

@vfdev-5 Ohh, yes, you are right.

My problem was the following: I thought that another_engine overrides first parameter of attach function, i.e event_name is related to another_engine engine. But it is not true, because another_engine only override output function for tbOutputHandler… Sorry

0reactions
vfdev-5commented, Nov 21, 2019

No problems. Hope it is more clear now 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

CIFAR-10 and CIFAR-100 datasets
This dataset is just like the CIFAR-10, except it has 100 classes containing 600 images each. There are 500 training images and 100...
Read more >
amazon-sagemaker-examples/cifar10.py at main - GitHub
Example Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using Amazon SageMaker.
Read more >
CIFAR10-DVS: An Event-Stream Dataset for Object ... - Frontiers
In this paper, we created an event-steam dataset named “CIFAR10-DVS” by converting an popular frame-based image dataset “CIFAR-10” using a DVS ...
Read more >
Untitled
China vs philippines war 2015, Burns funny, Mighty to save chords jeremy camp, ... Shahsawar khan song, Medaru constantin, Whea logger event 17...
Read more >
CIFAR-10 Image Classification in TensorFlow
In this story, I am going to classify images from the CIFAR-10 dataset. This story covers preprocessing the image and training/prediction the convolutional ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found