-
Hi! I have a pre-trained Torch model that was trained on GPU (using CUDA acceleration). I scripted this model with `torch.jit.trace`, and I used the same code provided in one of this repo's [examples]…
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
tensorflow-inference-2.10.0
### Custom Code
No
### OS Platform and Distribution
ubuntu20.04
### Mobile device…
-
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.…
-
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 …
-
Hello,
I'm trying to translate a very basic model from Python to C#.
```cs
using System;
using System.Collections.Generic;
using Tensorflow;
using Tensorflow.Keras;
using Tensorflow.Keras.D…
-
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 and…
-
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…
-
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…
-
Hey guys,
I am a beginner to Deep Learning and am learning by following various tutorials that are available online. For the sake of practicing, I am trying to build a simple wine-quality algorithm …
-
### 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…