David W. Romero

Results 3 issues of David W. Romero

Hi Albert & Tri, Awesome work! Thank you for sharing! I noticed a bug when using bias=True in a Mamba block. For example, using: ``` layer = Mamba( # This...

The dataset downloaded from the GoogleDrive link only contains the folder ShapeNet55/shapenet_pc . There are no train.txt / test.txt files. Can it be that the link is wrong?

Hi all, I noticed that using `ResidualVQ` as: ``` ResidualVQ( dim=Z_CHANNELS, # 512 num_quantizers=NUM_QUANTIZERS, # 2 codebook_size=CODEBOOK_SIZE, # 16 * 1024 stochastic_sample_codes=True, shared_codebook=True, commitment_weight=1.0, kmeans_init=True, threshold_ema_dead_code=2, quantize_dropout=True, quantize_dropout_cutoff_index=1, quantize_dropout_multiple_of=1, )...