Results 21 comments of Josh Gardner

Sure, do you mean the sweep yaml file? On Monday, August 1, 2022, exalate-issue-sync[bot] ***@***.***> wrote: > Ramit Goolry commented: > Hi @jpgard ! Could you share the sweep config...

This is still an issue. Sorry, I gave instructions on how to reproduce it in the original comment; I also said I can't provide the sweep file to reproduce --...

It seems this has been implemented; see the description in the README [here](https://github.com/lucidrains/vit-pytorch#accessing-attention).

Actually, I see this is because I should have used the `get` command, not `cp`. Perhaps that could be more clearly flagged in the documentation.

Also encountered this issue. The solution for me was to serialize using `dill` instead of `pickle` or `joblib`, as suggested [here](https://github.com/keras-team/keras/issues/4274).

I am using ubuntu 18.04.1 with tf 2.10, scikeras 0.8.0. However, the models were created on other machines by other people (using the same conda environment), so I can't be...

Oh, great. Yes, `skimage.draw.line_nd()` can make all of that work, nice. Agreed that this is straightforward with that function in the toolbox. From what I can tell, if the input...

Sorry, I don't have time to create a fully reproducible example, as this would apparently require actually setting up the experiments as well. fwiw, the line from the sweep yaml...

@tmbdev thanks for the answer regarding `repeat(2).set_length(n)`, and for your contributions to webdataset, it's an awesome tool. It looks like this answer is also almost verbatim copied into the [FAQ,](https://github.com/webdataset/webdataset/blob/faa774ec4e81cb738a4911691c59b68829505a2a/FAQ.md)...

Thanks for the reply. I am still not clear on why 2 is chosen for `.repeat(2)` in the example you gave? Why wouldn't we just call `.repeat()`, if I understand...