-
**Describe the bug**
I would love to quickly use cudf from COLAB. The link on https://rapids.ai/start.html leads to a notebook that doesn't install cudf.
**Steps/Code to reproduce bug**
Run t…
-
Hi,
thank you so much for the wonderful and easy to use package!
I have been happily using it for a few days running a binary classification script. It works fine on google colabs using the avai…
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
scd75 updated
4 years ago
-
I just clicked on the "open in colab" link (https://colab.research.google.com/github/google-research/simclr/blob/master/colabs/finetuning.ipynb)
I made no changes to the notebook. My runtime type i…
-
I want to classify text to 2 classes by using this embedding: https://tfhub.dev/google/universal-sentence-encoder-multilingual/3
And I also want to add additional features after the embedding. So I…
-
Hi I was analysing your lib
an look like good idea
but I could not install it on my pc or even on google colabs
I tried
pip install trendet==0.6
and also
pip install trendet --upgrade
On…
-
## 🚀 Feature
### Motivation
PyTorch by default does not disable the autograd and other profilers while training there are a lot of them listed in one of the talks [here](https://www.youtube.com/…
-
When calling:
```python
import nlp
dataset = nlp.load_dataset("trivia_qa", split="validation[:1%]")
```
the resulting dataset is not deterministic over different google colabs.
After talking…
-
I successfully ran predictions using colabs and jupyter notebooks.
Wanted to run inference from the command-line.
Followed the steps described in README file,
https://github.com/google-research/tex…
-
## ❓ Usage
Hi, Kornia community. Did anyone use `find_homography_dlt` as a part of an end-to-end network? I am working on end-to-end image registration project and tried to incorporate it into the …