text
stringlengths
20
57.3k
labels
class label
4 classes
Title: How to implement a custom operator that support multiple compute device (CPU, CUDA)? Body: # Ask a Question I tried the following implementation, but had no effect. CUDA implementation: ``` struct CustomOPGpu : Ort::CustomOpBase<CustomOPGpu , CustomKernel> { const char* GetName() const { return "CustomO...
1medium
Title: Support for LayerCAM Body: Our paper "LayerCAM: Exploring Hierarchical Class Activation Maps for Localization" is accepted by TIP recently, which can visualize the class activation maps from any cnn layer of an off-the-shelf network. Could you add our method to your popular repository for more people to try this...
1medium
Title: The example 'is is not what it is!' has some questions Body: i run this code in python 3 and found that a = 257 b = 257 a is b True (Maybe this vision has updated)
0easy
Title: [Feature request] Direct Java access Body: **🚀 Feature Description** As a Java Developer, I would like access to this voice synthesis from within the JVM environment. There are many ways to accomplish this, and that is a good topic for discussion. In the meantime, I have worked up and tested a solution for a...
1medium
Title: [LNL][Windows][Inductor] Application error: The memory could not be read. Body: ### 🐛 Describe the bug When running E2E inductor on LNL, the following error appears randomly: ![Image](https://github.com/user-attachments/assets/b5254124-e2a1-4d6a-80c7-40719aea7fb7) ### Versions - stock pytorch : - pip i...
2hard
Title: [BUG] Pascal performance halved with new version. Body: **Describe the bug** I went to try new autogptq since there were changes to the kernel. Performance gets cut in half now if you enable fused attention where as of 0.3.2 it was doing better. 30b-int4 ``` latest: Output generated in 47.31 seconds ...
2hard
Title: is there a way to wait a given timeout *after* I got one response? Body: This is relevant for multicast - my dns.query.udp returns upon the first reply to the query (as expected), where I would like to wait a certain amount of seconds before returning, allowing some time for more responses from other devices: ...
1medium
Title: [Use-case] Auto-notifier if popular, relevant posts are on HN Body: Input: Query (eg "fine-tuning LLMs"), minimum number of comments, how frequently to check per day, email) Output: Emails the link to the post + summary after each run Sources: https://hn.algolia.com/api, https://modal.com/docs/examples/h...
1medium
Title: [Feature] Body: `with requests.get(task['url'], stream=True, timeout=60, proxies=proxies, headers=DEFAULT_HEADERS, verify=False) as response:` 报错:stream参数不存在。是目前不支持这种流式读取吗?什么时候能支持呢?
1medium
Title: BUG: SeriesGroupBy.apply applies function to pandas DataFrame instead of to pandas Series Body: ### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on...
1medium
Title: SequentialExecutor is not compatible with task-sdk Body: ### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? `SequentialExecutor` which is the default executor fails in the main branch. It seems #47453 which removed the run com...
1medium
Title: [BUG] Adding a new page via CMS wizard does not start in "edit" mode. Body: <!-- Please fill in each section below, otherwise, your issue will be closed. This info allows django CMS maintainers to diagnose (and fix!) your issue as quickly as possible. --> ## Description Adding a new page via CMS wizard d...
1medium
Title: can A matrix, learned by MMC, have negative values? Body: I got some questions after running the MMC code. Q1. I've run test_iris function of Test_MMC class in metric_learn_test.py The expected matrix A of mahalanobis distance is expected = [[+0.00046504, +0.00083371, -0.00111959, -0.00165265], ...
1medium
Title: how to change imdb.pkl to txt files Body: in cnn_sentence_classification.py , there is this line train, test, _ = imdb.load_data(path='imdb.pkl', n_words=10000, valid_portion=0.1) how to change the pkl data to txt files?
0easy
Title: Have problem when deploy in AWS my Django Ninja project Body: I have a Django Ninja but have problems to access some endpoints when the project is Deployet in AWS, some weeks ago this project is working fine, recently start having problems.
1medium
Title: Why does Mixins with resolver not work with ModelSchema? Body: Please describe what you are trying to achieve I wanted to mix in resolver to ModelSchemas so I do not have to write them all the time. Please include code examples (like models code, schemes code, view function) to help understand the issue F...
1medium
Title: Unable to use Seq2SeqTrainingArguments and Seq2SeqTrainer Body: ### System Info I am using the following versions: - tensorflow 2.18.0 - tensorboard 2.18.0 - transformers 4.49.0 - keras 3.8.0 - Python 3.10.0 ### Who can help? _No response_ ### Information - [x] The official example scripts - [x] My own mo...
1medium
Title: If my exact string syntax is known, is there a way to pass it as a parameter to improve accuracy? Body: I need to extract a single numeric string per image. The strings are formatted. I know the exact syntax of the strings: `(-)###0.000_(-)###0.000_/_(-)##0.00_(-)##0.00_/_0.000` Where: 1. `(-)` is abs...
1medium
Title: Uncovered files from dirs without __init__.py are not reported Body: >This feature is built into coverage, but with a caveat: you have to use paths for the source. >Eg: if you use `py.test --cov=somepath` then you'll get all files in `somepath` in the report. _Originally posted by @ionelmc in https://github....
1medium
Title: Dependency Dashboard Body: This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/RobertCraigie/prisma-client-py). ...
3misc
Title: Fresh install, Compiling mycodo_wrapper upgrade_commands warnings Body: ### Describe the problem/bug During a fresh install I receive a couple warnings. Doesn't seem to affect anything, but new users may worry. ### Versions: - Mycodo Version: 8.8.8 - Raspberry Pi Version: pi-zero - Raspbian OS Vers...
0easy
Title: Use of custom error handler is obscure Body: Not sure if this is intended or otherwise, but just posting my experience - I am using flask_restplus with payload validation: ``` class resource(Resource): @ns.expect(payload_model, validate=True) ``` However, I want to change the default output validatio...
1medium
Title: panel.chat.langchain Import recursion error Body: The new version, 1.5.0, introduces a recursive import caused by this change https://github.com/holoviz/panel/commit/d0744c50c66866396272e056282c3df38f33ecb9#diff-3e786c7bf61e242b5ec4094db9bb91fab89546aadfa12ed11b56ca0c2a142f71R56. `import_module` protected agains...
2hard
Title: Build Extension Failed with setuptools==77.0.3 Body: ### 🐛 Describe the bug When build deepspeed wheels with setuptools==77.0.3, the CUDAExtension throw the error info: ``` File "/opt/python/cp39-cp39/lib/python3.9/site-packages/setuptools/_distutils/command/sdist.py", line 245, in add_defaults ...
1medium
Title: training method for semantic role labeling Body: hi, i'm newbie in nlp, What methods and architectures are used for semantic role labeling training? are u using lstm or another? thank u
1medium
Title: AttributeError: module 'tiktoken' has no attribute 'encoding_for_model' Body: Getting the following error when launching the app `File "C:\Users\xxx\Anaconda3\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "C:\Users\xxx\ask-m...
1medium
Title: S3Boto3Storage - "PermissionError: Access Denied" persisted when accessing a file before it is created. Body: Hello, First off, I just want to say thank you. This package has been extremely helpful for a project that I am working on. I am using this package to store pandas dataframes to S3, and I have come...
1medium
Title: 如何让自动响应和定时服务并存 Body: 如题,我想实现 自动响应回复 和 定时发送新闻 信息的服务 1、按照文档、自动响应回复,只要注册了相关消息方法,即可自动回复,最后通过 itchat.run() 来启动并监听 2、定时发送新闻消息,我是想通一个定时服务(apscheduler)来实现 现在遇到这两个业务线程阻塞的问题 ‘’‘ #启动自动回复 itchat.run() #启动定时服务 ---由于上面的run()会一直在运行,下面这个语句执行不到 sched.start() ‘’‘ 遇到这种情况要怎么解决,网上查了,可以用多线程 我试过sched放另外一个线程运行,但这样的话无法通过itch...
1medium
Title: unknown bug i cant able to figure it out no detailed info available ...when im trying to migrate this bug is popped always Body: Traceback (most recent call last): File "/usr/local/bin/aerich", line 8, in <module> sys.exit(main()) File "/usr/local/lib/python3.9/site-packages/aerich/cli.py", line 258, ...
2hard
Title: Javascript TypeError with renderedMarkdown in streamlit v1.41.1: nt.replaceAll is not a function Body: ### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficie...
1medium
Title: [BUG] No such file or directory Body: ### Description <!--- Describe your bug in detail --> tc_bert_azureml.ipynb Error message: wc: /mnt/batch/tasks/shared/LS_root/jobs/gaia-ml-wks/azureml/3576038c-f399-4522-8674-383ad7cd316b/mounts/workspaceblobstore/azureml/88f85fcf-eaf4-4d58-bff2-712b35cb50aa/train0,: No...
1medium
Title: DateTime columns can not be used Body: ### Describe the bug I have simple table with one column that has type DateTime, every time I want to query record that has date set it fails with exception ``` File "lib\sqlalchemy\cyextension\resultproxy.pyx", line 16, in sqlalchemy.cyextension.resultproxy.BaseRow.__...
1medium
Title: Add system prompts independently of history of messages Body: Hello! I wanted to know how to make the @agent.system_prompt decorator being called on every run, when there is history of messages added. I'm basically trying to evaluate the dependencies on each run (the dependencies will change independently of the...
1medium
Title: loss_weights depending on epoch number Body: Hi, I'm trying to train a multi output nn and I need to change the weight of each loss component depending on the epoch number. In some previous versions of keras I implemented this mechanism by defining each weight of the loss_weights parameter as a K.variable() typ...
1medium
Title: warning bug in Qwen2DecoderLayer in transformers ==4.49 Body: ### System Info transformers ==4.49 ### Who can help? _No response_ ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [x] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ......
1medium
Title: Label mismatch in horizontal contributions plot Body: in the horizontally oriented contribution plot the hover over labels are reversed, this is caused by the following lines in explainer_plots.py ``` if orientation == 'horizontal': cols = cols[::-1] values = values[::-1] ...
0easy
Title: [interface] magnifier: multiline row at cursor only Body: An idea to only show the current row as multiline, and the rest of the rows as single-line. Not sure if the row display should be stable (such that the rows near the cursor row are obscured) or if they all should scroll.
1medium
Title: Run Black on master or change flake8 line length Body: Working on a fix for #257 as my first contribution to tikzplotlib :) As flake8 is set to `max-line-length = 80` for the project, I set `line-length = 80` in Black locally. I understand from one of the commits on #348 that some code on the project is blac...
0easy
Title: Change Serial Number Length (more than 50chars) Body: I've a probleme with serial number in tactical rmm. I have some esx virtual machine and the serial of this machine have a length of 54 chars. But tactical have only 50 chars. Is it possible to change this? Thanks.
1medium
Title: Completion in indented lines incorrectly strips the prefix when jedi is disabled Body: Completion in indented lines incorrectly strips the prefix when jedi is disabled. Originally reported in Notebook (https://github.com/jupyter/notebook/issues/7397) then JupyterLab (https://github.com/jupyterlab/jupyterlab/i...
1medium
Title: dependency on py Body: tox has a direct dependency on py which is somewhat unmaintained and has had a dodgy CVE filed against it. output of `pipenv graph` (but really, the py dep is visible in setup.cfg, too. ``` tox==3.27.0 - colorama [required: >=0.4.1, installed: 0.4.6] ... - py [required: >=1.4.1...
1medium
Title: Allow "None" style table format Body: Add an option to allow the user to set a "None" table style for tables. See the following question on StackOverflow: https://stackoverflow.com/questions/58802092/how-to-create-xlsx-table-without-any-style
1medium
Title: Is it possible to train a Transformer with Relative Position Self-Attention on TPU? Body: ### Description Hi there, Is it possible to train a Transformer with Relative Position Self-Attention on TPU? If so, what would be the recommended TPU hyper-parameters for it on WMT14 (en-de) dataset? How long would the...
1medium
Title: Can't Create Daily Point Body: ## Mycodo Issue Report: - Specific Mycodo Version: 6.1.0 #### Problem Description Please list: - what were you trying to do: Trying to create a new Conditional: Timer (Daily Point). When you set the time (by using the clock that pops up, or by manually typing) an erro...
1medium
Title: Using VPC endpoint and PandasCursor together Body: I am accessing Athena from a closed network via a VPC endpoint. Specifying the URL of the VPC endpoint to `endpoint_url=` works as expected, but it did not work well when used with `PandasCursor`. I checked code and found that when creating a boto3 client for S...
1medium
Title: `sb.wait_for_text_not_visible()` wasn't mapping to the correct CDP Mode method Body: ### `sb.wait_for_text_not_visible()` wasn't mapping to the correct CDP Mode method ---- This would cause failures in CDP Mode when calling regular SB methods directly.
1medium
Title: 🤔 Issue template ideas Body: We need an issue template to help with some expectations. Here is my quick riff on what we might want: ---- Our goal with Awesome Django is to highlight packages that we think are awesome and stand out above the rest. Our goal isn't to be a comprehensive directory of 1000...
3misc
Title: [BUG] dcc.Dropdown width rendering incorrect with Dash 3 rc4 Body: **Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 3.0.0rc4 dash-core-components 2.0.0 dash_design_kit 1.14.0 da...
1medium
Title: fix `IsNow` Body: The following should pass ```py assert '2022-07-15T10:56:38.311Z' == IsNow(delta=10, tz='utc', format_string='%Y-%m-%dT%H:%M:%S.%fZ', enforce_tz=False) ``` (ignoring that that's not "now" any longer obvisouly)
0easy
Title: CoarseDropout does not work with relative hole_height_range and hole_width_range Body: ## Describe the bug In contrast to the docstring of CoarseDropout, the two parameters `hole_height_range` and `hole_width_range` cannot be given as relative values. This is most probably due to a Validator which was introdu...
1medium
Title: QST:Using geopandas in flask, the program ends directly Body: - [x] I have searched the [geopandas] tag on [StackOverflow](https://stackoverflow.com/questions/tagged/geopandas) and [GIS StackExchange](https://gis.stackexchange.com/questions/tagged/geopandas) for similar questions. - [ ] I have asked my usage ...
1medium
Title: [BUG] Cannot use self-signed url in OpenAI Model Body: ### Issues Policy acknowledgement - [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md) ### Where did you encounter this bug? Databricks ### MLflow versi...
1medium
Title: visualization of only 3 layers / example model_view_xlnet.ipynb Body: I tried load XLNet only with three layers (it does work with full XLNet) but with three the example model_view_xlnet.ipynb does not work ``` config = XLNetConfig.from_pretrained('/transformers/') config.n_layer = 3 config.num_labels = 3 ...
2hard
Title: Automatic translation add-on setting missing "Add as approved translation" Body: ### Describe the issue When configuring the automatic translation using the add-on, there is no option to choose "Add as approved translation" in the "Automatic translation mode" dropdown <img width="874" alt="Image" src="https://...
1medium
Title: [ONNX] Improve onnx ops docs Body: https://pytorch.org/docs/main/onnx_ops.html Improve example to show the onnx op being used with torch ops.
1medium
Title: `num_ops` argument of `RandAugment()` shouldn't accept negative values Body: ### 🐛 Describe the bug Setting negative values to `num_ops` argument of [RandAugment()](https://pytorch.org/vision/master/generated/torchvision.transforms.v2.RandAugment.html) doesn't do augmentation transformations at all as shown be...
1medium
Title: Map Disappearing Body: This is a really great plugin! With that said, I'm encountering an issue where when I try to render a map, it disappears and reappears inconsistently. See video below. https://www.loom.com/share/79e544d6eea74fd7a898691d217d12a0?sid=d25745ae-b4ea-47a3-8d89-80621fe7c652 For this e...
1medium
Title: Increase number of bibliographical entries in glossary Body: I think it would be good if we included a few more citations in the glossary. In particular, it would be good to have a few references to trace the history of persistent homology. A few such are listed in the first page of https://www.maths.ed.ac.uk/...
1medium
Title: 麻烦给CRFSegmenter添加流的读取方式,方便直接从jar包里直接读取bin文件 Body: <!-- 提问请上论坛,不要发这里! 提问请上论坛,不要发这里! 提问请上论坛,不要发这里! 以下必填,否则直接关闭。 --> **Describe the feature and the current behavior/state.** **Will this change the current api? How?** **Who will benefit with this feature?** **Are you willing to contribute it (Yes/...
1medium
Title: TiDE Model Stops At A Specific Epoch Body: A more general question, I am trying to run a historical backtest using TiDE model for my use case: ``` from darts.models import TiDEModel tide_model = TiDEModel( input_chunk_length=8, output_chunk_length=3, n_epochs=20 ) tide_model .fit( ...
1medium
Title: Support pandas 2 Body: **🚀 Feature Description** Currently, the pandas requirement is constrained to >=1.4,<2.0: https://github.com/coqui-ai/TTS/blob/11ec9f7471620ebaa57db7ff5705254829ffe516/requirements.txt#L26 [Pandas 2.0.0 was released in April](https://github.com/pandas-dev/pandas/releases/tag/v2.0.0...
1medium
Title: Can your openmoe project train mixtral 8x7b model ?[FEATURE]: Body: ### Describe the feature I want to know if your openmoe project can train other moe_models like mixtral ? And in your openmoe.md , I cannot find this checkpoint in nvidia-apex "git checkout 741bdf50825a97664db08574981962d66436d16a"
2hard
Title: Rewrite Cypress test servers using gunicorn Body: The table currently uses a set of independent Dash applications to run its end-to-end tests against. https://github.com/plotly/dash-table/tree/master/tests/cypress/dash https://github.com/plotly/dash-table/blob/master/package.json#L25 Use gunicorn to load ...
2hard
Title: 关于打分机制的疑问 Body: 以code测试里面的十二题为例 https://github.com/ymcui/Chinese-LLaMA-Alpaca/blob/main/examples/CODE.md 十二题的三个答案中,7B和7B plus得分同样是7分,他们的回答文字数量接近,但信息量完全不同,后者提到了GDB和valgrind工具这个对于内存问题的排查十分有帮助,显然是比7B和13B更优的答案。 这里的问题是我们不能根据自己的常识,也不能根据文字长度,或者条理性去评判。如何建立科学的评分体系很重要,否则无法判断模型效果到底是变好还是变坏
1medium
Title: New installation does not migrate existing users Body: # Description When installing into a project, the package functionality does not work with any of the users that already existed before the package was added. Presumably because the existing users aren't added into the `graphql_auth_userstatus` table. No...
1medium
Title: font "sans serif" no longer working Body: ### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summa...
0easy
Title: Cannot connect SQL which SQL password has '%' Body: # Expected Behavior Hi, I want to use flask-sqlalchemy to connect my SQL database, but I cannot connect to SQL, because the SQL database's password is like "qU%d6". It quite strange because I can connect to SQL normally using a password like "password". Ch...
1medium
Title: LongestMaxSize does upscale an image in contrast to what notes state(?) Body: Regarding the LongestMaxSize transformation the notes state that: > Note: > - If the longest side of the image is already less than or equal to max_size, the image will not be resized. > - This transform will not c...
1medium
Title: Capture Javascript errors (javascript console) Body: it is possible capture any text from javascript console? I need to have some way to get Javascript errors.
1medium
Title: [PR] Post events for cluster-scoped objects to current namespace Body: > <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2019-08-05 18:06:51+00:00_ > Original URL: https:...
1medium
Title: [Migrated] Overhaul Logging Subsystem Body: Originally from: https://github.com/Miserlou/Zappa/issues/1305 by [Miserlou](https://github.com/Miserlou) - Add and document proper log-level handling - Redefine more sane defaults - Add event-type and event-target based log tail filtering
1medium
Title: Allow S3ObjectDatanodes to use all parameters exposed by AWS APIs Body: ### Description Today, an s3 object data node can only use a limited number of parameters. Taipy should accept all possible parameters for configuring the [boto3 client](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/cor...
1medium
Title: Add (optional) Black pre-commit hook Body:
1medium
Title: The SRL predictor doesn't work with the following error message Body: <!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stacko...
1medium
Title: Type unions errors aren't showed in frontend Body: Imagine my form is: ```python class Form(BaseModel): email: EmailStr | int ``` I know it doesn't make sense to have that union, but this is to just replicate the issue. Then on runtime, when I'm passing an invalid email address, I get this error: `...
1medium
Title: automatic fake audio generation Body: Hi Corentin, I want to generate a dataset of fake audios on my own using this toolbox. Is there any way to generate them automatically as I have to generate them manually one by one which is taking too long?
2hard
Title: No solution for Directories Comparison Shell Script Problem Body: The [Directories Comparison shell scripting practice problem](https://github.com/bregman-arie/devops-exercises/blob/master/exercises/shell/directories_comparison.md) does not have a solution
1medium
Title: How can trame be deployed in an environment with no desktop or graphical interface, such as k8s Body: <!-- Ignoring this template may result in your bug report getting deleted --> How can trame be deployed in an environment with no desktop or graphical interface, such as k8s [x] unbuntu [x] arm64
1medium
Title: ENH: `DatetimeIndex.set_freq()` Body: ### Feature Type - [x] Adding new functionality to pandas - [ ] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description I can set/change the name of a `DatetimeIndex` with `.rename()`. But I cannot set/change it...
1medium
Title: function `load_dataset` can't solve folder path with regex characters like "[]" Body: ### Describe the bug When using the `load_dataset` function with a folder path containing regex special characters (such as "[]"), the issue occurs due to how the path is handled in the `resolve_pattern` function. This functi...
1medium
Title: Issue with dates format in request options Body: Hello, Sorry if I am in the wrong place I am new here. I have an issue when I use the csv_req_option with dates. The date filter isn't applied when I pass it in argument whereas it works for all kinds of string. Imagine the next dashboard : Col A = Date ...
1medium
Title: 403 and 404 Errors Still Persist When Querying Usernames Body: ### Installation method PyPI (via pip) ### Description When I query a username, 403 and 404 errors are still being reported ### Steps to reproduce ![demo](https://github.com/user-attachments/assets/27b3db57-3eb4-4247-b38c-add298d66a1d) "When I ...
1medium
Title: [🐛 BUG] inactive file_selector is still active Body: ### What went wrong? 🤔 From hugoo on Discord I would like to leave a file_selector inactive so that the user cannot use it. However, doing active=False only has style effects and the file_selector continues to work ### Expected Behavior inactive file_sel...
1medium
Title: Fix bug with importing service task when workflow extra not installed Body: xmltodict was recently added as a dependency for ServiceTask. Given that this library is optional, it should be wrapped as a conditional import. Currently, the entire workflow package can't be imported unless xmltodict is present which v...
1medium
Title: Bad hyperlink on documentation Body: NonNull reference under required field from this page https://docs.graphene-python.org/en/latest/types/scalars/ redirects to an inexistent page, namely: `https://docs.graphene-python.org/en/latest/types/scalars/list-and-nonnull/#nonnull` The correct link is `https://docs....
0easy
Title: add method to forecasters to return the input data that is passed to the model to make predictions Body: Currently, there is no way to see which data is being used to make predictions. `create_X_y` creates the data that is used to train the model, but it;s not able to create data that is passed to "predict()`...
1medium
Title: M.layers.annotation.polygons[0].data - IndexError: list index out of range Body: When I run 3rd cell from https://github.com/OpenGeoscience/geonotebook/blob/master/notebooks/04_Annotations.ipynb d, n = next(M.layers.annotation.polygons[0].data) I receive: ----------------------------------------------...
1medium
Title: [BUG] Adding Field examples breaks generated swagger docs Body: **Describe the bug** Using the approach described in #1115 to add a description of a parameter, the generated swagger docs break when the `example=` property is added. The generated API docs show `Could not render Parameters, see the console.` *...
1medium
Title: Doesn't work with Google Colab Body: Running this small test on Google Colab ``` %%run_pytest[clean] -qq def test_example(): assert [1, 2, 3] == [1, 2, 3] ``` results in exception: ``` /usr/local/lib/python3.6/dist-packages/pluggy/hooks.py:258: in __call__ return self._hookexec(self, se...
1medium
Title: I made a video demonstrating how I used it Body: https://www.youtube.com/watch?v=HZtuHgpRoyc "Dolly Parton, neural voice clone, tells patient's family about their medical equipment."
3misc
Title: When ingest dataframe, use alternative tagging Body: In addition to ticket #79 Would it be possible to next to, data_frame_tag_columns=tag_columns, also have a 'data_frame_tag=' argument? This way a tag can be added to a DF which doesn't appear in the DF. For example, I have a DF with stock prices: timest...
1medium
Title: How is the number of anchors calculated? Body: ### Search before asking - [x] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question As an input i have image (64...
1medium
Title: Local installation fails Body: Hi, I followed Readme instructions, but I cant get it to run either (no luck for me with Docker install either).. I have Win11. All steps done from anaconda prompt and virtual environment. This is a workflow: (Win11) create app folder (conda) move to folder Moseca git ...
1medium
Title: Map.addLayerControl() doesn't seem to be working Body: <!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - geemap version: 0.13.1 - Python version: 3.9.12 (conda 4.12.0) - Operating System: Windows 11 ### Description I'm new to geemap and was l...
1medium
Title: [BUG] Paperless webserver not honoring port specified in docker-compose.yaml Body: **Describe the bug** Run paperless-ng via one of the docker compose scripts provided by paperless. Change the default port 8000 and url of the health check in the compose script prior to running with docker compose. Webserver con...
1medium
Title: Add Resistance Bands as Equipment Body: ... so users can add exercise variations of the ones with machines/weights motive: decided to go back to exercising but this time at home with Resistance Bands, some exercises don't vary much front the OG ones but there's still a difference Extra: Ilustrations are ...
1medium
Title: Migrating to React functional components Body: I'm interested in creating my own dash component using React and while generating a project using `dash-component-boilerplate`, the output React files are written using class components. Any plans on migrating that to functional components instead? I've already ...
1medium
Title: What is the purpose of parse_obj's second argument: "update"? Body: ### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched i...
1medium
Title: a little miss Body: when i forget install this packet -> apispec page will back err -> internal server error just have not other tips, so i search the resource code, in marshmallow_apispec.py ![image](https://github.com/flasgger/flasgger/assets/101400891/ab69ea20-f0d6-46fa-8064-b2ef36028709) there hav...
1medium
Title: Support for custom types in particular enums Body: **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Given below schema, where enum field type is some.CustomEnum ``` { "title": "Test", "description": "Test 123", "type": "o...
1medium