sambaPython

Results 24 issues of sambaPython

Hello, I would like to convert the PyTorch Dataloader to a BertDataBunch object. Is that possible?

Hey, consider the following example: ``` from flashtext import KeywordProcessor keyword_processor = KeywordProcessor() # keyword_processor.add_keyword(, ) keyword_processor.add_keyword('Big Apple')#, 'New York') keyword_processor.add_keyword('Bay Area') text1_keywords = 'I love Big Apple and Bay...

Hello, despite having installed all requirements, I get the following error when running pyflow ``` qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was...

I am trying to install rebound for the python version 3.9 or 3.10 but get the error ``` Collecting rebound Using cached rebound-3.19.3.tar.gz (255 kB) Building wheels for collected packages:...

Hey, when I try use the login in bloc_login, the error ``` XMLHttpRequest error ``` appears as a Alert within the flutter app. I let my flutter app run as...

Hey, would you mind adding a minimal example or even a jupyter notebook of a typical pipeline to the repository? I assume that would be great for users that are...

enhancement
question
low_priority

Hello, your idea to create an educational version of a DFT solver is great and so is your style of coding and the explanations in the code! Did you follow...

The framework appears to be easy to use. But for many use cases, we would like to model our own environment and our own sensors. Does anybody have experience with...

I get the following error when trying to run the code on windows. What can I do? ```` File [python_path ....\lib\site-packages\robosuite\utils\binding_utils.py:1087](file:///python_path ..../lib/site-packages/robosuite/utils/binding_utils.py:1087), in MjSim.from_xml_string(cls, xml) 1085 @classmethod 1086 def from_xml_string(cls,...

### What is the expected enhancement? networkx returns a generator from e.g. rx.all_simple_paths. That is useful for very large graphs with many possible paths, since we can loop over the...

hard