-
## Describe the bug
I'm training a model with tf.estimator API. Then I abort training and restart it while reusing last task. All the code that I added is
```python
task = Task.init(project_name='O…
-
Hi Mr Geron,
I love your book, and have been trying to run the code examples side by side.
I am facing issue in running it on my own Windows system.
In chapter 10 noteboook, int eh section on build…
-
### 🐛 Describe the bug
`foreach` is much slower than for-loop in ROCm.
Tested on an MI250x:
```bash
$ python benchmark_optimizers.py
eager: 789.9033987810321us
foreach: 1289.8528449295554u…
-
I have a 110 layer resnet trained and validated with 4 classes to classify. Training examples are in decent proportion (30%,20%,25%,25%). It has validation accuracy of around 90%. When testing it for …
-
Training a the following Tensorflow Network on Jupyter:
```
Model: "WMH"
__________________________________________________________________________________________________
Layer (type) …
-
## 🐞Describe the bug
- Using TensorFlow/keras with mixed precision training fails to export
- Keras converter issue
NotImplementedError: Cast: Provided destination type fp16 not supported.
## …
-
Hi, great benchmark!
I could not find the training config of the Flan model in your paper, (learning rate, and epoch for example).
Would it be possible to guide me through those hyperparameters?
…
-
### Bug description
I followed [this](https://curiousily.com/posts/multi-label-text-classification-with-bert-and-pytorch-lightning/) tutorial to build a lightning model for multi-label text classific…
-
I have been trying to fix this issue all day, to no avail. These are the specs of what I have installed on my system:
Ubuntu 16.04
NVIDIA-SMI 418.67
nvcc --version : 10.1
pytorch 1.1.0
gcc 5.5.0
…
-
### 🐛 Describe the bug
Running the test with `PYTORCH_TEST_WITH_DYNAMO=1 python test/test_optim.py -k test_set_default_dtype_works_with_foreach` will fail the first test it runs. It doesn't matter wh…