PPPW

Results 7 comments of PPPW

Hi @Kshitij09, You're right, I think I copied the `_forward` function of [this line](https://github.com/pytorch/vision/blob/master/torchvision/models/inception.py#L127), rather than the `forward` function, so I overlooked the transform input part...

Hi @Kshitij09, I'm glad you find it useful! Yes, feel free to ask any questions in here or in the [fastai forum](https://forums.fast.ai/t/more-cnn-archs-in-fastai-v1/35836), I'm also learning and will happy to discuss

Hi @denisvlr, PyTorch provided a very good tutorial on this topic: https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html It does the transfer learning, and we can customize the learning rate scheduling. If we want to use...

Looks like you can just import `ig_resnext101_32x8d` from that repo's `models/resnet.py`, then use it in the same way as other ResNet.

An example command is: ```python main.py -s figs/example1/source1.jpg -t figs/example1/target1.jpg``` You error message indicates the "main.py" file is not under the directory though.

You can open your directory (`C:\Users\rafee\Desktop\poisson-image-editing-master`) to confirm whether the file is there. If not, you can clone or download this repo again.

Hi, the API was changed in 12/02/2017 (see commit “Improve API”). You can change “classifier” into “logits”