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

No module named src #15

Open
Hasika20 opened this issue Oct 26, 2024 · 2 comments
Open

No module named src #15

Hasika20 opened this issue Oct 26, 2024 · 2 comments

Comments

@Hasika20
Copy link

(providence-project) PS D:\OpenHealth> python app.py
D:\OpenHealth\app.py:18: SyntaxWarning: invalid escape sequence '\B'
brain_model = load_model('Artifacts\Brain_Tumour\BrainModel.h5')
D:\OpenHealth\app.py:19: SyntaxWarning: invalid escape sequence '\K'
kidney_model = load_model('Artifacts\Kidney_Disease\Kidney_Model.h5')
D:\OpenHealth\app.py:21: SyntaxWarning: invalid escape sequence '\L'
livermodel = pickle.load(open('Artifacts\Liver_Disease\Liver_Model.pkl', 'rb'))
2024-10-26 17:28:41.312411: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
2024-10-26 17:28:45.418587: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
Traceback (most recent call last):
File "D:\OpenHealth\app.py", line 12, in
from src.utils import gen_from_image, gen_from_text, get_med
ModuleNotFoundError: No module named 'src'

Copy link

dagshub bot commented Oct 26, 2024

@9-sh
Copy link

9-sh commented Nov 24, 2024

(providence-project) PS D:\OpenHealth> python app.py
D:\OpenHealth\app.py:18: SyntaxWarning: invalid escape sequence '\B'
brain_model = load_model('Artifacts\Brain_Tumour\BrainModel.h5')
D:\OpenHealth\app.py:19: SyntaxWarning: invalid escape sequence '\K'
kidney_model = load_model('Artifacts\Kidney_Disease\Kidney_Model.h5')
D:\OpenHealth\app.py:21: SyntaxWarning: invalid escape sequence '\L'
livermodel = pickle.load(open('Artifacts\Liver_Disease\Liver_Model.pkl', 'rb'))
2024-10-26 17:28:41.312411: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
2024-10-26 17:28:45.418587: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
Traceback (most recent call last):
File "D:\OpenHealth\app.py", line 12, in
from src.utils import gen_from_image, gen_from_text, get_med
ModuleNotFoundError: No module named 'src'

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

2 participants