vamp-ire-tap

Results 9 issues of vamp-ire-tap

Hello, What would be the difference between the provided implementation (soft-sort) and the torch.sort version. Sorry for the stupid question, but I am not able to see how the torch...

Hello, thank you for making the code available, i have a problem with the following lines of code (https://github.com/zalandoresearch/pytorch-ts/blob/master/pts/modules/flows.py#L339): ``` def log_prob(self, x, cond): u, sum_log_abs_det_jacobians = self.forward(x, cond) return...

Hello, I have the following code as an example, abstracted from the original provided example, but when I start training the network, it gives me NANs and other stability issues...

it is unfortunately not clear how the validation split is defined for each dataset. As the list of fields only indicate 'test_split'. Are we to find this information on OpenML...

unfortunately it is not clear as to what exactly the hyperparameters num_burn_in_steps and num_steps do from the paper itself. How should they be set for LCNet? in the test example,...

hello, why is it that the lcnet model takes as input only the configuration and not the learning curve? in the unit test example, there appears that y_train is composed...

Dear authors, Thank you for providing the code for the mode. Why is it that the target is passed to the vae model during sampling as in line 103 in...

Hello, Even when evaluating with different random seeds the results of the transitions are the same for both TAF and Meta-BO algorithms. Is there any other way of setting the...

Dear authors, Apologies for the opening of too many issues already, unfortunately, there is another query I have regarding the method. I would be grateful for your response. For the...