Joanne Lin

Results 2 issues of Joanne Lin

Link to tutorial: https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html Hi there, I am following the object detection tutorial and have copied the necessary files from `pytorch/vision/main/references/detection/`. When inspecting the `engine.train_one_epoch()` function, I see that it...

module: vision

https://github.com/cyclomon/UNSB/blob/d1f644f7777e19d5afe5aea3e5cb4bd3afd9b88b/models/ncsn_networks.py#L538 Is there a reason why it is `out = layer(x)` instead of `out = layer(out)`?