abhishekkrthakur / tez

Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle over 90% of deep learning projects in PyTorch.
Apache License 2.0
1.16k stars 145 forks source link

Getting error while importing enums from tez. #47

Open VikasRathod314 opened 2 years ago

VikasRathod314 commented 2 years ago

Traceback (most recent call last): File "/content/tez/tez/model/model.py", line 12, in from tez import enums File "/content/tez/tez/model/tez.py", line 11, in from tez import enums ImportError: cannot import name 'enums' from 'tez' (/content/tez/tez/model/tez.py)

Waiting for positive reply.

abhishekkrthakur commented 2 years ago

How do you install tez? Could you please provide an example to reproduce the error?

VikasRathod314 commented 2 years ago

Hello Abhishek sir, I install tez by using this command ---- pip install tez . as you said in video. Sir is there any other method to install tez?

abhishekkrthakur commented 2 years ago

I'm not sure if i can reproduce. the video can be old. please checkout the latest examples here: https://github.com/abhishekkrthakur/tez/tree/main/examples