text
stringlengths
20
57.3k
labels
class label
4 classes
Title: How to build a СNN on BFV? Body: Hello! I am doing research related to neural networks and homomorphic encryption. Your library is amazing and allows you to explore the TFHE scheme! And as I understand it, the example of the convolutional neural network works with this scheme. However, a question arises, in one...
2hard
Title: [Bug] pip install -e .[all,dev,notebooks] giving an error Body: ### Describe the bug In the instructions under "Install TTS", there is command to install extras that is causing me an error when I run it: `pip install -e .[all,dev,notebooks] # Select the relevant extras` ### To Reproduce I tried ea...
0easy
Title: Failure messages Body: We are trying a simple test. while verifying the response i got error in verify ``` raise TestFailError("Test '{:s}' failed:\n{:s}".format(self.name, self._str_errors()), failures=self.errors) vern.util.exceptions.TestFailError: Test '23_03_Post P1 V1' failed: E - Value mismat...
1medium
Title: Doesn't work with recent version of pytorch-crf Body: Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. Please enter all the information below, otherwise your issue may be closed without a warning. **D...
0easy
Title: Native Openhab support Body: https://community.openhab.org/t/amazon-dash-button-things-wont-come-online-initializing/34438/60
2hard
Title: How to generate non nullable queries? Body: This is my model and schema: ```python class AccountRegion(models.Model): name = models.CharField(_('name'), max_length=128) class AccountRegionType(DjangoObjectType): class Meta: model = AccountRegion class Query(graphene.ObjectType): a...
1medium
Title: Example Code Doesn't Work in Python 3.6.1 Body: Installed alpha_vantage from pip. `from alpha_vantage.timeseries import TimeSeries import matplotlib.pyplot as plt ts = TimeSeries(key='my key was here', output_format='pandas') data, meta_data = ts.get_intraday(symbol='MSFT',interval='1min', outputsize='fu...
1medium
Title: TYP: `timedelta64.__divmod__` incorrect inference Body: ### Describe the issue: Using `divmod` widens generic type of timedelta64. The last overload should probably use `Self` instead of `timedelta64`, or possible add an overload for the timedelta case. https://github.com/numpy/numpy/blob/6bc905859780c44193942...
1medium
Title: __init__() missing 2 required positional arguments: 'schema_name_resolver' and 'spec' Body: Hello, I'm getting the error below. Am I missing anything? ``` ../../../env36/lib64/python3.6/site-packages/flask_base/app.py:1: in <module> from flasgger import Swagger, LazyString, LazyJSONEncoder ../../../en...
1medium
Title: Feature Request: Automated Task run at User Login Body: **Is your feature request related to a problem? Please describe.** I have a Task that reads the Logonserver of the Agent and writes it to a Custom Field, when there is not User logged it, the Script dont "posts an answer" to the Custom Field, so the Field ...
1medium
Title: using CycleGAN for Chinese characters style transfer Body: Hi, thank you for sharing the code and this is a very good work. Now, I want to know if the CycleGAN can be used for Chinese characters style transfer. As I know, zi2zi used the pix2pix for this task. I need some suggestions. Thank you~^_^
3misc
Title: input shape of deformable convilution OP must be fixed?If my input shape of w is not fixed. how can i use deformable convilution function? Body: ![image](https://user-images.githubusercontent.com/17508662/79410167-3fe42f00-7fd2-11ea-93b6-bff9fab695a6.png) ![image](https://user-images.githubusercontent.com/17508...
2hard
Title: LOG.old files Body: ## ❓Question I am using an [aimlflow](https://github.com/aimhubio/aimlflow) watcher to sync aim with mlflow every minute and I found out that the repository size get's quite big (1gb for a run with ~2e5 logged metrics) because of an abundance of LOG.old files inside the meta/chunks/run_id fo...
1medium
Title: Bad support for PIL images for `crop_image` APIs Body: `box.crop_image(image)` doesn't support for PIL images. Current method requires manual conversion `box.crop_image(np.array(image))` beforehand.
1medium
Title: Using Vectorizer Model After Updating Topics (after reducing outliers) Body: Hello, Do you have any advice how to repeat text preprocessing steps after updating topic models (following outlier reduction technique)? I was able to get clean representative words using topic_model.visualize_barchart before using ...
1medium
Title: An important question about pre-instructions ("below is an instruction...") Body: Every training example starts with a pre-instruction prompt: "Below is an instruction that describes a task. Write a response that appropriately completes the request." (or with the +input version of the above.) I would l...
3misc
Title: [Bug] IE browser Remote code execution Body: ### Product Version v4.3.1 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [X] Online Installation (One-click command installation) - [ ] Offline Package Installation - [ ...
2hard
Title: local tests broken because of pydantic Body: <!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ...
2hard
Title: Azure OAuth CSRF State Not Equal Error Body: If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide any extra information that may be useful Responsible disclosure: We want to keep Flask-AppBuilder safe for everyone. If you've discovered a security vulnerability please repo...
1medium
Title: Issue accessing assets when deploying Skyvern via Helm on Kubernetes Body: Hello, I am trying to deploy Skyvern via Helm in my Kubernetes cluster. The installation runs in a Chromium headless environment. (ubuntu server without GUI) I have other applications in this cluster, and they are accessible using a con...
1medium
Title: tensorly on large-scale tensor? Body: Hi team, Thanks for this nice repo! I'm wondering if tensorly actually supports decomposition on large tensors? I'm trying to run parafac on a (N,N,2) tensor, N is as large as 10k. It can run with rank 2, but more than that I won't have enough memory. Is it because of ...
2hard
Title: [fix] string to PydanticObjectId converting Body: Details: ```python bar = await Product.get("608da169eb9e17281f0ab2ff") # not working, bar = await Product.get(PydanticObjectId("608da169eb9e17281f0ab2ff")) # working. ```
1medium
Title: Can't parse ".serverless/requirements/xlrd/biffh.py" unless encoding is latin Body: <!--- Provide a general summary of the issue in the Title above --> ## Context when detect_flask is called during zappa init, it fails on an encoding issue because of the commented out block at the head of xlrd/biffh.py <!--- ...
1medium
Title: session.unfollow_users do have option for white_list users to not unfollow them when execute with unfollow all Body: ## InstaPy configuration I see in unfollow_util.py have a likes of code when is set white_list to don`t unfollow user account if its in it. How to use it in sample code session.unfollow_users(...
1medium
Title: How to disable Bayesian optimization? Body: Is there a way to disable the Bayesian optimization subroutine when fitting on a new dataset? I am curious about how the performance would be different when there is no such fine-tune. Thanks!
1medium
Title: 登录失败报错,网页版可正常登录 Body: - 之前一直正常使用,定期重启 - 扫码之后,等待时间很长 - 之前出现过一次,手机上清理了缓存及一批好友之后正常 ## Log ``` Getting uuid of QR code. Downloading QR code. Please scan the QR code to log in. Please press confirm on your phone. Loading the contact, this may take a little while. Traceback (most recent call last): Fil...
1medium
Title: Add devices by IP address range Body: Hey, first off, thanks for antminer-monitor! It's uncomplicated software that does its job well! Second, we were curious about adding devices by IP address range, for example: 192.168.69.101-200: antminer S9 192.168.70.1-250: antminer L3 Or, is there a way to add ...
1medium
Title: Implement multiple shadows Body: - Implement multiple shadows on planes, using the projection algorithm from #191. ![Screen Shot 2021-12-15 at 3 40 59 PM](https://user-images.githubusercontent.com/9458157/146147924-c904144f-2a27-4b44-a672-c83c834506ac.png) ![Screen Shot 2021-12-15 at 3 30 14 PM](https://us...
2hard
Title: 请问能提供更多的动态图预训练的bert模型吗?或者静态图转动态图的脚本也行 Body: https://github.com/PaddlePaddle/models/tree/release/1.8/dygraph/bert 目前只有: ![image](https://user-images.githubusercontent.com/26199465/88629546-f8496500-d0e1-11ea-9167-7a05bdb3d7ae.png) 能正常加载使用,但是没有中文的bert 能放出转换脚本吗?
1medium
Title: Auto create commandline args from yamls with fairseq-hydra-train Body: ## 🚀 Feature Request Though Fairseq is such a powerful framework, I got some problems when I used fairseq-hydra-train. If I want to define an arg in the config yaml file, I have to define it in some dataclass first. This is cumbersome an...
1medium
Title: inital list of Requests dont all get handled? Body: request queue not being handled. So when i have a list of Requests with different labels it will only handle the labels of the first request it sees. Am I doing something wrong or is this a bug? Here in the logs I queue up 4 things ``` DEBUG Added 4 reques...
1medium
Title: PC Stability Body: Hello. its me again, I am a little but concern about my PC. My PC configurations are:- MODEL:- HP Pavailion 15 PROCESSOR:- Intel(R) Core i7-9750H @ 2.60 GHz RAM:- 8 GB DDR4 GRAPHICS CARD:- 4 GB NVIDIA GEFORCE GTX 1650 OPERATING SYSTEM:- Windows 10 x64 bit. I am using SAEHD for training ...
1medium
Title: I got this error running demo_cli.py. Assistance would be appreciated. Body: Traceback (most recent call last): File "c:\Users\----\Downloads\Real-Time-Voice-Cloning-master\demo_cli.py", line 80, in <module> encoder.embed_utterance(np.zeros(encoder.sampling_rate)) File "c:\Users\----\Downloads\Real-Ti...
1medium
Title: Issue when emitting in threads Body: Hi, I am currently facing issues when emitting an event in a separate thread. In short: * Main app runs as usual * When task is open, I start a thread in the background * In the background thread, I use *flask_socketio.emit* to emit events * In an Angular app I rea...
1medium
Title: docker: host does not create user container (invalid reference format) Body: _From @inkrement on January 24, 2018 7:43_ I basically, tried to run the [Jupyterhub/docker-demo](https://github.com/jupyterhub/jupyterhub-deploy-docker), but upgraded to the newest docker-versions. The server itself and Github-OAut...
1medium
Title: [BUG] emoji overlaps with text Body: **Describe the bug** I want to wrap text with emojis on both sides. Adding emoji on the right side/after a text works fine, but adding an emoji before text causes both to overlap and I need to add manually spaces. Adding spaces is not ideal because I am adding multiple emoj...
1medium
Title: Move cleanup to disconnect event handler in Windows backends Body: From code review comment: https://github.com/hbldh/bleak/pull/450#discussion_r597064014
1medium
Title: Convert google slide URLs to PDFs (as with powerpoint etc) Body: **Is your feature request related to a problem? Please describe.** People increasingly add presentations as links to google slides. This is bad as these URLs can expire/be deleted in which case the content is lost. Of course, we can ask speakers ...
1medium
Title: Error parsing boolean in DeploymentScheduleCreate Body: ### Bug summary I get the following error when trying to have a parameterized value for the active field in schedule. Error message ``` 1 validation error for DeploymentScheduleCreate active Input should be a valid boolean, unable to interpret input ...
1medium
Title: FuzzyInteger with low bound set does not work as intended Body: #### Description My intention is to have a randomized integer with a minimum value of 1 but instead the library returns a randomized integer between 0 and 1 #### To Reproduce my_val = fuzzy.FuzzyInteger(low=1)
1medium
Title: Do you have a model trained on all datasets? Body: Great project, thank you! Do you have a model trained on all datasets?
3misc
Title: Upgrade `websockets.legacy` usage Body: ### Describe the current behavior Currently we rely on imported objects from `websockets.legacy` which is deprecated (as can be seen here, for example: https://github.com/PrefectHQ/prefect/actions/runs/13147657643/job/36689175326?pr=16972). ### Describe the proposed beha...
1medium
Title: Exception caught for serializer field ReadOnlyField with a FileField source Body: **Describe the bug** I have a simple file server: ```python from django.db import models from django.shortcuts import render from rest_framework import generics, serializers class FooFile(models.Model): fname = mod...
1medium
Title: UnboundLocalError: local variable 'raw_devices' referenced before assignment Body: https://github.com/tensorpack/tensorpack/blob/801e29218f299905298b9bf430d2b95b527b04d5/tensorpack/graph_builder/training.py#L350-L355 I have reviewed this file, and by comparison I think `raw_devices = ['/gpu:{}'.format(k) for ...
0easy
Title: Allow customization of faiss index type Body: See #348
1medium
Title: Loading a pt model and using Grad-cam Body: I hope that you can support me, I am trying to load a scripted model and then to use Grad-cam. Sadly it tells me that there is an issue on the hook that cannot be setup for a scripted model. Do you know any way in which I could fix this? Thank you in advance
1medium
Title: TST,DOC: Bump `scipy_doctest` (or remove pin) and fix new failures Body: @ev-br ping FYI, since the new scipy-doctest release (less than an hour ago) the refcheck has universal failures. I suspect, this is all just bad documentation that needs fixing, but not sure yet. In either case, until fixed both Circl...
1medium
Title: image.no_webcam_support Body: ### Describe the bug input_image = gr.Image(type='pil', label='图像', sources=['webcam'], interactive=True, show_fullscreen_button=True) 这个代码部署在192.168.0.3服务器上面,我在192.168.0.5服务器访问项目 192.168.0.3:5019,然后点击摄像头报错image.no_webcam_support,这是为什么?该怎么修改 ### Have you searched existing iss...
1medium
Title: Scroll to field for read only fields is broken (develop) Body: ctrl+j > jump to field > type fieldname outside of current window. Expected behaviour: Scrolls to that field slowly Current behaviour: nothing.
1medium
Title: reccurent-dqn examples Body: This mostly goes to @kirkscheper as I have seen is the most recently active in recurrent. I try running the example recurrent_dqn_atari.py and I have several problems. In the beginning I had this problem: ``` ValueError: perm dim 5 is out of range of input rank 5 for 'permute_...
1medium
Title: hifigan的训练无法直接使用cpu,且修改代码后无法接着训练 Body: **Summary[问题简述(一句话)]** A clear and concise description of what the issue is. hifigan的训练无法直接使用cpu,且修改代码后无法接着训练 **Env & To Reproduce[复现与环境]** 描述你用的环境、代码版本、模型 最新环境、代码版本,模型:hifigan **Screenshots[截图(如有)]** If applicable, add screenshots to help 将MockingBird-main\vocoder\...
1medium
Title: Issue when trying to run InstaPy Body: Workspace in use: "C:/Users/Jordan Gri/InstaPy" OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO INFO [2022-10-27 16:03:58] [shotsbyjordangri] Session started! oooooooooooooooooooooooooooooooooooooooooooooooooooooo INFO [2022-10-27 16:04:02] [shotsbyjordangri] -...
1medium
Title: Front end does not respond to mouse. Body: The only way to navigate the front end is with the tab key. Not a frontend guy but I'm not seeing any errors. A lot of npm warnings. It looks ok. I have noticed if I try to render only a button it is also unresponsive.
1medium
Title: st.segmented_control ==> use_container_width parameter Body: ### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Support the use_container_width paramete...
1medium
Title: [BUG] Not Finding Blueprint routes when using url_prefix Body: ## Not Finding Blueprint routes when using url_prefix It seems that the lib doesn't load Blueprints routes if the Blueprint uses a prefix, I've opened a PR explaining the issue and the possible solution in depth here: https://github.com/0b01001001...
1medium
Title: How to accomplish Read/Write transactions with a one to many relationship 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 a...
1medium
Title: Admin site: Invalid date/times during import generate confusing errors Body: **Describe the bug** If a datetime is invalid during import, this information is reported via the admin site confirmation page. However it is not clear what the exact nature of the error is. The error is reported, but it looks li...
1medium
Title: unable to get different dates with FuzzyDateTime Body: Hello, In Django tests, i have ``` python class EventFactory(factory.django.DjangoModelFactory): ... dtstart = FuzzyDateTime(datetime.datetime(2008, 1, 1, tzinfo=UTC), datetime.datetime(2009, 1, 1, tzinfo=UTC), force_hour=10...
1medium
Title: PyCharm with virtualenv and reloadium plugin does not work - No module named reloadium.corium Body: PyCharm Pro 2022.3.1 with virtualenv and Python 3.10 after icon click "Debug 'dl' with Reloadium" debug console output: /home/user/py310env/bin/python -m reloadium pydev_proxy /home/user/pycharm/plugins/python/...
1medium
Title: torch._subclasses.fake_tensor.DataDependentOutputException: aten._local_scalar_dense.default with `_prepare_4d_attention_mask_for_sdpa( Body: > Hello @fxmarty > > When I try using torch.compile by using `_attn_implementation="sdpa"` in `BertConfig`, I get the error coming from `_prepare_4d_attention_mask_for_...
1medium
Title: Customize profile filename Body: It would be nice to easily be able to customize the profile filename in the middleware https://github.com/joerick/pyinstrument/blob/4b37f8cdc531be41a7f7e57932f0b770244025d5/pyinstrument/middleware.py#L78
1medium
Title: Suppress header output Body: Is there any way to suppress this output at the start of `pytest -n auto`? `-q` has no output. ``` [gw0] darwin Python 3.9.17 cwd: /some/path [gw1] darwin Python 3.9.17 cwd: /some/path [gw2] darwin Python 3.9.17 cwd: /some/path [gw3] darwin Python 3.9.17 cwd: /some/path [gw4]...
1medium
Title: Prevent handlers from cancelling Body: Perhaps I have gaps in understanding aiogram, but why can't I make handler cancellation protection? ``` import asyncio import logging import os from aiogram import Bot, Dispatcher, types #API_TOKEN = os.getenv("BOT_TOKEN") API_TOKEN = "TOKEN" # Configure log...
1medium
Title: Make it possible for an administrator so send activation links to users upon their creation Body: ### What version of GlobaLeaks are you using? 5.0.56 ### What browser(s) are you seeing the problem on? N/A ### What operating system(s) are you seeing the problem on? N/A ### Describe the issue After upgradi...
1medium
Title: DocType: Tables in Field Type "Text Editor" - deleting rows and colums broken Body: <!-- Welcome to the Frappe Framework issue tracker! Before creating an issue, please heed the following: 1. This tracker should only be used to report bugs and request features / enhancements to Frappe - For questions and ge...
1medium
Title: module 'labelme.utils' has no attribute 'label_colormap' Body: ### Provide environment information I am trying to convert my .json files containing my labels (semantic segmentation, polygonal bounding box information) to VOC segmentation format for visualizing the segmentation masks over the input pixels of my ...
1medium
Title: In softmax layer of word2vec, do we use cosine similarity or dot product? Body: <!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technol...
1medium
Title: dns.asyncresolver timeout Body: Hi, While experimenting with `dns.asyncresolver` I encountered an error which occurs only on my Windows 10 machine and not on WSL or other Linux hosts. Running the following code throws a timeout exception: ``` import asyncio import dns.asyncresolver import dns.asyncback...
1medium
Title: [utils.py] IndexError: indices are out-of-bounds Body: Hi, I probably did something wrong but... I really don't find it. During the fit call, I have this exception: ``` X (301, 2) Y (301, 2) --------------------------------- Run id: JTHQIT Log directory: /tmp/tflearn_logs/ --------------------------------- Tr...
1medium
Title: `spacy.cli.download` doesn't work for transformer model Body: <!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour 1. Create a new virtual env (e.g. in `pyenv`). 2. `pip install spacy[transformers]==3.7.2`. 3. Start python REPL and: ``...
1medium
Title: Functions called in threads marked as missing in coverage report Body: # Summary I am testing a function which runs code in a thread. All lines in that function are marked as `missing` in the coverage report in Windows and Linux. ## Expected vs actual result Expected behaviour is that functions called in t...
1medium
Title: Unable to filter dates in Jupyter (hass pyscript kernel) Body: Hello. Thank you for a great integration! As electricity price got up I am working on a script that would control my heating depending on current electricity price. I have faced the problem that I am unable to filter out today's prices from the...
1medium
Title: Option to not pretty print the response Body: I'm hitting `http://httpbin.org/headers` and am receiving this JSON back: ```json { "headers": { "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Encoding": "gzip, deflate", "Accept-Language": "en-US,en;q=0.5"...
1medium
Title: [Feature] Will Typescript with bun runtime be supported Body: It would be great if Typescript would be supported. And one can use libs like Effect-ts to orchestrate the Typescript code to be run parallel and concurrent.
1medium
Title: Base breadcrumb is always НАЧАЛО Body: Looks to have been hard-coded into the JS rather than using localization.
1medium
Title: '_xsrf' missing while logging in Body: <!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Bug description Hello, i cloned repository, signed in as admin and got this error: 403 : Forbidden '_xsrf' argument mis...
1medium
Title: AKShare 接口问题报告 | ak.stock_zh_a_hist()错误 Body: lib/python3.12/site-packages/akshare/stock_feature/stock_hist_em.py", line 1049, in stock_zh_a_hist "secid": f"{code_id_dict[symbol]}.{symbol}", ~~~~~~~~~~~~^^^^^^^^ KeyError: '300114' During handling of the above exception, another exception occ...
1medium
Title: Support get_chunk_meta in RayExecutionContext Body: Currently `RayExecutionContext.get_chunk_meta` is not supported, which will make any operands relied on this API failed on tiling, such as when call `DataFrame.groupby`: ``` df = md.DataFrame(mt.random.rand(300, 4, chunk_size=100), columns=list("abcd")) df["...
1medium
Title: [Feature Request] The console displays the back-end interface for the actual request Body: dash Back-end request interface, the browser console does not print the request interface, such as login request, but the browser does not display the login request interface, only such interfaces as update-component, how ...
1medium
Title: Enabling `trace on` creates erroneous traceback Body: <!--- Provide a general summary of the issue in the Title above --> <!--- If you have a question along the lines of "How do I do this Bash command in xonsh" please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html If you ...
1medium
Title: Multiple encoded outputs into a single classification network Body: ![networksketch](https://user-images.githubusercontent.com/29553460/27308621-9efe609c-551d-11e7-81c7-0cbfc898f266.png) I have multiple data sets, where data sets are distinguished by feature length of a feature vector. Regardless input featu...
2hard
Title: Database autogenerate migrations Body: * GINO version: 0.8.3 * Python version: 3.7.5 * asyncpg version: 0.19.0 * aiocontextvars version: 0.2.2 * PostgreSQL version: 10.10 ### Description How to make model's `__tablename__` is autogenerated? I've tried to using `gino.declarative.declared_attr` to automa...
1medium
Title: 在python3.10.1环境下numpy版本问题 Body: 这个程序要求numpy的版本低于1.21,然而python3.10不支持低于1.21版本的numpy。因此如何在python3.10环境下能正确运行程序呢?
1medium
Title: Add a timer and more warnings/protections in imports Body: We should have some kind of timer to give users an idea of how long the import process is taking. If it goes beyond some period of time we should notify the user to contact a server administrator to run the import manually or something to that extent. ...
1medium
Title: ldaseqmodel convergence Body: <!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common ...
1medium
Title: BUG: Error when using CyLP Body: After finally managing to successfully install CyLP, using it in phase_proc_lp (pyart.correct.phase_proc_lp(radar, 2.0, self_const = 12000.0, low_z=0.0, high_z=53.0, min_phidp=0.01, min_ncp=0.3, min_rhv=0.8, LP_solver='cylp_mp', proc=15)) does not work. The error seems to be "E...
1medium
Title: store_parquet_metadata, path_ignore_suffix has conflicting types Body: *P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.* https://github.com/aws/aws-sdk-pandas/blob/main/awswrangler/s3/_write_parquet.py#L808 arg to store...
1medium
Title: [BUG] pypwalker failed to load the visual in Streamlit Body: **Describe the bug** After selecting a field in either x or y axis, pypwalker showed the visual but very quickly the selection was cleared with blank visual screen. **To Reproduce** Steps to reproduce the behavior: 1. Copy the demo example of py...
1medium
Title: Filter Time 00:10:00 Body: Is possible filter value time like this: 00:10:00? **Example:** `+ [{'if': {'column_id': 'Duração no Status', 'filter': 'Duração no Status >= 00:10:00'}, 'backgroundColor': 'white' ,'color': 'red', 'font-size': '1.1em'}]`
1medium
Title: 配好环境之后尝试运行python tools/process_data.py --config demos/process_on_ray/configs/demo.yaml,遇到疑似卡住无任何日志输出的情况 Body: ### Before Asking 在提问之前 - [x] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH...
1medium
Title: python 3 incompatible when use map function Body: https://github.com/tflearn/tflearn/blob/master/tflearn/layers/core.py#L662 ` x = map(lambda t: tf.reshape(t, [-1, 1]+utils.get_incoming_shape(t)[1:]), x) ` cause a compatible issue when using python3. should change to `x = list(map(lambda t: tf.reshape(t,...
0easy
Title: How to change the directory of ". cache/huggingface/diffusers/models" to my favorite file location Body:
3misc
Title: Mobile support? Body: I would love to use this but on mobile that add domain field is out of the screen and I have to go into landscape mode to view it and then it looks really bad...
1medium
Title: When sys.argv be changed, pudb3 cannot enter REPL Body: **Describe the bug** When sys.argv be changed, pudb3 cannot enter REPL **To Reproduce** test.py ```python import sys argv = sys.argv sys.argv = [] print(1) print(2) print(3) sys.argv = argv print(4) print(5) print(6) ``` `pudb3 test.py`,...
1medium
Title: ImportError: cannot import name 'ModelSchema' from 'ninja' Body: I have a project setup using django-ninja==0.13.2, Django 4.0 and django-ninja-auth It used to work but I haven't worked on it for a few months and now I come back to run it in the same venv and I'm getting this: `ImportError: cannot import...
1medium
Title: [FEATURE]: euclidean_l2 and cosine distance have identical ROC curves, so you could drop one of them in benchmarks. Body: ### Description Let u and v be unit vectors (i.e. you've already divided by the euclidean norm). Let n = len(u) Then the cosine distance is 1 - sum(u[i]*v[i] for i in range(n)). On the ot...
1medium
Title: EarlyStopping in the middle of an epoch Body: ### Description & Motivation I'm fitting a normalizing flow to learn the mapping between two embedding spaces. The first embedding space is sampled using the mapper of a pretrained stylegan and the second embedding space is derived by a pretrained covnet. I want to ...
1medium
Title: webui hyper-parameter Body: **Describe the issue**: This is how I define my own model and search space,It searches correctly for all parameters,However, in the hyperparameter curve of webui, the value of this parameter cannot be displayed. I want to know what the problem is and how to solve it? Looking forwa...
1medium
Title: 场外基金调用fund_nav() 缺少资产净值等信息 Body: 代码如下 ``` print(pro.fund_nav(ts_code="000171.OF")) ``` 结果如下 ``` ts_code ann_date end_date unit_nav accum_nav accum_div net_asset total_netasset adj_nav update_flag 0 000171.OF 20200815 20200814 1.959 1.959 None NaN ...
1medium
Title: uwsgi background callbacks progress hangs Body: dash 2.11.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 OS: debian 12.0 uwsgi 2.0.21 chrome 114.0.5735.198 (Official Build) (64-bit) try to use uwsgi as app server: `uwsgi --http-socket :8080 --...
2hard