Junwen Bai
Junwen Bai
Has anyone found a way (or a set of fixed random seed) to reproduce the results? I tried to fix every random seed, but it seems that there still exists...
I frequently saw patience and patience_increase in the codes. I don't quite understand the meaning of them. Can anyone explain it?
Hi, Do you have the links to the datasets you use? I am new to these datasets, but the paper is very interesting. I want to reproduce the results. However,...
>processing file: VAST--single-species_example.Rmd >Quitting from lines 304-305 (VAST--single-species_example.Rmd) Error in nlminb(start = startpar, objective = fn, gradient = gr, control = nlminb.control, : gradient function must return a numeric vector...
I have corrected many errors in the code, but I'm still not able to run the code, e.g. the error in the title. Can anyone provide a runnable script or...
I am quite confused by some parts of the code. If there is any doc, could you share it with us?
Could you also share your mnist and emnist datasets? In particular, `emnist-bymerge-train.csv`, `emnist-bymerge-test.csv`, `emnist-mnist-train.csv`, `emnist-mnist-test.csv`? Thx!
In ar_model in model.py, for layer Cropping2D, why is it pred_steps+1 instead of pred_steps? Similarly, why there is an offset 1 in GenTargets.build?
Given a random predictor, it is expected to obtain 0.5 F1-score, right? The macro-F1 is even smaller than 0.4. How to explain this?
I have a question on the Lorenz Attractor dataset. You made Gaussian assumption for the latent space (essentially the 3d Lorenz Attractor). How could you tell the recovered Lorenz Attractor...