Skip to content
View akashgit's full-sized avatar

Block or report akashgit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. autoencoding_vi_for_topic_models Public

    Tensorflow implementation for prodLDA and NVLDA.

    Python 253 52

  2. VEEGAN Public

    VEEGAN: Reducing Mode Collapse in GANs using Implicit Variational Learning

    Jupyter Notebook 40 12

  3. GRAM-nets/GRAMFlow Public

    Offical TensorFlow implementation of GRAM-nets

    Python 1

  4. GAN_RING.py
    1
    def ring(batchsize, num_cluster=8, scale=1, std=.01,**kwargs):
    2
        pi_= tf.constant(np.pi)
    3
        rand_indices = tf.random_uniform([batchsize], minval=0, maxval=num_cluster, dtype=tf.int32)
    4
        base_angle = pi_ * 2 / num_cluster
    5
        angle = (base_angle * tf.cast(rand_indices,dtype=float32)) - (pi_ / 2)
  5. pytorch-avitm Public

    Forked from hyqneuron/pytorch-avitm

    PyTorch implementation of AVITM

    Python 2

23 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 4 commits in 1 repository
Loading