text
stringlengths
20
57.3k
labels
class label
4 classes
Title: About uint16 support Body: Pytorch 2.3 is introducing unsigned integer dtypes like `uint16`, `uint32` and `uint64` in https://github.com/pytorch/pytorch/pull/116594. Quoting Ed: > The dtypes are very useless right now (not even fill works), but it makes torch.uint16, uint32 and uint64 available as a dtype. ...
1medium
Title: Color API use is not discoverable Body: cc @thibaudh We have received repeated questions about how to use color bindings and where the palettes are. I'm thinking: make more prominent in the homepage docs links, cross-link in the ReadTheDocs bind call docs, and cross-link in the relevant tutorials.
1medium
Title: Standard headers properties to all endpoints in one project Body: Hi, We have a custom header for our project that should be on all endpoints, Is there a way to configure it in one place (Not on every "extend_scheme")? I tried looking for a configuration that adds headers by default to all endpoints but...
1medium
Title: How to set_epoch with interleave_datasets? Body: Let's say I have dataset A which has 100k examples, and dataset B which has 100m examples. I want to train on an interleaved dataset of A+B, with stopping_strategy='all_exhausted' so dataset B doesn't repeat any examples. But every time A is exhausted I want it...
1medium
Title: API key should be made optional in `LLMEvaluator` and co Body: Now that we support using the evaluator(s) with locally hosted models (thorough the `api_base_url` API parameter), the `api_key` init parameter should be made optional.
1medium
Title: Install DeepSpeed fail with setuptools-77.0.3 Body: ```bash root@csi67c88jasm4-0:/workspace/LLaMA-Factory# pip list Package Version Editable project location --------------------------------- ------------- --------------------------------- accelerate 1.2.1 a...
1medium
Title: Improve speed for box blur (mean filter) Body: ## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Originally from this: https://github.com/kornia/kornia/issues/720#issuecomment-881859300 In theory box blur (mean filter) can be implemented in O(n) time. Two solutions - Use...
2hard
Title: pandera 0.12.0 does not support Python 3.7 Body: When trying to import pandera 0.12.0 in python 3.7, I get the following error message: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "...\lib\site-packages\pandera\__init__.py", line 50, in <module> from . import errors,...
1medium
Title: 希望能在WeixinMP构造方法中增加proxies代理设置参数 Body: 希望能在WeixinMP构造方法中增加proxies代理设置参数 ```python def __init__(self, app_id, app_secret, ac_path=None, jt_path=None, ac_callback=None, jt_callback=None, proxies=None): """ :param :app_id 微信app id :param :app_secret 微信app secret :param :a...
1medium
Title: S3 custom domain should be based on bucket name Body: I override the class `S3Boto3Storage` to create my own custom storage like below ```python class MediaStorage(S3Boto3Storage): bucket_name = 'my-media-bucket' ``` I was expecting the file url generated by my custom storage `MediaStorage` will hon...
1medium
Title: 每个用户使用单独的词典 Body: <!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#neww...
2hard
Title: Running query in superset sqllab with shillelagh driver returns Unsupported table error Body: **Describe the bug** Using shillelagh with superset. Running query on internal hosted json api url returns error. `shillelagh error: Unsupported table: https://server.com/app/api/v1.0/storage/list` Running the quer...
1medium
Title: 同,后台添加节点报500,附上debug Body: 找了一圈,发现就那一个和我一样,,但是没有看到解决方法,所以自己再发一下, 希望大佬看一下,还有上次我忘记在哪个群见到你了,,,唉,要不然直接QQ给你讲好了 Request Method: | POST -- | -- http://myss.co/admin/ssserver/node/add/ 2.0.5 IntegrityError (1048, "Column 'password' cannot be null") /root/.pyenv/versions/3.6.3/envs/venv-sspanel/lib/python3.6/si...
1medium
Title: Can't upload anything to bucket Body: I read the doc and after connected, I can't upload anything in the storage bucket. ```` url= "XXXXX" key = "XXXXXXXXX supabase: Client = create_client(url, key) my_file = os.path.dirname(os.path.abspath("__file__")) + "/file.jpg" storage.upload(path=supabase.storage_u...
1medium
Title: [Proposal] docs: gym -> gymnasium Body: ### Proposal A clear and concise description of the proposal. ### Motivation Please outline the motivation for the proposal. Is your feature request related to a problem? e.g.,"I'm always frustrated when [...]". If this is related to another GitHub issue, please link he...
1medium
Title: 运行toolbox后进行录音,随后卡死 Body: 运行toolbox,使用https://github.com/babysor/MockingBird/wiki/Quick-Start-(Newbie) 中提到的模型,录音后程序卡死, ![image](https://user-images.githubusercontent.com/73403611/148560358-ca26640d-3e2b-427b-9304-b4df3c14aa86.png) 尝试选择不同的vocoder,程序也卡死 ![image](https://user-images.githubusercontent.com/7340361...
1medium
Title: Install on Macbook m1 chip Body: conda install pyqt conda install matplotlib pip install labelme **That works for me!**
3misc
Title: Date argument is returned as String type in info.field_asts Body: ```python import graphene import datetime class Patron(graphene.ObjectType): id = graphene.ID() name = graphene.String() age = graphene.Int() dob = graphene.types.datetime.Date() class Query(graphene.ObjectType): ...
1medium
Title: Web UI language not changing Body: Hi, I have installed LibreTranslate with docker image `libretranslate/libretranslate:latest`, but when I change the web ui language with icon on top-right, the language of the web ui does not change. I think this is a bug.
1medium
Title: Downloading detection model too slow Body: Hi, I when I run a code in Windows, it display "Downloading detection model, please wait. This may take several minutes depending upon your network connection." Then it keep downloading for a long time. even though I plug a VPN , its progress is very slow I just use...
1medium
Title: [Bug]: Cannot change the run name through UI Body: ### Describe the bug I tried changing the name of my run through the UI. ![Image](https://github.com/user-attachments/assets/00e8eb7e-2ea9-498d-b707-bb75effecfb5) But the figure does not change accordingly, still showing the original name ![Image](https://g...
1medium
Title: ERROR - qlib.workflow - [utils.py:38] - An exception has been raised[ValueError: can't find a freq from [Freq(day)] that can resample to 1min!]. Body: ## To Reproduce df = D.features([code], ['$high', '$low', '$close', '$open','$volume','$money'], start_time='%s 09:31:00'%str(start_time...
1medium
Title: [BUG] App restarts without error message. Body: ![image](https://github.com/plotly/dash/assets/3391614/6902cccf-fc83-42c2-99e1-eabc241367b3) Recently my app restarts when certain callbacks are called without any error message. I am running the same code that runs in successfully in production, but I updated dep...
2hard
Title: Use Github actions for the CI Body:
1medium
Title: 绘制PR曲线 Body: 作者您好,我想借鉴您的ssd代码,现在有个难题就是您的论文中好像没有绘制P曲线或R曲线或者PR曲线,请问我该在validation.py中操作还是在plot_curve.py中操作呢? 或者不绘制曲线,单纯得到Recall和Precision的值也可以,我该怎么改呢? 感谢感谢
1medium
Title: Train using GPU, predict using CPU Body: Hi everyone! I'm new in deep learning, so sorry I ask a lot of questions. I opened this issue: https://github.com/deepmipt/DeepPavlov/issues/1212 and now I can use GPU to train BERT models. I'm building chatbot system and for this reason I have to load 4 trained models:...
1medium
Title: consider splitting memory allocation and computation functions in the c_rewrite branch Body: e.g. see: https://github.com/kwgoodman/bottleneck/blob/6a4a315f7c5426b8071903697e5e65e27d0c905d/bottleneck/src/move2_template.c#L27 If the split happens now, it will make it easy to parallelize these functions later. ...
1medium
Title: Several Problems when using Keras Image Augmentation Layers to Augment Images and Masks for a Semantic Segmentation Dataset Body: In the following, I will try to tell you a bit of my “story” about how I read through the various layers and (partly outdated) tutorials on image augmentation for semantic segmentatio...
2hard
Title: poetry - PEP 735 Body: Aguardando novidades sobre a implementação da PEP 735. Isso alterará todos os diretórios (pyproject.toml) de código além do projeto principal. Monitorar PR: https://github.com/python-poetry/poetry/pull/10130
1medium
Title: Should `pa.check_types` always do schema validation? Body: #### Question about pandera The behavior of `pa.check_types` is a little counter-intuitive because of this check: ``` if ( arg_value.pandera.schema is None # don't re-validate a dataframe t...
1medium
Title: Add llama.cpp support to LLM Body: Create a llama.cpp subclass for the LLM interface. When a GGUF extension is detected, it should automatically download the file from the HF hub and load it. The experience should be as seamless as other LLM models loaded through transformers.
2hard
Title: Unittest failed after upgraded pydantic to 2.9.2 Body: **Describe the bug** After upgraded pydantic to the latest version, unittest failed with the following message: ``` FAILED tests/contrib/test_pydantic.py::TestPydantic::test_address_schema - AssertionError: {'$de[312 chars]': {'$ref': '#/$defs/tortoise__c...
1medium
Title: filterform still queries for last field of Basemodel Body: ``` class FilterForm(pydantic.BaseModel): city: str | None = Field(json_schema_extra={'search_url': '/api/forms/search', 'placeholder': 'Filter by City...'}) country: str | None = Field(json_schema_extra={'search_url': '/api/forms/search', 'p...
1medium
Title: [FEEDBACK] Change "All data returned from APIs must be JSON serializable." Body: Sometimes in russian Telegram chats I read "Django was sexy in 2008-2012, but it looks legacy and outdated in 2019 now...". Thank you for share your opinion, I completely agree with your suggestions. This is the best way to answer t...
3misc
Title: Incredibly high map, are there potential bugs in evaluation codes? Body: I have trained a video-based model which has a outstanding performance: My training script is: ```shell python main.py --app video\ -s dukemtmcvidreid\ -t dukemtmcvidreid\ -j 8 \ ...
2hard
Title: [BUG] Dashboard link on 404 page not working Body: ### Description The link back to the dashboard on the 404 page does not work. This happens since version 2.14.0, 2.13.5 was still fine. ### Steps to reproduce 1. Go to the 404 page /404 2. Click on the link that is supossed to take you back to the dashboard 3...
1medium
Title: Axis enhancements Body: * revert axis checkbox * some axis transformation (log, ln, exp...) * `dx` and `dy` axis start and stop (like ranges) boxes? * double axis in the same plot?
1medium
Title: Generating ProfileReport from pickle files does not work (methods ProfileReport.dumps() and ProfileReport.loads()) Body: ### Current Behaviour - Used all defaut values - Generating ProfileReport from pd.DataFrame (Works) with ProfileReport(df) (**Works**) - Saving ProfileReport locally as pickle file (Works) ...
1medium
Title: Functions not working due invalid URL formatting Body: Hi all, Calling functions using supabase-py for me allways results in the following response: `{'data': b'Function not found', 'error': None}` I believe this is due to the improper URL format in the `FunctionClient`: https://github.com/supabase-co...
1medium
Title: jinja_loader type bug Body: I have ```Python from jinja2 import ChoiceLoader, FileSystemLoader app.jinja_loader = ChoiceLoader([ FileSystemLoader(project_dir / 'templates/'), app.jinja_loader, ]) ``` There is a mypy error ``` error: Incompatible types in assignment (expression has type "C...
1medium
Title: Tabulator with row_content : not toggling (collapse/expand) properly Body: <!-- Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Dis...
1medium
Title: Focus changes from the control to the entire browser when working with Google Chrome, Yandex Browser. Body: ## Problem I'm trying to get information about a control by mouse click. In Mozilla Firefox I get full information about the cotrol, but in Google Chrome and Yandex Browser I get only information about t...
2hard
Title: HPO: gpu_metrics file does not exist! Body: **Describe the issue**: I run`nnictl create --config exp.yaml --port 9090` and cheak `nvidia-smi`, find its running without using GPU. So I run`nnictl create --config exp.yaml --port 9090 - f` and get error below: ![image](https://user-images.githubusercontent.com...
1medium
Title: Moderator Panel Body: It would be nice to have an Moderator Panel. We could just rename the current "Admin Settings" to something like "Management" and display the settings depending on the permissions --> If a user has Admin permissions he can see everything but if he only has Moderator permissions he can only ...
1medium
Title: [Q] MultiThreadMapData and AugmentImageComponents? Body: I read the tutorial "Efficient DataFlow", which was very helpful. I have a question. The tutorial includes two cases. **multiprocess** ``` ds0 = dataset.ILSVRC12('/path/to/ILSVRC12', 'train', shuffle=True) ds1 = AugmentImageComponent(ds0, lots_o...
1medium
Title: Autocomplete path portion in URL bar Body: Currently, URL bar supports autocomplete for base URLs (https://domain.io) and variables. Please support path segments also. For example, I'm playing with [Gmail API](https://developers.google.com/gmail/api/reference/rest), which has a URL like this: ``` https://gmail....
1medium
Title: Load full native fastText Facebook model is partial Body: #### Problem description Hidden vectors are bad. I'm using the gensim.models.fasttext.load_facebook_model function to load the .bin file, but the syn1 fails loading. Also trainables.syn1neg is full of zeros. 'FastTextTrainables' object has no attrib...
1medium
Title: Update exception message for `insert` function Body:
1medium
Title: Support for HTTP 308 Body: Currently, support for HTTP 308 Permanent Redirect is missing. From https://httpstatuses.com/308 : > The target resource has been assigned a new permanent URI and any future references to this resource ought to use one of the enclosed URIs. > > Clients with link editing capabil...
1medium
Title: compare_intra() keeps giving 'index X is out of bounds for axis 0 with size Y' error Body: Tried `compare_intra()` on a road accident data set to compare urban vs rural samples. However, it keeps giving the above error. `report = sv.compare_intra(df, df["UrbanRural"] == 1, ["Urban", "Rural"], 'Is Fatal')` ...
1medium
Title: Concurrent editing notifications - backend additions to identify concurrent edits Body: Part of [RFC 95 - concurrent editing notifications](https://github.com/wagtail/rfcs/pull/95) As per the RFC section 'Notifying users on changes', add support to the 'ping' endpoint for passing a revision ID so that any use...
1medium
Title: [Question]How to set width & height parameter when you use pygwalker on flask app? Body: hello.I use pygwalker on flask app. but display size is a little big, so I would like to resize it. Though I tried width & height parameter to pyg.walk function, it didn't work. Is there any way to resize it? Code) ...
1medium
Title: Unexpected Negative Coordinates in YOLOv8 Annotations after Transformations Body: **Description:** I am encountering an issue while applying transformations to YOLOv8 annotations (object detection format) using albumentations. Below is a minimal reproducible example ``` import cv2 import albumentations as ...
1medium
Title: Make requests over Tor. Following error. OSError: 'tor' isn't available on your system. Maybe it's not in your PATH? Body: <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE. ####################...
1medium
Title: Test on multiple GPu Body: I have been digging through the issues and could not find the answer. Does this code work for multiple GPUs when testing? specifically the video code in the sample folder. I am trying to see how to increase the speed of that.
1medium
Title: Tutorial Documentation Issue with --debug Body: # Recap [Run Application](https://flask.palletsprojects.com/en/2.2.x/tutorial/factory/#run-the-application) section says you should run: `flask --app flaskr run --debug` This provides this error: ``` (Discord) C:\Users\gradu\code\flask-tutorial>flask --app...
0easy
Title: Is it possible to add multiple images in a folium popup? Body: I tried to add an image to the marker popup in folium and was successful. Following is the code snippet: ``` encoded = base64.b64encode(open('test.png', 'rb').read()) html = ''' <img src="data:image/png;base64,{}">'''.format iframe = IFrame(htm...
1medium
Title: Key Error (trying to fetch out of range data) Body: File ~/jupyter_dir/lib/python3.9/site-packages/pandas/core/indexes/base.py:3623, in Index.get_loc(self, key, method, tolerance) 3621 return self._engine.get_loc(casted_key) 3622 except KeyError as err: -> 3623 raise KeyError(key) from err 3...
1medium
Title: 获取帐号太频繁了,可以调整拉取时间吗? Body: <img width="1265" alt="image" src="https://github.com/vvbbnn00/WARP-Clash-API/assets/19187969/f888f5ce-56e7-4379-aee4-bf678d059c14">
0easy
Title: value_counts with NaN sometimes raises ValueError: No objects to concatenate Body: <!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http:...
1medium
Title: Best way to decode (translate) a hundred thousand files? Body: I'm currently looping through each text file and running `t2t-decoder` to translate into my target language. It appears loading my model per each file is taking a lot more time than necessary. What is the best way to go about this? I have consi...
1medium
Title: Fix deprecations in SoftCosineSimilarity Body: When running our CI test suite, I see an array of deprecation warnings: https://dev.azure.com/rare-technologies/gensim-ci/_build/results?buildId=287&view=logs&jobId=f9575ddc-dec8-54e6-9d26-abb8bdd9bed7&j=f9575ddc-dec8-54e6-9d26-abb8bdd9bed7&t=180156a9-2bf9-537d-c...
1medium
Title: Regarding training images Body: Hi, Please let me the format of the training images. can we have the training images in .jpg format? Thanks
0easy
Title: Avoid Status Spam/Visual Noise Body: Regardless of how anyone may feel about the subjectivity of this "feature", previously, setting an empty motd URL kept this sort of status spam from appearing during startup. However, at some point after updating to a newer version of visidata, this status message is now very...
0easy
Title: Proposing a PR to fix a few small typos Body: # Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine bowtie/tests/test_components.py and observe `instatiation`, however expect to see `instantiation`. - Examine bowtie/tests/test_tags.py and observe `instantation`, however expect to s...
0easy
Title: Hook for replacing user avatar logic Body: ### Is your proposal related to a problem? From @jhrr on https://github.com/wagtail/wagtail/issues/12274#issuecomment-2514281305: > Sorry to mildly necrobump this thread, but there is one issue with cutomizing the Wagtail `UserProfile` that we've encountered, and that...
1medium
Title: refresh data with zoom in/zoom out Body: when I changed to st_folium everytime I zoom in/zoom out all data uploads again and it takes a lot of time. When I use folium_static I don't have this problem.
1medium
Title: How can we support text_to_instance running in parallel? Body: Though we have a multi-process data-loader, we use for loops in [predictor](https://github.com/allenai/allennlp/blob/main/allennlp/predictors/predictor.py#L299). It will make the process hard and slow when we have many inputs( especially when this...
1medium
Title: Website detects undetected bot Body: I have been trying to log in on a website but it keeps detecting me. This is what I do: I create a driver and open google with it. From there I log in manually to my google account so that I have cookies on the profile. Next step I go to the website where I want to log in,...
2hard
Title: Invalid SQLAlchemy Model Body: Hey guys I hope someone can help me on this, i'm really stuck.... database automaping: ``` engine = create_engine(" blablabla", convert_unicode=True) db_session = scoped_session(sessionmaker(autocommit=False, autoflush=False, ...
1medium
Title: v3.2.3 GitHub release missing binary and package Body: ## Checklist - [x] I've searched for similar issues. --- The 3.2.3 release https://github.com/httpie/cli/releases/tag/3.2.3 is missing the binary and .deb package
1medium
Title: render_item method in env.py is not being called Body: There's an issue with the `sqlalchemy_utils` package. Special field types like UUID, Password from this library are not being recognized by alembic. There was a workaround in earlier versions of `flask-migrate` and that is to write custom `render_item` metho...
1medium
Title: consider moving to poetry from flit Body: Advantages: 1. Automatic python dependency management. 2. Consolidate requirements into one file. Disadvantages: 1. Learn a new tool, (leaving flit). https://github.com/sdispater/poetry
1medium
Title: Leafmap and streamlit cannot use interactive vector tools to obtain coordinate values Body: <!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - leafmap version:0.18.8 - Python version:3.9.16 - Operating System:windows ### Description Leafmap and ...
1medium
Title: Example for list response is either a list containing only the first element or a list inside a list in redoc Body: **Describe the bug** When I specify a list as an example (in a raw schema) in redoc only the first item in the given list is displayed as the only item in the example. If I wrap the example list ...
1medium
Title: extra_requires[dev] does not exist Body: Issue: running `pip install -e .[dev]` works, but doesn't install the dev requirements. this is due to the missing extra, dev ``` pip install .[dev] Processing /Users/jchittum/dev01/flask-restplus flask-restplus 0.12.2.dev0 does not provide the extra 'dev' ``` ...
1medium
Title: [BUG] Time Series Predictor Model Fit Causing Kernel to Die (Jupyter Notebook) Body: **Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via...
1medium
Title: %autoreload fails since 8.17.0 Body: May be related to #14145 ```python In [1]: %load_ext autoreload In [2]: %autoreload 3 Error in callback <bound method AutoreloadMagics.pre_run_cell of <IPython.extensions.autoreload.AutoreloadMagics object at 0x7f8877f5ad90>> (for pre_run_cell): --------------------...
1medium
Title: dirty-equals causes a infinite-loop if it is used with `functools.singledispatch` Body: The following code causes a infinite-loop inside `functools.singledispatch` ``` python from dirty_equals import IsStr from functools import singledispatch @singledispatch def dispatch(a): print("generic", ...
1medium
Title: [Feature]cookiejar Body: requests cookies.py ``` def get_cookie_header(jar, request): """ Produce an appropriate Cookie header string to be sent with `request`, or None. :rtype: str """ r = MockRequest(request) jar.add_cookie_header(r) return r.get_new_headers().get("Coo...
1medium
Title: Question about seemingly unused file Body: what does the file 'samplelib/SampleGeneratorFaceCelebAMaskHQ.py' do?
1medium
Title: Enhancement: Support for dictionaries with Pydantic models as value, e.g. dict[str, PydanticClass] Body: ### Summary As mentioned on the Discord channel, below code will result in a Pydantic validation error. If I turn households into lists (as well as in the defaults dict as in the HousHolds class) it all work...
1medium
Title: publish_subscribe.py - Method missing? Body: The example does not make use of the method Provider.unsubscribe(). I expected that there would be a "wrapping" method like Subscriber.unsubscribe() for removing itself from the Provider (compare: Subscriber.subscribe() for appending itself to the Provider)? [See dr...
1medium
Title: image2image.py on win10: AttributeError: Can't pickle local object 'get_data.<locals>.<lambda>' Body: Hello, I am rather new to tensorflow and to python, but I am trying to learn, because I could use the image2image translation network. Well I played around with other pix2pix variants before, and I got some of...
1medium
Title: Exception error when exporting to HTML Body: Hello, I tried exporting my map to HTML, the code is same in the documentation. `embed_minimal_html('export.html', views=[fig])` It works fine on my computer, but my friend has encountered the following exception error. <img width="982" alt="error" src="https:/...
1medium
Title: tl.files.load_and_assign_npz() does not return 'False' Body: ### New Issue Checklist - [x] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [x] I searched for [existing GitHub issues](https://github.com/tensorlayer/tensorlayer/issues) ### ...
1medium
Title: Standalone HTML representation of animation not loading Body: I've tried running the hydrogen example notebook through nbconvert to get a "static" representation. The produced html file will generally load, but the plot will not. Browser console (same error in firefox) [k3d.log](https://github.com/K3D-tools/K...
1medium
Title: vkQueueSubmit failed -4 Body: realesrgan-ncnn-vulkan-20210901-windows.zip Win10 Home, GF 920M Run with realesrgan-ncnn-vulkan.exe -i 01.JPG -o 01-up.jpg Tried with different files, same error(s). Got black plain jpg file on output.
1medium
Title: how to implemente get_document_topics() Body: Hi all, I use the method of AuthorTopicModel() build a model, then i want to get the topic of each document or the document belongs to which topic(assume that i have 10 topics) and the tutorial tell me that the method of get_document_topics() are not be implemented,...
1medium
Title: Improper converter check Body: Can someone please check this [converter check](https://github.com/microsoft/hummingbird/blob/2705c42585ac1d3ee69e65a93e5f59d7d42f44d5/hummingbird/ml/_topology.py#L205) in topology.py? Shouldn't it be a `if converter is None:` ? Or am I just missing something in the flow?
1medium
Title: [Suggestion] Remove print statements in `handler.py` Body: ## Context I have gone thru some effort to reduce my CloudWatch logs. By default Zappa was logging a lot of things that I didn't use to CloudWatch which was costing me $100s / mo. The best solution I found to suppressing logs was this code in `app...
1medium
Title: emotion voice cloning Body: I use the method mentioned in thie rep https://github.com/innnky/emotional-vits to try to implement emotion voice cloning, I finetuned the pretrained synthsizer on a small dataset that contains about 24 speakers, each with 100 audio, and these 100 pieces of audio are divided by into r...
1medium
Title: How to open a file *.html? Body: Hello, I am trying to access to a file but it is giving me an error: `ERROR - Invalid URL: "/output/html/my_html.html"!` How could I do that? Thank you
1medium
Title: Consider allowing PythonCallable initialization with dotted paths Body: We're currently working on exporting DAGs to Airflow but PythonCallables won't be supported for the first version. When we convert a Ploomber DAG to Airflow, we need to instantiate the Ploomber DAG, if it has PythonCallables, the actual func...
1medium
Title: When Serving static files: "TypeError: 'NoneType' object is not iterable" Body: Using the example code: ```import responder api = responder.API() @api.route("/{greeting}") async def greet_world(req, resp, *, greeting): resp.text = f"{greeting}, world!" if __name__ == '__main__': api.run() `...
2hard
Title: Is it possible to use templates without {"mask"}? Body: I am using OpenPrompt on UnifiedQA (https://github.com/allenai/unifiedqa), which generates the answer using T5 without a mask token. I tried a template without {"mask"}, but this is not allowed in OpenPrompt. I use the template {"placeholder":"text_a"} \...
2hard
Title: How to log all of the query sql string with args ? Body: I tried set `echo=True` and `logging.getLogger("databases").setLevel(logging.DEBUG)`, but both are not working. Are there have some method to log sql string and args except `print(query)` ? I want something global. Thank you !
1medium
Title: Issue with connection to database with postgres (asyncpg) Body: There is simplified example extracted from /databases/backends/postgres.py:connect() ```python import asyncio import asyncpg from databases import DatabaseURL async def run(): url = 'postgresql://user:password@localhost/dbname' ...
1medium
Title: Dose there any better way to write timezone aware datetime field without using the SQLAlchemy ? 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 ...
1medium
Title: Create CAM for network trained on timeseries Body: Would it be possible to handle networks trained for timeseries classification? Example CNN below: ``` class Cnn1d(nn.Module): def __init__(self, outputs=2): super(Cnn1d, self).__init__() self.outputs = outputs self.conv1 = nn....
2hard