lfads-torch icon indicating copy to clipboard operation
lfads-torch copied to clipboard

A PyTorch implementation of Latent Factor Analysis via Dynamical Systems (LFADS) and AutoLFADS.

Results 6 lfads-torch issues
Sort by recently updated
recently updated
newest added

Hi, Andrew, We would like to analyze the internal parameters of the RNNs that make up LFADS. I assume that this RNN is a VAE that specializes in generating spike...

Hi Andrew, I applied the multisession_PCR analysis based on the tutorial to my original data set. Then I got the following error. It seems to be an error due to...

Hi Andrew, Trying to run multisession example and getting some warnings initially and then a value error, can you please recommend any debug steps? I am not familiar with Ray...

https://github.com/arsedler9/lfads-torch/blob/6f58d249e1334c272146938aa1b3b27686580588/lfads_torch/post_run/analysis.py#L55 Hi! I'm analysing a very large dataset, and encountered a problem where during the generation of the posterior sample (post training) I kept running out of GPU memory. I...

Hi, Andrew, Could you please provide me for the synth_data? I'm interested in the results of three synth_data in the paper supplymentary.

Hi, I am running the second part of the tutorial, the 2_run_pbt.py script. Here is my script: ``` import os import shutil from datetime import datetime from pathlib import Path...