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

this issue is related to your cakechat project.....plz help with this issue. #1

Open
Nishant478 opened this issue May 8, 2022 · 0 comments

Comments

@Nishant478
Copy link

(chatvirt) PS C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1> python tools/fetch.py
Using TensorFlow backend.
2022-05-08 18:00:15.470338: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
Traceback (most recent call last):
File "tools/fetch.py", line 15, in
from cakechat.dialog_model.factory import get_trained_model
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\cakechat\dialog_model\factory.py", line 8, in
from cakechat.dialog_model.inference_model import InferenceCakeChatModel
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\cakechat\dialog_model\inference_model.py", line 1, in
from cakechat.dialog_model.keras_model import KerasTFModelIsolator
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\cakechat\dialog_model\keras_model.py", line 11, in
from cakechat.dialog_model.abstract_model import AbstractModel
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\cakechat\dialog_model\abstract_model.py", line 6, in
from cakechat.dialog_model.quality.metrics.utils import MetricsSerializer
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\cakechat\dialog_model\quality_init_.py", line 2, in
from cakechat.dialog_model.quality.metrics.lexical_simlarity import calculate_lexical_similarity, get_tfidf_vectorizer
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\cakechat\dialog_model\quality\metrics\lexical_simlarity.py", line 3, in
from sklearn.feature_extraction.text import TfidfVectorizer
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\chatvirt\lib\site-packages\sklearn_init_.py", line 64, in
from .base import clone
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\chatvirt\lib\site-packages\sklearn\base.py", line 13, in
from .utils.fixes import signature
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\chatvirt\lib\site-packages\sklearn\utils_init_.py", line 16, in
from .fixes import Sequence as Sequence
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\chatvirt\lib\site-packages\sklearn\utils\fixes.py", line 92, in
from scipy.sparse.linalg import lsqr as sparse_lsqr # noqa
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\chatvirt\lib\site-packages\scipy\sparse\linalg_init
.py", line 114, in
from .isolve import *
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\chatvirt\lib\site-packages\scipy\sparse\linalg\isolve_init_.py", line 6, in
from .iterative import *
File "C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1\chatvirt\lib\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 10, in
from . import _iterative
ImportError: DLL load failed: The specified module could not be found.
(chatvirt) PS C:\Users\nisha\OneDrive\Desktop\cakechat-2.0.1>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant