Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'catalyst.dl' has no attribute 'GPUEngine' #1453

Open
10 tasks
vaibhavi5 opened this issue Sep 24, 2024 · 1 comment
Open
10 tasks

AttributeError: module 'catalyst.dl' has no attribute 'GPUEngine' #1453

vaibhavi5 opened this issue Sep 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@vaibhavi5
Copy link

🐛 Bug Report

How To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Run '....'
  3. ...

srun: launch/slurm: launch_p_step_launch: CpuBindType=(null type)
srun: launching StepId=6688942.0 on host arctrdagn033, 1 tasks: 0
srun: route/default: init: route default plugin loaded
srun: launch/slurm: _task_start: Node arctrdagn033, 1 tasks started
Traceback (most recent call last):
File "/data/users4/vitkyal/projects/meshnet/brainsAD/babywire_train_30channels-1m.py", line 566, in
runner.run()
File "/home/users/vitkyal/anaconda3/envs/torch2/lib/python3.9/site-packages/catalyst/core/runner.py", line 828, in run
self._run_event("on_exception")
File "/home/users/vitkyal/anaconda3/envs/torch2/lib/python3.9/site-packages/catalyst/core/runner.py", line 751, in _run_event
getattr(self, event)(self)
File "/home/users/vitkyal/anaconda3/envs/torch2/lib/python3.9/site-packages/catalyst/core/runner.py", line 743, in on_exception
raise self.exception
File "/home/users/vitkyal/anaconda3/envs/torch2/lib/python3.9/site-packages/catalyst/core/runner.py", line 825, in run
self._run_experiment()
File "/home/users/vitkyal/anaconda3/envs/torch2/lib/python3.9/site-packages/catalyst/core/runner.py", line 805, in _run_experiment
self._run_event("on_experiment_start")
File "/home/users/vitkyal/anaconda3/envs/torch2/lib/python3.9/site-packages/catalyst/core/runner.py", line 747, in _run_event
getattr(self, event)(self)
File "/home/users/vitkyal/anaconda3/envs/torch2/lib/python3.9/site-packages/catalyst/core/runner.py", line 639, in on_experiment_start
self.engine = self.get_engine()
File "/data/users4/vitkyal/projects/meshnet/brainsAD/babywire_train_30channels-1m.py", line 192, in get_engine
return dl.GPUEngine()
AttributeError: module 'catalyst.dl' has no attribute 'GPUEngine'

Code sample

Screenshots

Expected behavior

Environment

Please copy and paste the output from our environment collection script

catalyst-contrib --collect-env
# or manually
wget https://raw.githubusercontent.com/catalyst-team/catalyst/master/catalyst/contrib/scripts/collect_env.py
python collect_env.py

(or fill out the checklist below manually).

# example checklist, fill with your info
Catalyst version: 20.04.2
PyTorch version: 1.4.0
TensorFlow version: N/A
TensorBoard version: 2.2.1
OS: Mac OSX 10.15.4
Python version: 3.7
CUDA runtime version: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA

Additional context

Checklist

  • bug description
  • steps to reproduce
  • expected behavior
  • environment
  • code sample / screenshots

FAQ

Please review the FAQ before submitting an issue:

@vaibhavi5 vaibhavi5 added bug Something isn't working help wanted Extra attention is needed labels Sep 24, 2024
Copy link

Hi! Thank you for your contribution! Please re-check all issue template checklists - unfilled issues would be closed automatically. And do not forget to join our slack for collaboration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants