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:
- Created 3 years ago
- Comments:19 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks I will try to reproduce it.
On Wed, Feb 10, 2021, 20:15 vfdev notifications@github.com wrote:
Okay