-
I would like to know how you complete the third week programming assignment if the 3rd course NLP.
It takes unreasonable time to finish all the 50 epochs. May I know how you deal with it?
Thanks ve…
-
code to read: https://github.com/NVlabs/stylegan
paper for reference: https://arxiv.org/pdf/1912.04958.pdf
related posts:
* [How to train](https://towardsdatascience.com/how-to-train-stylegan-to-…
-
My processor- Intel(R) Core(TM) i7-3740QM supports the AVX instructions set. I created 2 environments with Anaconda 4.5.0:
- **tf_avx:** has tf installed with tensorflow-windows-wheel/1.5.0/py36/CP…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): no
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux RHEL 8.3…
-
hi all, when i download the Mac-optimized TensorFlow, it showed the jupyter 'kernel appears to have died. It will restart automatically' ,who can figure out that?
thanks
-
In some comment lines for the issues, they appear html tags (e.g. li). Please remove these.
-
Would you have a plan for supporting ROCm in windows platform?
-
Hi, I am trying to reproduce the training results I generated using google/seq2seq on tensorflow/nmt.
I noticed that standard hyperparams provided here lead to much higher BLEU score (15.9 vs. 21.…
ghost updated
6 years ago
-
tensorflow.contrib.eager is no longer in TensorFlow, but it's used in the jupyter notebooks and in google colab.
```python
import tensorflow as tf
tfe = tf.contrib.eager
# Eager Execution
#@ma…
-
We're currently still on TensorFlow 1: https://github.com/brain-score/model-tools/blob/291970092ce439569b9e063324254c1d8c4702d3/setup.py#L18
Python 3.9 so far does not seem to work with 1.15, we shou…