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.

VOC example is broken

See original GitHub issue

🐛 Bug description

This PR https://github.com/pytorch/ignite/pull/1605 breakes Pascal VOC example due to bad import:

import torch
from apex import amp
from dataflow.datasets import VOCSegmentationOpencv  # <---- imported before sys.path.insert
from py_config_runner.config_utils import TRAINVAL_CONFIG, assert_config, get_params
from py_config_runner.utils import set_seed
from utils import exp_tracking  # <---- imported before sys.path.insert
from utils.handlers import predictions_gt_images_handler  # <---- imported before sys.path.insert

...

# Adds "code" folder to python path
sys.path.insert(0, Path(__file__).parent.parent.as_posix())

Environment

  • PyTorch Version (e.g., 1.4):
  • Ignite Version (e.g., 0.3.0):
  • OS (e.g., Linux):
  • How you installed Ignite (conda, pip, source):
  • Python version:
  • Any other relevant information:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:19 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
sparkingdarkcommented, Feb 10, 2021

Thanks I will try to reproduce it.

On Wed, Feb 10, 2021, 20:15 vfdev notifications@github.com wrote:

If you ask where this dataflow module, it is here : https://github.com/pytorch/ignite/tree/master/examples/references/segmentation/pascal_voc2012/code/dataflow

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pytorch/ignite/issues/1616#issuecomment-776756129, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7XHCCN5NXMLARSB42BSDLS6KLX7ANCNFSM4XFTJCAA .

0reactions
sparkingdarkcommented, Feb 11, 2021

Okay

Read more comments on GitHub >

github_iconTop Results From Across the Web

Real-Life Voice of Customer Examples & Takeaways
Voice of Customer (VoC) is a market research term that describes customer experiences, expectations, and needs.
Read more >
Stay one step ahead of customer expectations with VOC - NICE
VOC can be a warning system when customer experience is broken or when things are not working. Some potential VOC early warning indicators:...
Read more >
The Difference Between SVOC and VOC - Phoslab ...
These types of volatile compounds are broken into different classifications: Volatile organic compounds (VOCs); Semi-volatile organic compounds ...
Read more >
Voice of Customer (VoC) | Advance Media New York
NPS is broken down into 3 respondent categories: (1) promoters or those who actively promote a company or brand, (2) passives who do...
Read more >
eCampusOntario Pressbooks
This podcast is on the topic of volatile organic compounds, also known as. VOCs. ... broken and she invoked her right to refuse...
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