You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transfer the copy_batch_to_device and batch_to_tensor functions from pvnet/data/utils.py to ocf_datapipes. These functions are specific to the NumPyBatch object in datapipes, so I think it makes sense for them to go there
The text was updated successfully, but these errors were encountered:
Transfer the copy_batch_to_device and batch_to_tensor functions from pvnet/data/utils.py to ocf_datapipes. These functions are specific to the NumPyBatch object in datapipes, so I think it makes sense for them to go there
Hi @dfulu , I'm unable to find ocf_datapipes. Could you please help me out here?
I have just opened openclimatefix/ocf_datapipes#287. Once discussions on type hints there are done and it is merged, I have a PR ready to make use of the functions.
@aryanbhosale: I started looking into this yesterday and only now saw that you are also working on it. But I would be very happy about feedback on my PR if you are also interested in this issue.
It looks like the two of you have this handled. Let me know if you have any more questions and please feel free to tag me directly in any pull requests
Transfer the
copy_batch_to_device
andbatch_to_tensor
functions frompvnet/data/utils.py
to ocf_datapipes. These functions are specific to the NumPyBatch object in datapipes, so I think it makes sense for them to go thereThe text was updated successfully, but these errors were encountered: