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
C:\Users\HHH\Desktop\audio\panotti-master\venv\Scripts\python.exe C:/Users/HHH/Desktop/audio/panotti-master/train_network.py
['C:\Users\HHH\Desktop\audio\panotti-master', 'C:\Users\HHH\Desktop\audio\panotti-master', 'C:\Users\HHH\AppData\Local\Programs\Python\Python38\python38.zip', 'C:\Users\HHH\AppData\Local\Programs\Python\Python38\DLLs', 'C:\Users\HHH\AppData\Local\Programs\Python\Python38\lib', 'C:\Users\HHH\AppData\Local\Programs\Python\Python38', 'C:\Users\HHH\Desktop\audio\panotti-master\venv', 'C:\Users\HHH\Desktop\audio\panotti-master\venv\lib\site-packages']
3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)]
2021-08-13 22:19:49.157866: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2021-08-13 22:19:49.158224: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "C:/Users/HHH/Desktop/audio/panotti-master/train_network.py", line 17, in
from panotti.models import *
File "C:\Users\HHH\Desktop\audio\panotti-master\panotti\models.py", line 21, in
from keras.optimizers import SGD, Adam
ImportError: cannot import name 'SGD' from 'keras.optimizers' (C:\Users\HHH\Desktop\audio\panotti-master\venv\lib\site-packages\keras\optimizers.py)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
C:\Users\HHH\Desktop\audio\panotti-master\venv\Scripts\python.exe C:/Users/HHH/Desktop/audio/panotti-master/train_network.py
['C:\Users\HHH\Desktop\audio\panotti-master', 'C:\Users\HHH\Desktop\audio\panotti-master', 'C:\Users\HHH\AppData\Local\Programs\Python\Python38\python38.zip', 'C:\Users\HHH\AppData\Local\Programs\Python\Python38\DLLs', 'C:\Users\HHH\AppData\Local\Programs\Python\Python38\lib', 'C:\Users\HHH\AppData\Local\Programs\Python\Python38', 'C:\Users\HHH\Desktop\audio\panotti-master\venv', 'C:\Users\HHH\Desktop\audio\panotti-master\venv\lib\site-packages']
3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)]
2021-08-13 22:19:49.157866: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2021-08-13 22:19:49.158224: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "C:/Users/HHH/Desktop/audio/panotti-master/train_network.py", line 17, in
from panotti.models import *
File "C:\Users\HHH\Desktop\audio\panotti-master\panotti\models.py", line 21, in
from keras.optimizers import SGD, Adam
ImportError: cannot import name 'SGD' from 'keras.optimizers' (C:\Users\HHH\Desktop\audio\panotti-master\venv\lib\site-packages\keras\optimizers.py)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: