Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKalema committed May 11, 2024
1 parent 916d058 commit 4eaf474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
logger = logging.getLogger('potholeClassifierLogger')


def execute_pipeline_stage(stage_name: str, pipeline_obj) -> None:
def execute_pipeline_stage(stage_name: str, pipeline_obj: object) -> None:
"""
Execute a specific pipeline stage.
Expand Down
8 changes: 4 additions & 4 deletions research/trials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-04-28 02:30:57.857205: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used.\n",
"2024-04-28 02:30:57.930597: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used.\n",
"2024-04-28 02:30:57.931493: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n",
"2024-05-10 21:09:01.344997: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used.\n",
"2024-05-10 21:09:01.810250: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used.\n",
"2024-05-10 21:09:01.811846: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n",
"To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n",
"2024-04-28 02:30:59.872393: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n",
"2024-05-10 21:09:04.637347: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n",
"/home/kalema/anaconda3/envs/kidney/lib/python3.8/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field \"model_server_url\" has conflict with protected namespace \"model_\".\n",
"\n",
"You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.\n",
Expand Down

0 comments on commit 4eaf474

Please sign in to comment.