Jasper Ginn
Jasper Ginn
Hi @dbczumar, Thanks for your reply. I can pick this up. Best, Jasper.
Yep. I got it to work. You need to use "/tmp" for downloads, and you need to call the 'driverEnableHeadlessDownloads' function to enable headless chrome to be able to download...
I used this: ```python class MedicalNet(nn.Module): def __init__(self, path_to_weights, device): super(MedicalNet, self).__init__() self.model = resnet34(sample_input_D=1, sample_input_H=112, sample_input_W=112, num_seg_classes=2) self.model.conv_seg = nn.Sequential( nn.AdaptiveMaxPool3d(output_size=(1, 1, 1)), nn.Flatten(start_dim=1), nn.Dropout(0.1) ) net_dict = self.model.state_dict()...
@Batush123 I'm not entirely sure what you're asking for. Are you asking me what my input data & training loop look like?
Thanks for the comments š @kevinjqliu . Will look at your comments this weekend.
No problem @Fokko . Thanks for your comments and your review.
> This looks great @JasperHG90 Sorry for the late review, it slipped through on my mailbox. > > Could you also add a few docs: https://github.com/apache/iceberg-python/blob/main/mkdocs/docs/api.md#partition-evolution Added some docs.
> Hey @JasperHG90 apologies for the delay, ive been tied up with some other stuff. > > I've compared the current implementation with java's implementation and it seems like there...
@kevinjqliu @Fokko do either one of you have time to review this PR in the coming weeks? I have some time on my hands and Iād love to wrap this...
> Hey @JasperHG90 sorry for the late reply, the notification got buried in my mailbox. I'll definitely review this, it would be great to get this in š No apology...