-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: facebookresearch/detectron2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ivanpp/detectron2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: windows
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 2 files changed
- 1 contributor
Commits on Feb 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d90dd85 - Browse repository at this point
Copy the full SHA d90dd85View commit details
Commits on Feb 6, 2020
-
Since most people install CUDA by default (e.g. C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\10.1\), 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\nvcc' cannot be excuted by windows command prompt. Modify it from 'path\to\nvcc' to "path\to\nvcc", which can be excuted correctly on Windows. So the NVCC information can be displayed(not be 'Not Available' any more)
Configuration menu - View commit details
-
Copy full SHA for 468b8f1 - Browse repository at this point
Copy the full SHA 468b8f1View commit details -
os.getpid is not supported on Windows, and PyTorch distributed currently only supports Linux. Edit port to any number is OK. os.getpid() is supported on Windows, and can generate a port number in a deterministic way.
Configuration menu - View commit details
-
Copy full SHA for 496ca04 - Browse repository at this point
Copy the full SHA 496ca04View commit details -
PyTorch distributed only supports Linux currently. Set num_devices = 1 directly Related issue(maskrcnn-benchmark): facebookresearch/maskrcnn-benchmark#280
Configuration menu - View commit details
-
Copy full SHA for 8222fe6 - Browse repository at this point
Copy the full SHA 8222fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2f10f - Browse repository at this point
Copy the full SHA cd2f10fView commit details
Commits on Feb 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f853719 - Browse repository at this point
Copy the full SHA f853719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85482b2 - Browse repository at this point
Copy the full SHA 85482b2View commit details
Commits on Feb 16, 2020
-
Merge branch 'master' into windows
CUDA build error on windows fixed in this patch, commit d90dd85 is no longer needed
Configuration menu - View commit details
-
Copy full SHA for 418a8b7 - Browse repository at this point
Copy the full SHA 418a8b7View commit details
Commits on Jul 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 563646a - Browse repository at this point
Copy the full SHA 563646aView commit details -
localtime_r is not supported in Windows, use localtime_s instead
Configuration menu - View commit details
-
Copy full SHA for f620ab1 - Browse repository at this point
Copy the full SHA f620ab1View commit details -
relative import is not supported on Windows ref: #1601 (comment)
Configuration menu - View commit details
-
Copy full SHA for 32cbe98 - Browse repository at this point
Copy the full SHA 32cbe98View commit details
Commits on Aug 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2818073 - Browse repository at this point
Copy the full SHA 2818073View commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dd61dce - Browse repository at this point
Copy the full SHA dd61dceView commit details
Commits on Sep 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e1c9f3c - Browse repository at this point
Copy the full SHA e1c9f3cView commit details
Commits on Nov 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 16bc4dd - Browse repository at this point
Copy the full SHA 16bc4ddView commit details
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0222009 - Browse repository at this point
Copy the full SHA 0222009View commit details
Commits on Aug 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57e9a63 - Browse repository at this point
Copy the full SHA 57e9a63View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...windows