Skip to content
#

generative-models

Here are 123 public repositories matching this topic...

SyDudulu
SyDudulu commented Dec 11, 2019

There seems to be some little bugs in these examples. For example
for t in range(iters): labeled_indices = (np.random.randint(0, n_labeled, size=batch_size)) x_labeled_batch = x_labeled[labeled_indices]

It throws the error that
TypeError: Only integers, slices (:), ellipsis (...), tf.newaxis (None`) and scalar tf.int32/tf.int64 tensors are valid indices, got array([17,

Always sparse. Never dense. But never say never. A repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boost Deep Learning scalability on various aspects (e.g. memory and computational time efficiency, representation and generalization power).

  • Updated May 19, 2020
  • Python

Improve this page

Add a description, image, and links to the generative-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the generative-models topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.