Mimi (Patcharin) Cheng

Results 2 issues of Mimi (Patcharin) Cheng

Step to reproduce: ```resnet = models.resnet50(pretrained=True) model = BYOL( resnet, image_size = 256, hidden_layer = 'avgpool' ) imgs = torch.randn(1, 3, 256, 256) projection, embedding = model(imgs, return_embedding = True)...

I'm following `05-local-execution.ipynb` tutorial and got this error while executing dynamic routing `out = rl("what's the time in Rome right now?")`. Any ideas how to solve this? ``` TypeError Traceback...