text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Migrate from "yield from" to await (TypeError: object Engine can't be used in 'await' expression) Body: Hi, i replaced in my code "yield from" to "await", and received Traceback: "TypeError: object Engine can't be used in 'await' expression" ``` python async def db_psql_middleware(app, handler): async def...
1medium
Title: Proposal: Support for Failure-topic forwarding Body: Failure handling is an area where there is limited consensus within the Kafka community. One option for Faust would be adding support for failure forwarding in the same pattern as sinks. The API might look like: ```python # in faust.models.record # new Fa...
2hard
Title: faster-rcnn performance Body: hi, wuyuxin Thank you for sharing this wonderful project! Here I have some performance problems of faster-rcnn. In coco dataset, experiments results show GN has better performance. R50-FPN | 38.9;35.4 R50-FPN-GN | 40.4;36.3 However, in my dataset(ocr icdar2017), GN perform...
1medium
Title: Docs breadcrumbs usually start with 'Intro' Body: e.g. 'Intro > Legal'. This doesn't make sense. ![Screenshot 2024-05-30 at 14 48 28](https://github.com/pydantic/logfire/assets/3627481/ce155de0-36bc-4956-bead-728661a674ad)
0easy
Title: linux agent disconnect after seconds Body: **Server Info :** - OS: Ubuntu 20.04 - Browser: Chrome - RMM Version (as shown in top left of web UI): 0.15.3 **Installation Method:** - [x] Standard **Agent Info (please complete the following information):** - Agent version (as shown in the 'Summary' t...
1medium
Title: Prediction widget shows no probabilities Body: **Describe the bug** The Prediction widget shows no probabilities for the predicted classes. **To Reproduce** **Expected behavior** See probabilities for predicted classes in prediction Widget. **Orange version:** 3.32 **Screenshots** ![grafik](https...
1medium
Title: Wagtail choosers ignore Django's ForeignKey.limit_choices_to Body: ### Issue Summary If you set up a callable for a `ForeignKey.limit_choices_to`, It will get called by Django during form construction, but Wagtail's chooser system will never call that function, and thus not limit the choices presented in the cho...
1medium
Title: add benchmark vs mypyc ? Body:
1medium
Title: Question about code of `vit_for_small_dataset.py` Body: Hi, Thanks for the outstanding efforts to bring ViT to the framework of PyTorch, which is meaningful for me to learn about it! However, when I review the code in `vit_for_small_dataset.py`, in the `SPT`, I find code in the line `86` to be weird. `...
1medium
Title: Bug in functional model Body: I think there seems a bug in functional model. Case-1: When inputs=outputs for the model construction but training different output shape: Training success ``` import keras from keras import layers import numpy as np input_1 = layers.Input(shape=(3,)) input_2 = layers.Inp...
2hard
Title: ERNIE英文预训练模型 Body: ERNIE有公开的英文预训练模型吗
3misc
Title: Adding file.peek() Body: Hello! I noticed that in your README.md there is no mention of your aiofiles supporting [peek](https://docs.python.org/3/library/io.html#io.BufferedReader.peek). However in your code there are some tests for it. When attempting to use peek in my code, it did not seem to work as d...
2hard
Title: TGI on NVIDIA GH200 (Arm64) Body: ### Feature request Would it be possible to build/publish an arm64 container image for the text-generation-inference? I would like to be able to run it on a NVIDIA GH200 which is an arm64-based system. Thanks, Jonathan ### Motivation Current images won't run on arm64. ...
2hard
Title: Dataset on Hub re-downloads every time? Body: ### Describe the bug Hi, I have a dataset on the hub [here](https://huggingface.co/datasets/manestay/borderlines). It has 1k+ downloads, which I sure is mostly just me and my colleagues working with it. It should have far fewer, since I'm using the same machine wi...
1medium
Title: OSError: When resolving region for bucket 'ursa-labs-taxi-data': AWS Error [code 99]: curlCode: 35, SSL connect error Body: ### Describe the bug When trying to read data from the example bucket (and any other bucket) the error "OSError: When resolving region for bucket 'ursa-labs-taxi-data': AWS Error [code 9...
1medium
Title: pmtiles tooltip + layers control is broken with folium > 0.14.0 Body: <!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - leafmap version: 0.29.5 - Python version: 3.9 - Operating System: Windows/Linux ### Description When PMTilesLayer tooltip is...
1medium
Title: Replace ApolloTracing with simple tracing extension Body: Instead of `ApolloTracing` (which is deprecated) we could implement a simple extension that adds `extensions: {traces: []}` object where each trace would be a separate `{path: time: }`. I don't know how useful this would be to folk, but maybe it would...
1medium
Title: bug:main、dev code run main.py has error:lzma.LZMAError: Corrupt input data Body: I use the latest code, in main,dev;i find use api in api/main.py, the web result is error, no voice and server has:lzma.LZMAError: Corrupt input data 1.i try check model,code and pip package,it's run,but generate has no voice and...
1medium
Title: CUDA Body: ### Your question CUDA error: no kernel image is available for execution on the device CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1 Compile with `TORCH_USE_CUDA_DSA` to ena...
2hard
Title: get Body: ## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. 1. 1. ## Expected Behavior <!-- A clear and concise description of what you expected to happen. --> ## Screenshot <!-- A screenshot of the e...
1medium
Title: Questions about using the known exogenous variables to conduct forecasted values Body: Hi developers, I have a little confusion about **using the known exogenous variables** to conduct forecasted values. Firstly, I use the **multi-series function to "predict"** all the exogenous variables and the target ou...
1medium
Title: a way to make stream-bytes produce multiple http chunks Body: Currently (unless I'm missing something) the chunk_size parameter on stream-bytes controls the block size used to write the data to the socket. But the entire data is still sent as one HTTP chunk i.e. there is only one total size followed by the data....
1medium
Title: Keras should support bitwise ops Body: Numpy has bitwise ops https://numpy.org/doc/stable/reference/routines.bitwise.html TensorFlow has bitwise ops https://www.tensorflow.org/api_docs/python/tf/bitwise Jax has bitwise ops https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.bitwise_and.html PyTorch ha...
1medium
Title: 登陆报错:Remote end closed connection without response Body: TypeError: getresponse() got an unexpected keyword argument 'buffering' http.client.RemoteDisconnected: Remote end closed connection without response requests.packages.urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end...
1medium
Title: [Bug/Feature]: long-short.py - Qty should be calculated relative to price of stock Body: ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When opening new positions, the long-short.py opens all the positioning with approximately the same qty in terms of ...
1medium
Title: by_sound method failing Body: **Describe the bug** by_sound method returns an error **The buggy code** ``` TikTokApi.get_instance(proxy=sys.argv[3]).by_sound(sys.argv[1], int(sys.argv[2])) ``` **Expected behavior** by_sound method returns an error **Error Trace (if any)** ``` raise EmptyR...
1medium
Title: [Overkiz] - Unsupported value CyclicSwingingGateOpener Body: ### The problem I have in my Tahoma an association with Netatmo station and legrand drivia switch (https://www.legrand.fr/pro/catalogue/pack-de-demarrage-drivia-with-netatmo-pour-installation-connectee-1-module-control-1-contacteur-connecte). In the ...
1medium
Title: Error solving the challenge. Body: ### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked t...
1medium
Title: Encode the video output in HEVC instead h264 ? Body: Hello there , how i can make RVM encode the video output in HEVC instead h264 ? And is it possible to get the sound from the original vid too ? Thank you in advance !
1medium
Title: make nlp work for individual dictionaries Body: right now it only works with dataframes. we'll probably want to move this whole block into fit: ``` col_names = self.text_columns[key].get_feature_names() # Make weird characters play nice, or just ignore them :) ...
1medium
Title: nltk.lm.api entropy formula source? Body: Hi! I've been experimenting with training and testing a standard trigram language model on my own dataset. Upon investigating the `entropy` method of the LM class, I was a bit confused. The [docs](https://www.nltk.org/api/nltk.lm.api.html#nltk.lm.api.LanguageModel.entro...
1medium
Title: Database encryption Body: Add encryption at rest to the database so the server's owner can't access user's data. Account password should be the master key to decrypt the database.
2hard
Title: Docker compose stuck on waiting for my sql Body: I cloned the repo and did docker-compose build. It ran successfully. I then did docker-compose up. This is stuck on Waiting for mysql+pymysql... ``` docker-compose up Starting ctfd_db_1 ... done Starting ctfd_cache_1 ... done Starting ctfd_ctfd_1 ... done...
1medium
Title: [Feature request] Implementation for FreeVC Body: <!-- Welcome to the 🐸TTS project! We are excited to see your interest and appreciate your support! ---> **🚀 Feature Description** Original implementation: https://github.com/OlaWod/FreeVC We can use it in combination with any 🐸TTS model and make it speak...
1medium
Title: Why we don't use certifi root certificates by default? Body: Hey there, Today my colleauge step into the problem with ceritificate that time to time appears with other people who use your client. You can read about this problem more here: https://stackoverflow.com/questions/59808346/python-3-slack-client-ss...
1medium
Title: Sliding window (mix of rolling and coarsen) Body: ### Is your feature request related to a problem? I often have functions to apply to sliding windows, such as a fft computation, but both coarsen and rolling do not fit. For example, generating a spectrogram with overlap between windows is complicated using xarr...
1medium
Title: Can't connect to mongo docker Body: okey, spend a day, but still can't make this work > .env ``` # Mongo DB MONGO_INITDB_ROOT_USERNAME=admin-user MONGO_INITDB_ROOT_PASSWORD=admin-password MONGO_INITDB_DATABASE=container ``` > docker-compose.yml ``` mongo-db: image: mongo:4.2.3 env_fi...
1medium
Title: PROVIDE_AUTOMATIC_OPTIONS causes KeyError if not set Body: https://github.com/pallets/flask/blob/bc098406af9537aacc436cb2ea777fbc9ff4c5aa/src/flask/sansio/app.py#L641C12-L641C86 Simply changing this to : `self.config.get("PROVIDE_AUTOMATIC_OPTIONS", False)` should resolve the problem. This change now relea...
0easy
Title: `remove_columns` method used with a streaming enable dataset mode produces a LibsndfileError on multichannel audio Body: ### Describe the bug When loading a HF dataset in streaming mode and removing some columns, it is impossible to load a sample if the audio contains more than one channel. I have the impressio...
1medium
Title: Distributed Training with 4 machines on Translation Task Body: Hello , I want to do distributed training using four machines ,each one has 8 1080ti GPUs on En-Zh translation task, and the t2t-version is 1.6.5. I have seen the other similar issues , and the distributed_training.md ,but I still have some conf...
2hard
Title: Can not install Flask-Restx in ARM Body: ## Description: I am trying to create a docker image in a RaspberryPi which runs `aarch64`, but when the Docker image starts installing the Flask-Restx package, it fails. !!**This was working correctly 4 months ago because that was the day of my last build.** ## ...
1medium
Title: How to uninstall it? Body: I'm trying to test this package but not good for my project. And this package needs comercial license, so I want to remove it all. How can I uninstall it?
0easy
Title: [🐛 BUG] Lambda expression not working with new line Body: ### What went wrong? 🤔 Lambda expressions are not working for no reason. The second selector is not working. ![image](https://github.com/user-attachments/assets/4f83a3f7-a6f8-433b-8a18-e9fdd69c03ff) ### Expected Behavior It should work....
1medium
Title: [Question] Face verification does not meet expectations Body: I am very thankful for this open source project, it solved my immediate problem. I am trying to accomplish the task of face comparison with yolov8n-face and Facenet512. But for some samples, the results are not too good. I tried to replace the ...
1medium
Title: Multiple authentication methods enabled Body: Hi, is it possible to have multiple authentication methods enabled at the same time? I noticed that if I set `AUTH_TYPE = AUTH_LDAP` DB authentication does not work anymore.
1medium
Title: Provide some basic Django Auth Factories (User, Group, Permission...) Body: #### The problem Any project who uses `django.contrib.auth` and/or `django.contrib.contenttypes` now has to create the factories for User, Group, Permission, ContentType for using them in his tests, right? Why we do not provide related...
1medium
Title: Escape special characters Body: matplotlib2tikz does not correctly escape special or accented characters in plots. Specifically, including characters such as the percent sign (%) in labels or captions causes a `Extra }, or forgotten \endgroup. \end{tikzpicture}` error; on the other hand, including accented chara...
1medium
Title: Add attachment to order_placed email Body: I need to add an attachment to the `order_placed` email. I see the function I would ideally hook into. The `Checkout.mixins.OrderPlacementMixin` there is a function called `send_order_placed_email`. So would I fork the whole Checkout app? And add my own `mixins.py` a...
1medium
Title: Add social preview image for documentation Body: Reference: https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#meta-tags
0easy
Title: BUG: Exporting df as a ESRI shapefile error: Object of type 'float' has no len() Body: - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [x] (optional) I have confirmed this bug exists on the main branch of geo...
1medium
Title: WiringConfiguration(packages=[top_level_package]) affect subpackages only if they have __init__.py Body: Hello folks! I'm just started to learn dependency-injector. I was following this public template [https://github.com/teamhide/fastapi-boilerplate](https://github.com/teamhide/fastapi-boilerplate) and found t...
1medium
Title: ATRTS not included in df.ta.study("volatility") Body: Using the latest version of develop, `Average True Range Trailing Stop: atrts`, isn't included in `df.ta.study("volatility")`. To be honest, I'm not entirely sure why. Things appears to be set up right. ```python Python 3.8.13 (default, Mar 18 2022, 02:13...
1medium
Title: The dataset for lecture 5 practical is not available Body: I was watching practical of lecture 5 and I like to code along the video, but the dataset used in the video is not available anywhere. Its not present in your kaggle nor in the github repo. Would humbly request you to upload the same
0easy
Title: Stop automatically sorting `gr.Barplot` labels alphabetically Body: It seems that the `gr.Barplot` component ignores the actual order of the labels in your dataframe and instead sorts the x values alphabetically / numerically? It should respect the order of values in your dataframe: <img width="1237" alt="Image...
1medium
Title: [tabular] Speed-up learning-curve unit tests Body: Currently learning curve unit tests (introduced in #4411) take a long time (~25+ minutes). They comprise of 380 unit tests that each fit a model and evaluate it, which is time consuming. We should either speed up these unit tests or disable the majority of th...
1medium
Title: Any support return dict from fetch? Body: In many synchronous IO libraries, cursor.fetch_all() is allowed to return a sequence of dictionaries. Do databases consider similar implementations? Just like: ```python rows: List[Dict[str, Any]] = await database.fetch_all(query=query, include_field_name=True) `...
1medium
Title: Document `column_default_sort` requires strings Body: ### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug The examples in the [documentation](https://aminalaee.dev/sqladmin/configurati...
1medium
Title: sh: /usr/bin/dotnet: 权限不够 Body: 想要执行 dotnet core 5 ,提示 sh: /usr/bin/dotnet: 权限不够。 目录下执行也类似:sh: ./dotnet: 权限不够
1medium
Title: Feature: Filtering Rule for HTTP requests payload (like on emails) Body: Hi, I'd like to see it possible to filter the HTTP request for a specific value, as it's currently possible with emails. I've not spotted this in the current solution. I'm using a solution where I can create a webhook, but not cont...
1medium
Title: New release? Body: Hi, could you please make a new release on pypi? I'd like my deploy systems to grab the new fixes and it would probably be a nice idea to also have the updated author on there.
0easy
Title: docs: code snippet needed: DocumentArray construct Body: In [this section](https://docarray.jina.ai/fundamentals/documentarray/construct/#construct-from-local-files) there's no snippet for `read_mode`. Note: Please leave snippet as comment, don't fix directly. I'm working on docs right now and don't want merg...
0easy
Title: [Bug]: Executor performance degradation Body: ### Your current environment <details> <summary>The output of `python collect_env.py`</summary> ```text Versions of relevant libraries: [pip3] numpy==1.26.4 [pip3] nvidia-cublas-cu12==12.1.3.1 [pip3] nvidia-cuda-cupti-cu12==12.1.105 [pip3] nvidia-cuda-nvrtc-cu12==1...
1medium
Title: AutoKeras with tensorflow.dataset gives TypeError: 'PrefetchDataset' object does not support indexing Body: ### Bug Description --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-18-e8d1a7f824...
1medium
Title: TYPO Body: Astounding and Great Template for SQL-based Project with FastAPI. There's a small typo with `USERNAME` here: https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/blob/571981c3d6af5feccb90de25a81e82442c22b40f/backend/src/config/settings/base.py#L35C11-L35C11 Consider making this for NoSQ...
0easy
Title: Missing data in HTML report table after upgrading to pytest-html 4.1.1 Body: Hi Team, ...
1medium
Title: Save nparray as list Body: ### Describe the bug When I use the `map` function to convert images into features, datasets saves nparray as a list. Some people use the `set_format` function to convert the column back, but doesn't this lose precision? ### Steps to reproduce the bug the map function ```python de...
1medium
Title: Documentation Hidden by Menu Body: ### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When scrolling and zooming on sanic.dev via safari on OSX (is it MacOS now?) half the documentation gets obscured and it is not possible to correct it without a refresh. ...
1medium
Title: Custom fields serialisation & deserialisation Body: Hi, I am trying to create a custom field to implement client side encryption. I am able to perform serialisation during save, however I dont see a way to deserialise the data after a find (decrypt it). Is this possible by some means? This is how I created t...
1medium
Title: Doc error: on Docs » Visualizers and API » Feature Analysis Visualizers » PCA Projection "principle component analysis" should be "principal component analysis" Body: In http://www.scikit-yb.org/en/latest/api/features/pca.html the phrase "principle component analysis" should be "principal component analysis"
0easy
Title: Tokenization in 8.2.2 Body: I think in tokenize function, if it's tokenizing words, it should add space_character to tokens too. Otherwise, in predict function, it will assume '<unk>' for spaces and the predictions doesn't have spaces between them (which can be solved by manipulating the predict function to this...
1medium
Title: API Calls not working Body: I am not getting the expected response from Alpha Vantage APIs. The following are the details, could someone help? Infrastructure - GCP Windows server GCP Region: asia-south1-c Error - { "Note": "Thank you for using Alpha Vantage! Our standard API call frequency is 5 calls per mi...
1medium
Title: Detected short number Body: Hello. I have image: ![cell](https://user-images.githubusercontent.com/20105785/137730636-f16acbe0-31a4-4fe5-9231-761038b326b7.png) but easyOCR do not work. I try use `detect` with diferrent parameters, but method return empty. then i tried to make my simple-detector: ``` d...
1medium
Title: [RFC]typed: Turn typed.Dynaconf into a class (currently it is just a constructor) Body: Current implementation of `typed.Dynaconf` is just a pass-through constructor, this class intercepts passed arguments and then created an instance of `LazySettings` with `cast`ed type annotation for auto complete. ## Propo...
2hard
Title: [ChunkStore] Decompression error on concurrent read & write Body: #### Arctic Version ``` 1.70.0 ``` #### Arctic Store ``` ChunkStore ``` #### Platform and version CentOS 7.2 #### Description of problem and/or code sample that reproduces the issue I'm getting an error when I have two threa...
2hard
Title: FastAPI integration error Body: ### Description I apologize if this belongs in the FastAPI issues instead of logfire. I'm not really sure who is the culprit here. I'm attaching a [sample project](https://github.com/user-attachments/files/16090524/example.zip) to demonstrate an error when `logfire[fastapi]...
1medium
Title: geemap.ee_to_geopandas allow more than 5,000 features Body: It seems that it is not possible to convert from EE to geopandas using the geemap.ee_to_geopandas function if there are more than 5,000 features. If so it fails with: Exception: Collection query aborted after accumulating over 5000 elements. Is...
1medium
Title: Suppress Matplotlib 2.0 warning Body: cf. #45
1medium
Title: Set video to main video in edit screen throws: 'File' object has no attribute 'content_type' Body: ## Steps to Reproduce <!-- Please include as many steps to reproduce so that we can replicate the problem. --> 1. Upload a video without setting it as main video 2. Edit the uploaded video 3. set it as main...
1medium
Title: Latest requirements.txt seems to be over-specifying dependencies Body: This is the latest version requirements.txt file: ``` black>=19.3b0 darglint hypothesis>=4.4.0 interrogate ipykernel isort>=4.3.18 jupyter_client lxml natsort nbsphinx>=0.4.2 pandas-flavor pandas-vet pre-commit pyspark pytes...
1medium
Title: Request/Guidance - HowTo make using pywinauto easy Body: **This is not an issue - but a request** I'm a novice in python, perhaps I was still able to use pywinauto and do a good set of automation in the Unified Service Desk of Dynamics 365. Now that I struggle a lot to progress quickly to cover more scenar...
3misc
Title: Where are natures of pokemons? Body: not able to find nature a pokemon in the pokemon endpoint
3misc
Title: 【百度深度学习开源平台飞桨合作】 Body: 您好,我是百度飞桨的产品经理施依欣,看到transbigdata提供了较丰富的交通时空大数据分析能力,飞桨作为国内首个开源的深度学习平台,希望能不断深耕各行各业,因此想要和您进一步沟通,看看是否能够有深入结合/合作的机会,如果您方便的话可以添加我的微信(同电话):18108656919 期待您的回复~ 施依欣 | 百度飞桨产品经理
3misc
Title: Texttiling and paragraphs Body: Hello. I have a block of text that I want to segment. However I found out that the texttiling implementation requires that the input text is split into paragraphs. My questions is why does this happen? Doesn't the algorithm create pseudosentences and blocks on its own? After a...
1medium
Title: Add support to Julia notebooks Body: Please add option to convert Julia notebooks into standalone web apps.
1medium
Title: broken with httpx 0.10 Body: **Describe the bug** authlib uses old classes of httpx. New version of httpx 0.10 removed `AsyncRequest` `AsyncResponse` and also there's no middleware. **Environment:** - OS: Linux - Python Version: 3.7 - Authlib Version: 0.13
1medium
Title: [BUG] ERROR: Failed building wheel for duckdb Body: **Describe the bug** When attempting to install via `pip install pygwalker` I receive the following errors: `ERROR: Failed building wheel for duckdb` `ERROR: Could not build wheels for duckdb, which is required to install pyproject.toml-based projects` ...
1medium
Title: [🐛 BUG] Problem of intercompability between environment Docker/Un*x and Windows for path Body: ### What went wrong? 🤔 First, create a storage folder, ".taipy", built when running Taipy with Windows. Then, try to run your code in a Linux-based Docker with this ".taipy". This will create an issue for File...
1medium
Title: From future import annotations breaks lazy types Body: ## Describe the Bug `from __future__ import annotations` breaks type resolver which results in `TypeError: Model fields cannot be resolved. Unexpected type 'typing.Any'` I did not manage to track down what exactly causes this issue, but whenever I add ...
2hard
Title: Add intensity_median to regionprops Body: ### Description: We have `intensity_min`, `intensity_mean` and `intensity_max` in `regionprops` already: https://github.com/scikit-image/scikit-image/blob/5305ae2ae1fa5d8c01a45e77bb0c44cbabfe1102/skimage/measure/_regionprops.py#L573-L585 What about adding `intensity_m...
1medium
Title: [Bug][V1]: allenai/OLMo-2-0325-32B-Instruct - unexpected keyword argument 'inputs_embeds' Body: ### Your current environment <details> INFO 03-17 17:57:21 [__init__.py:256] Automatically detected platform cuda. Collecting environment information... PyTorch version: 2.5.1+cu124 Is debug build: False CUDA used to...
1medium
Title: QString' object has no attribute 'rfind' Body: Ubuntu 16.04 python 2.7 qt4 when I load the image, the terminal show that "QString' object has no attribute 'rfind'.So ,I can't create the rectbox.
1medium
Title: Use of matplotlib's colormap viridis Body: When I use matplotlibs new colormap _viridis_ and add a colorbar in a figure, matplotlib2tikz returns an AssertionError, because _viridis_ is not an linear-segemented-colormap. ``` python import numpy as np import matplotlib.pyplot as plt import matplotlib.cm as cm imp...
1medium
Title: Validation runs during overfit, even when turned off Body: ### Bug description I am attempting to overfit a model for demonstration. I am using the CLI and I am using trainer.overfit_batches=.125 and trainer.limit_val_batches=0. If trainer.limit_val_batches=0 is run without the overfit_batches, the desired ef...
1medium
Title: Pre prompt like GPT Body: Just like OPENAI library has parameters like prompt where we put instruction to it. For example: Act like a mychatbot who's name is Toranto. so it will act like Toranto. Can't we do the same with bardapi?
1medium
Title: 获取用户的粉丝数等数据 Body: 期望提供一个获取用户的粉丝数等数据的接口,谢谢大佬 <img width="499" alt="image" src="https://user-images.githubusercontent.com/16174533/211499289-88218d27-b738-449f-957c-39ea9436c617.png">
1medium
Title: [Proposal] Allowing environments with different Box action/observation space limits in a vector environment Body: ### Proposal https://github.com/Farama-Foundation/Gymnasium/blob/8333df8666811d1d0f87f1ca71803cc58bcf09c6/gymnasium/vector/sync_vector_env.py#L251-L266 https://github.com/Farama-Foundation/Gymnasiu...
1medium
Title: seaborn objects scale with two visualisations with same kwargs? Body: Hello, I ran into a problem with scale, when I'm trying to display two visualizations with color mapped by column. I'm trying to create bar plot with labels on bars. Position of labels and color of labels depends on column of dataframe. Al...
1medium
Title: Is it possible to load my own quantized model from local Body: Here is the code I tried for the coreference resolution ``` from allennlp.predictors.predictor import Predictor model_url = 'https://storage.googleapis.com/pandora-intelligence/models/crosslingual-coreference/minilm/model.tar.gz' predictor = Pred...
1medium
Title: Day 10 Exercises level 3 Body: I'm trying to solve exercise number 3, but I can't iterate through the file: `countries_data.py` I got this error message: `non iterable value is used in an iterating context` any ideas that could help me to solve this issue? and also How can I iterate a list of dictionaries lik...
1medium
Title: can I run the code in windows and without GPU Body: can I run the code in windows and without GPU?
0easy