-
I've tested the `imagenet` on the Jetson Orin Nano Dev Kit but it doesn't work correctly.
The log shows below. I think it is a TensorRT error. Do you have any idea?
```
$ imagenet data/images/ora…
-
Hi!
I have a question about your code.
Whenever I run your code, I get this error.
![image](https://user-images.githubusercontent.com/104751913/167554708-9732d009-ce0d-482e-bd76-71e6c8c1e26f.…
-
At the moment, our probablistic classifiers (e.g. logistic regression and gradient boosted trees) optimize the log loss, typically after taking a sigmoid or softmax inverse link function (typically pa…
-
Thank you very much for such a great work. When I run gpt2-sentiment.py (https://github.com/lvwerra/trl/blob/main/examples/sentiment/scripts/gpt2-sentiment.py#L151), I have a question I would like to …
-
Sik-Ho Tsang. [Review: Learning Word Embeddings Efficiently with Noise-Contrastive Estimation (NCE)](https://sh-tsang.medium.com/review-learning-word-embeddings-efficiently-with-noise-contrastive-esti…
-
### What should we add?
Hi! Could you possibly explain in a markdown cell the connection between the quantum circuit, Loss Function and learning rate?
I'm trying to classify esophagus cancer image…
-
## Description
Are there plans to support AdamW Optimizer?
Today there is only Adam, but it results less performant than AdamW, as several papers report.
Pytorch supports it, I don't know if this i…
-
I am trying to incorporate PyTorch functionalities into a `scikit-learn` environment (in particular Pipelines and GridSearchCV) and therefore have been looking into `skorch`. The standard documentatio…
-
Here's the code to reproduce:
```
## imports
import numpy as np
import pandas as pd
from sklearn.metrics import get_scorer
from sklearn import datasets
from interpret.glassbox import Exp…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS
- TensorFlow installed from (source or binary): Colab
- TensorFlow version (use command below): 2.5.0
- Pyth…