Indro
Indro
Hi, Although `conda install -c conda-forge opencv===4.5.3` seems to run, on testing the package by importing, the following error is thrown: > (dlai) Indrayudds-MacBook-Air:~ indro$ python -c "import cv2; print(cv2.__version__)"...
**Description** I followed each and every step given in the embedded teachable machine documentation , but in the last step, where I needed to download the tflite model for embedded...
Addressed #335 Updated `docs/coding/all.write_unit_tests.how_to_guide.md` to unify comment style in unit tests.
The following code is not being fully formatted by Linter: ``` from typing import Any, Dict, List, Optional, Tuple import matplotlib import matplotlib.pyplot as plt import numpy as np import...
On MacOS while trying to build a docker image for a tutorial, the following error occurs: ``` (client_venv.helpers) (base) Indrayudds-MacBook-Air:tutorial_openai indro$ i docker_build_local_image --version 1.1.0 12:49:15 - INFO hdbg.py init_logger:1037...
1. Make the `get_completion` prompt in the`apply_prompt_to_dataframe` up to date. 2. Add an optional custom cost tracker to `get_completion` to enable bulk cost-tracking.
Pre-commit checks: All checks passed ✅ As discussed in #852, I marked the tests as superslow.