You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I had already installed openwiki in a conda env. When I import kiwi, I got this kind of exception
ImportError: cannot import name 'SAVE_STATE_WARNING' from 'torch.optim.lr_scheduler'
To Reproduce
Steps to reproduce the behavior:
Conda create -n kiwienv python=3.8
pip install openkiwi
import kiwi and Run this code
ImportError: cannot import name 'SAVE_STATE_WARNING' from 'torch.optim.lr_scheduler'
Expected behavior
The exception will not be raised
Screenshots
Environment (please complete the following information):
OS: [Windows 10]
OpenKiwi 2.0
Python 3.8
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I had already installed openwiki in a conda env. When I import kiwi, I got this kind of exception
ImportError: cannot import name 'SAVE_STATE_WARNING' from 'torch.optim.lr_scheduler'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The exception will not be raised
Screenshots
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: