modify issue AttributeError: Upsample object has no attribute...
modify issue AttributeError: Upsample object has no attribute recompute_scale_factor,torch version>1.10 will get the issue,and pillow version will got some issue
Showing
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| matplotlib>=3.2.2 | matplotlib>=3.2.2 | ||
| numpy>=1.18.5 | numpy>=1.18.5 | ||
| opencv-python>=4.1.2 | opencv-python>=4.1.2 | ||
| Pillow>=7.1.2 | Pillow==9.5.0 | ||
| PyYAML>=5.3.1 | PyYAML>=5.3.1 | ||
| requests>=2.23.0 | requests>=2.23.0 | ||
| scipy>=1.4.1 | scipy>=1.4.1 | ||
| ... | @@ -12,6 +12,7 @@ scipy>=1.4.1 | ... | @@ -12,6 +12,7 @@ scipy>=1.4.1 |
| #torchvision>=0.8.1 | #torchvision>=0.8.1 | ||
| tqdm>=4.41.0 | tqdm>=4.41.0 | ||
| # Logging ------------------------------------- | # Logging ------------------------------------- | ||
| tensorboard>=2.4.1 | tensorboard>=2.4.1 | ||
| # wandb | # wandb | ||
| ... | ... |
Please register or sign in to comment