Patrick Labatut
|
d5c376b5b3
|
Add depth estimation code (#184)
Add depth estimation code + demo notebook
|
2023-08-31 14:57:50 +02:00 |
Patrick Labatut
|
3a7bf1ca4b
|
Add (optional) extras dependencies (#183)
Add (optional) extras dependencies for dense tasks (mmcv and mmsegmentation) to conda and pip requirements.
|
2023-08-31 14:53:28 +02:00 |
Patrick Labatut
|
81b2b64193
|
Update license everywhere (#182)
Update code and models license from CC-BY-NC to Apache 2.0 in headers and other files.
|
2023-08-31 14:41:52 +02:00 |
qasfb
|
bd0bd9be19
|
Set default number of nodes to 1
We put default number of nodes to 1 in particular so that the linear evaluation with 8 GPUs has a global batch size of 1024, to reproduce the results.
|
2023-08-30 17:52:02 +02:00 |
Patrick Labatut
|
ebc1cba109
|
Allow disabling xFormers via environment variable (#180)
Allow disabling the use of xFormers (for inference) by simply setting the XFORMERS_DISABLED environment variable
|
2023-08-30 17:20:47 +02:00 |
Patrick Labatut
|
be7e57252f
|
Add missing hubconf arg (#178)
Add missing explicit layers argument
|
2023-08-29 16:05:32 +02:00 |
Leonid Ganeline
|
10d420147b
|
Remove mutable default arguments (#170)
Passing a list as default argument is not recommended.
|
2023-08-24 02:15:22 +02:00 |
Leonid Ganeline
|
84afc6fcce
|
Exclude venv from flake8 linting (#168)
Issue: flake8 processes the venv dir.
Change: added `exclude = venv` to flake8 conf
|
2023-08-24 02:14:23 +02:00 |
Patrick Labatut
|
43c80c1ba8
|
Try to fix embedded video in README.md (#165)
|
2023-08-23 22:16:22 +02:00 |
Alexander Seiler
|
c3c2683a13
|
Correct some typos (#62)
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
|
2023-04-27 11:13:12 +02:00 |
Patrick Labatut
|
c0ffb6ed71
|
Do not force using FlashAttention (#58)
Remove hardcoded selection of operator implementation and use xFormers fMHA dispatcher instead.
|
2023-04-26 02:26:24 +02:00 |
Patrick Labatut
|
ca58ffcd87
|
Fix linear classifier wrapper (#61)
Fix linear classifier wrapper in PyTorch Hub configuration module to support multi-sample batches.
|
2023-04-26 02:15:45 +02:00 |
Patrick Labatut
|
3e7e278d6f
|
Improve and fix ImageNet-1k dataset preparation (#60)
Document and fix implementation of extra metadata generation for ImageNet-1k.
|
2023-04-26 01:08:35 +02:00 |
Patrick Labatut
|
4f26fee911
|
Datasets interface cleanup (#59)
Remove unused sample decoding interface in datasets.
|
2023-04-26 00:06:05 +02:00 |
Patrick Labatut
|
f8969297db
|
Clarify some of the README.md contents (#31)
Installation, dependencies and Python module search path as well as a few other things.
|
2023-04-20 00:31:53 +02:00 |
Aryan Utkarsh
|
719b1905cf
|
Minor tweaks to README.md (#5)
|
2023-04-19 23:02:15 +02:00 |
Patrick Labatut
|
ea5276ec8c
|
Fix name in README (#10)
Fix author name.
|
2023-04-18 15:56:52 +02:00 |
Patrick Labatut
|
fc49f49d73
|
Initial commit
|
2023-04-17 17:55:51 +00:00 |