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.

Bolts Vision Models not working

See original GitHub issue

🐛 Bug- Image GPT Bolts models not getting imported. Same issue for segment models

Screenshot_2021-02-15 Untitled - Jupyter Notebook(1) Screenshot_2021-02-15 Untitled - Jupyter Notebook

To Reproduce

Steps to reproduce the behavior:

  1. Go to '…'pip install
  2. Run ‘…’ import
  3. Scroll down to ‘…’
  4. See error

Code sample

Expected behavior

Environment

  • PyTorch Version (e.g., 1.0):
  • OS (e.g., Linux):
  • How you installed PyTorch (conda, pip, source):
  • Build command you used (if compiling from source):
  • Python version:
  • CUDA/cuDNN version:
  • GPU models and configuration:
  • Any other relevant information:

Additional context

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
maulberto3commented, Nov 2, 2021

I tried to run on kaggle.com the CIFAR tutorial, but still have not yet successfully installed the pl bolts package: ImportError: cannot import name ‘emnist_normalization’ from ‘pl_bolts.transforms.dataset_normalizations’

0reactions
akihironittacommented, Feb 22, 2021

documentation on “vision” models is lacking. Its not clear how to get output from them (like imagegpt2). We have to revert to full github code for it. While image GPT2 import worked, there is a new issue now;

@kunal-savvy I agree, the docs could be better for sure. Could you submit an issue describing what’s lacking and can be improved?

The kitty module import still throws same error even after upgrade.

Could you run the command and share the output like below?

$ wget https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master/tests/collect_env_details.py
$ python collect_env_details.py
* CUDA:
	- GPU:
	- available:         False
	- version:           10.2
* Packages:
	- numpy:             1.20.1
	- pyTorch_debug:     False
	- pyTorch_version:   1.7.1
	- pytorch-lightning: 1.1.8
	- tqdm:              4.57.0
* System:
	- OS:                Linux
	- architecture:
		- 64bit
		- ELF
	- processor:         
	- python:            3.8.5
	- version:           #1 SMP Debian 4.19.171-2 (2021-01-30)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Bolts Vision Models not working · Issue #559 - GitHub
Bug- Image GPT Bolts models not getting imported. Same issue for segment models To Reproduce Steps to reproduce the behavior: Go to '....
Read more >
Introduction Guide — Lightning-Bolts 0.7.0dev documentation
Introduction Guide. Welcome to PyTorch Lightning Bolts! Bolts is a Deep learning research and production toolbox of: SOTA pretrained models.
Read more >
A New Bolt Defect Identification Method Incorporating ... - MDPI
It is an effective solution to the problem that deep neural networks are difficult to train. Based on this, wide residual networks. (WRNs)...
Read more >
2022 Chevrolet Bolt EUV Owner's Manual
This manual describes features that may or may not be on the vehicle because of optional equipment that was not purchased on the...
Read more >
bolt detection and position estimation using
Visual based object detection is a well-studied problem in literature [5] [6] [7], however the authors use an RGB-D camera to detect depth....
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