J

Results 3 issues of J

At [06. PyTorch Transfer Learning](https://www.learnpytorch.io/06_pytorch_transfer_learning/) It needs to download efficientnetB0 model from https://download.pytorch.org/models/efficientnet_b0_rwightman-3dd342df.pth I tried manually download, and load with: ``` efficientnet_b0_path = 'models/efficientnet_b0_rwightman-3dd342df.pth' model = torch.load(efficientnet_b0_path, map_location='cuda') ``` But...

### Bug Description I change the conditional Router with `self.stop('method_name')`, but the components of the subsequent process will still be executed. It happened in both of version 1.0.17 and 1.1.0...

bug

### Bug Description Prompt component should combine the results from previous output correctly, but all been replaced by one of the outputs. ### Who can help? Backend or Full Stack...

bug