Allen Kamp

Results 4 issues of Allen Kamp

Read.md is missing the "-" after .tar ```clip_inference --input_dataset "pipe:aws s3 cp --quiet s3://myfolder/webdataset/{00000..00010}.tar" --output_folder "s3://myfolder/embeddings" --input_format webdataset``` I believe it should be. ```clip_inference --input_dataset "pipe:aws s3 cp --quiet s3://myfolder/webdataset/{00000..00010}.tar...

currently using unet_config . An obsolete method for learner params #Problem: cfg = unet_config(blur=True, norm_type=NormType.Weight, self_attention=True, y_range=y_range) def create_gen_learner(): return unet_learner(dls_gen, bbone, loss_func=loss_gen, config=cfg) ------------------ #Fix: remove cfg lne &...

Per our convo. Add tagging that can be used to produce additional / enhanced documentation or other processing. ![Screenshot 2021-11-17 124212-2](https://user-images.githubusercontent.com/2616332/142116017-73667c13-9e41-450f-a49e-4f544089f7b6.png)

> Please describe the problem you encountered in the DuckDB documentation and include the "Page URL" link shown below. > Note: only create an issue if you wish to report...

import