Cameron Cooke

Results 4 comments of Cameron Cooke

One option is to use PIL to turn all of your images into Thumbnails. This can make the UI more responsive and dramatically reduce the launch time. ``` from PIL...

I'm getting "Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - python=3.8.5 - pip=20.3 - cudatoolkit=11.3" when I try to create the env on a Mac Mini M2.

This .env file works if you have an ARM64 based Apple computer: name: control channels: - pytorch - defaults dependencies: - python - pip - pytorch - torchvision - numpy...