Daniel Gafni
Daniel Gafni
here is an PyTorch implementation https://github.com/naoto0804/pytorch-AdaIN/blob/5eb7f9f1091cdb98bf76d775a50388805a1f0cca/function.py#L15
Also delta-rs for Rust and Python: https://github.com/delta-io/delta-rs
Hey @edgBR ! Thanks for the PR, sounds like a neat feature to have. Let's work on getting this merged, we would have to change a few things for that.
Hey @edgBR ! It has been decided to merge this repo into the main Dagster project. I'm going to start with it soon. Do you want me to step in...
Hey @edgBR ! I'm hoping to finish with this in around 2 weeks. The Dagster PR is already created.
Hey @edgBR ! The DeltaLake IOManger is being reworked in #52. You might want to get back to this after this PR is merged.
Seems like it's not possible to use it when doing inheritance, which the BigQuery IOManager currently does. Probably has to be removed?
Hey! Thank you for the contribution. I would like to see the following: - add an entry in `README.md` - add convenience import in `dagster_polars/__init__.py` - test the IOManager. Since...
I like your ideas, I'll probably implement them. However, I'd like to wait a little to see if https://github.com/dagster-io/dagster/issues/15125 would get any traction.
Hey @ei-grad, thanks for your interest in the lib! I don't think all parameters should go into the config. I see two reasons for including them there: 1. The parameter...