-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
# Trending repositories for C#
1. [**AvaloniaUI / Avalonia**](https://github.com/AvaloniaUI/Avalonia)
__Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. Th…
-
## Suggestion/Feature request
### Is your feature request related to a problem? Please describe:
No it's not related to a problem. Would just be nice to be able to have permissions a…
-
### Actual Behavior
Installed gensim: conda install gensim=3.4.0
check : conda list gensim
printout: gensim 3.4.0 py36h14c3975_0
while in python:
>>> i…
-
This issue is for submitting your project proposals. Before class next Wednesday 16 Oct, reply with:
1. The title
2. List of group members
3. 2-5 sentence description of what you'll do
4. List o…
-
**Describe the bug**
I provisioned three VMs on virtual infrastructure and tried to create a three-node Spectrum Scale cluster.
The following step was hanging for an hour or so:
```
TASK [core/c…
-
Hi,
Sorry if this information has already been provided, but I can't find detailed submission instructions. If no details have been published yet, my suggestion is this:
1) Fork the repo and cre…
-
Hi,
I see that the format of the evaluation toolkit different then the training dataset.
Do you have a script that can take folder images structure and turn them to the evaluation format ?
Than…
-
Hello,
I have a segmentation UNET model that I have trained with TAO on 3 classes: "building", "floor", "other". I used:
- **toolkit_version**: 3.22.05
- **deepstream_version**: 6.0
- **jetpack_…
-
The following (silly) code will cause ipython to crash on the next syntax error it encounters:
```
import builtins
class NewSyntaxError(SyntaxError): pass
builtins.SyntaxError = NewSyntaxError
…