Raffaele Piccini
Raffaele Piccini
There is no way to do it without splitting the input, that is because Google released the pretrained version of best with the 512 limitation, and to remove that limitation...
interestingly, i get the same problem with a simple loop over a list of json files: `for nc,j in tqdm.tqdm(enumerate(jf)): stuff` but only if i run it in iterm2 on...
Hi, the advanced notebook suggests a very vert basic approach for discrete variables that doesn't work very well. To deal with categorical variables it's even more complicated. I'm currently implementing...
@amapic i cant think of any downside of rounding the variable withing the kernel, and from my experiments, I can say with a decent amount of confidence that this method...
> @leifvan Hmm, i see. Are the helper variables separate dimensions when it comes to fitting the GPR? They would need to be in order to avoid the ordering bias...
> > > @leifvan Hmm, i see. Are the helper variables separate dimensions when it comes to fitting the GPR? They would need to be in order to avoid the...
I'm experiencing the exact same issue
i found a solution Basically it doesn't find the files in the repository folder itself, but rather in the installed package, so if you first do the setup.py step, and...