Antoine Simoulin

Results 38 comments of Antoine Simoulin

Hi, I got the same error and solve it by updating the httplib2 to the latest version. Regarding the requirements, I also updated tensorflow==1.15.0 since version 1.14.0 gives me the...

Regarding the region, you can add the flag 'region' in the command prompt. python reddit/create_data.py \ > --output_dir ${DATADIR?} \ > --reddit_table ${PROJECT?}:${DATASET?}.${TABLE?} \ > --runner DataflowRunner \ > --temp_location...

Hey @subhankhan041, thanks for you message. We just shared an update on what we’ll be prioritizing in TorchVision (https://github.com/pytorch/vision/issues/9036). We do not plan to actively implement and release new models...

Hey @subhankhan041, thanks for all the details. We sync internally about your proposition. Unfortunately, we do not plan to actively neither implement nor release new models for now (#9036). Although...

Hey @ducha-aiki, thank you for submitting this PR and attempting to address the issue. In general, we prefer to direct users to official sources and hubs that are maintained by...

@JonasKlotz I am deeply sorry our issue remained uncommented. I observed we have several fixes trying to solve this issue. Would it be possible for you to review #9205 to...

Closing as changes have been merged in #9205.

Hey @ptrblck, thanks for your time and for opening the issue! I made a proposition of changes in #9082 along with your suggestions: * Create the `a_matrix` using the device...

@ptrblck, we synced internally and changed our perspective on the issue. We are not sure it is necessary to amend the [`_get_perspective_coeffs`](https://github.com/pytorch/vision/blob/d02b1845a2fabea1eb8f9d09310369a5cbb5514f/torchvision/transforms/functional.py#L674-L704) function and merge [#9082](https://github.com/pytorch/vision/pull/9082). Indeed: * In the...

Hi @alperenunlu, thanks for your patience here. I went through the PR again and pushed some small changes. To simplify the code, I integrated all the logic specific to different...