-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weekly Patch Release v1.5.10 #11789
Weekly Patch Release v1.5.10 #11789
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e8ad5d0 - Browse repository at this point
Copy the full SHA e8ad5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d87986 - Browse repository at this point
Copy the full SHA 7d87986View commit details -
Fix failure when
DataLoader(batch_size=None)
is passed (#10345)Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2685aa6 - Browse repository at this point
Copy the full SHA 2685aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71380a5 - Browse repository at this point
Copy the full SHA 71380a5View commit details -
Fix DataLoader inspection and re-instantiation in Lite (#10334)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c7be274 - Browse repository at this point
Copy the full SHA c7be274View commit details -
Only import PostLocalSGD related modules when it's needed (#10359)
* Only import PostLocalSGD related modules when it's needed * Only import PostLocalSGD related modules when it's needed * Only import PostLocalSGD related modules when it's needed
Configuration menu - View commit details
-
Copy full SHA for 297d549 - Browse repository at this point
Copy the full SHA 297d549View commit details -
Fix pickling error with CSVLogger (#10388)
* Don't store csv.Dictwriter in ExperimentWriter * Add test for pickle after .save() * Add entry in changelog
Configuration menu - View commit details
-
Copy full SHA for 0db233b - Browse repository at this point
Copy the full SHA 0db233bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b3ccb - Browse repository at this point
Copy the full SHA 30b3ccbView commit details -
disable step logging in epoch hooks (#10409)
* disable step logging in epoch hooks * chlog * Apply suggestions from code review * chlog
Configuration menu - View commit details
-
Copy full SHA for 8d7712c - Browse repository at this point
Copy the full SHA 8d7712cView commit details -
Fix deadlocks for distributed training for RichProgressBar (#10428)
Co-authored-by: Kaushik Bokka <kaushikbokka@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3668598 - Browse repository at this point
Copy the full SHA 3668598View commit details -
Fix converting only float type tensors in Lite (#10429)
* fix * less code * add test case * add test cases * update input * add test cases * add type hint * add changelog note Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 53451c5 - Browse repository at this point
Copy the full SHA 53451c5View commit details -
[Fault Tolerance] Don't check the len of a dataset, but its instance. (…
…#10432) Co-authored-by: Thomas Chaton <thomas@grid.ai>
Configuration menu - View commit details
-
Copy full SHA for 69ea0b0 - Browse repository at this point
Copy the full SHA 69ea0b0View commit details -
Resolve workers being forcelly deleted with
persistent_workers=True
(……#10434) Co-authored-by: Thomas Chaton <thomas@grid.ai>
Configuration menu - View commit details
-
Copy full SHA for 51cb077 - Browse repository at this point
Copy the full SHA 51cb077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1ee3b - Browse repository at this point
Copy the full SHA 6d1ee3bView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 4755ae6 - Browse repository at this point
Copy the full SHA 4755ae6View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 43a5075 - Browse repository at this point
Copy the full SHA 43a5075View commit details -
Enable distributed training with CombinedDataLoader and max_size_cycle (
#10374) Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com> Co-authored-by: Thomas Chaton <thomas@grid.ai>
Configuration menu - View commit details
-
Copy full SHA for ab44b81 - Browse repository at this point
Copy the full SHA ab44b81View commit details -
Fix support for dataclasses with ClassVar/InitVar in `apply_to_collec…
…tion` (#9702) Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4bc6e95 - Browse repository at this point
Copy the full SHA 4bc6e95View commit details -
fix overfit_batch sampler replacement logic (#10486)
Co-authored-by: thomas chaton <thomas@grid.ai>
Configuration menu - View commit details
-
Copy full SHA for 6baa5cc - Browse repository at this point
Copy the full SHA 6baa5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 391e0d6 - Browse repository at this point
Copy the full SHA 391e0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6db79 - Browse repository at this point
Copy the full SHA 5e6db79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ff840 - Browse repository at this point
Copy the full SHA 53ff840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4a5fe - Browse repository at this point
Copy the full SHA 5f4a5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 122e503 - Browse repository at this point
Copy the full SHA 122e503View commit details -
Fix scripting causing false positive deprecation warnings (#10555)
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e45024 - Browse repository at this point
Copy the full SHA 9e45024View commit details -
Change attributes of
RichProgressBarTheme
dataclass (#10454)Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ecb962 - Browse repository at this point
Copy the full SHA 1ecb962View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6da92 - Browse repository at this point
Copy the full SHA ae6da92View commit details -
Configuration menu - View commit details
-
Copy full SHA for a707438 - Browse repository at this point
Copy the full SHA a707438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0865ad1 - Browse repository at this point
Copy the full SHA 0865ad1View commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b31ab51 - Browse repository at this point
Copy the full SHA b31ab51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1510e15 - Browse repository at this point
Copy the full SHA 1510e15View commit details -
Check torch.distributed availability before sharded tensor state dict…
… hook registration (#10621) Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81dea1a - Browse repository at this point
Copy the full SHA 81dea1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 302c611 - Browse repository at this point
Copy the full SHA 302c611View commit details -
Fix batch size extraction when set by the user in `LightningModule.lo…
…g` (#10408) Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8eee9b3 - Browse repository at this point
Copy the full SHA 8eee9b3View commit details -
Respect the passed dtype with
self.log
(#10076)Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com> Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2bb4343 - Browse repository at this point
Copy the full SHA 2bb4343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 024acd5 - Browse repository at this point
Copy the full SHA 024acd5View commit details -
Added boring model as a ipynb so it can be updated (#10521)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2052958 - Browse repository at this point
Copy the full SHA 2052958View commit details -
Configuration menu - View commit details
-
Copy full SHA for d249060 - Browse repository at this point
Copy the full SHA d249060View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebae420 - Browse repository at this point
Copy the full SHA ebae420View commit details -
Configuration menu - View commit details
-
Copy full SHA for f620dc8 - Browse repository at this point
Copy the full SHA f620dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cbc5da - Browse repository at this point
Copy the full SHA 9cbc5daView commit details -
log metrics for correct dataloader only (#10522)
Co-authored-by: tchaton <thomas@grid.ai> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c3341e6 - Browse repository at this point
Copy the full SHA c3341e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2b857 - Browse repository at this point
Copy the full SHA 3f2b857View commit details -
Don't register signal in thread (#10610)
Co-authored-by: tchaton <thomas@grid.ai>
Configuration menu - View commit details
-
Copy full SHA for bfc0447 - Browse repository at this point
Copy the full SHA bfc0447View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1029f - Browse repository at this point
Copy the full SHA fb1029fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d3b6a2 - Browse repository at this point
Copy the full SHA 1d3b6a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 963d0b0 - Browse repository at this point
Copy the full SHA 963d0b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b208653 - Browse repository at this point
Copy the full SHA b208653View commit details
Commits on Nov 25, 2021
-
Merge pull request #10738 from PyTorchLightning/1.5.x-drop-torch-1.6
Sync CI configuration into 1.5.x branch
Configuration menu - View commit details
-
Copy full SHA for 90d362a - Browse repository at this point
Copy the full SHA 90d362aView commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d140a64 - Browse repository at this point
Copy the full SHA d140a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e8823 - Browse repository at this point
Copy the full SHA a5e8823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f147ee - Browse repository at this point
Copy the full SHA 7f147eeView commit details -
Consolidate state when retrieving sharded state dict in Lite (#10746)
Co-authored-by: thomas chaton <thomas@grid.ai>
Configuration menu - View commit details
-
Copy full SHA for f85d4c7 - Browse repository at this point
Copy the full SHA f85d4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b19fa - Browse repository at this point
Copy the full SHA 03b19faView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9aef7 - Browse repository at this point
Copy the full SHA bf9aef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e08de2 - Browse repository at this point
Copy the full SHA 4e08de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 288d018 - Browse repository at this point
Copy the full SHA 288d018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d3675 - Browse repository at this point
Copy the full SHA 00d3675View commit details -
Merge pull request #10738 from PyTorchLightning/1.5.x-drop-torch-1.6
Sync CI configuration into 1.5.x branch
Configuration menu - View commit details
-
Copy full SHA for 551f05e - Browse repository at this point
Copy the full SHA 551f05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bef83 - Browse repository at this point
Copy the full SHA 20bef83View commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c935ef7 - Browse repository at this point
Copy the full SHA c935ef7View commit details -
Disable batch_size extraction for torchmetric instances (#10815)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8c1788c - Browse repository at this point
Copy the full SHA 8c1788cView commit details -
Fix selection of standalone tests (#10857)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 439bea4 - Browse repository at this point
Copy the full SHA 439bea4View commit details -
Restore signals on teardown (#10611)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d6b1b6 - Browse repository at this point
Copy the full SHA 9d6b1b6View commit details -
Fix
SignalConnector._has_already_handler
check for callable type (#……10483) Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: thomas chaton <thomas@grid.ai> Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e0a1f55 - Browse repository at this point
Copy the full SHA e0a1f55View commit details -
Skip hanging spawn tests (#10838)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1101267 - Browse repository at this point
Copy the full SHA 1101267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b895de - Browse repository at this point
Copy the full SHA 9b895deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5820711 - Browse repository at this point
Copy the full SHA 5820711View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38fbad - Browse repository at this point
Copy the full SHA c38fbadView commit details -
Fix retrieval of batch indices when dataloader num_workers > 0 (#10870)
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c1184dc - Browse repository at this point
Copy the full SHA c1184dcView commit details -
Fix filtration logic for eval results with multiple dataloaders (#10810)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e4f9656 - Browse repository at this point
Copy the full SHA e4f9656View commit details -
Configuration menu - View commit details
-
Copy full SHA for c604fdf - Browse repository at this point
Copy the full SHA c604fdfView commit details -
Resolve: 'DummyExperiment' object does not support item assignment (#…
…10917) Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2e791e - Browse repository at this point
Copy the full SHA d2e791eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f245ea7 - Browse repository at this point
Copy the full SHA f245ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbf762 - Browse repository at this point
Copy the full SHA 2cbf762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b89db - Browse repository at this point
Copy the full SHA 50b89dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f593181 - Browse repository at this point
Copy the full SHA f593181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 361894f - Browse repository at this point
Copy the full SHA 361894fView commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6963a2f - Browse repository at this point
Copy the full SHA 6963a2fView commit details -
[DeepSpeed] fix flag forwarding in DeepSpeedPlugin (#10899)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sean Naren <sean@grid.ai> Co-authored-by: ananthsub <ananth.subramaniam@gmail.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1f63923 - Browse repository at this point
Copy the full SHA 1f63923View commit details -
Removed duplicated file extension when uploading model checkpoints wi…
…th NeptuneLogger (#11015) Co-authored-by: Rafał Jankowski <raalsky@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 93cda24 - Browse repository at this point
Copy the full SHA 93cda24View commit details -
Fix support for logging within callbacks returned from `LightningModu…
…le` (#10991) Co-authored-by: thomas chaton <thomas@grid.ai> Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ccfd1d8 - Browse repository at this point
Copy the full SHA ccfd1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d7d50 - Browse repository at this point
Copy the full SHA 82d7d50View commit details -
Fix support for
CombinedLoader
while checking for warning raised wi……th eval dataloaders (#10994)
Configuration menu - View commit details
-
Copy full SHA for c014dd1 - Browse repository at this point
Copy the full SHA c014dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for af11c11 - Browse repository at this point
Copy the full SHA af11c11View commit details -
Update the TQDM progress bar
on_train_epoch_end
(#11069)Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0bb9ce0 - Browse repository at this point
Copy the full SHA 0bb9ce0View commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6268716 - Browse repository at this point
Copy the full SHA 6268716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2596f24 - Browse repository at this point
Copy the full SHA 2596f24View commit details -
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff3d0dc - Browse repository at this point
Copy the full SHA ff3d0dcView commit details -
Teardown sync-batchnorm after training (#11078)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: ananthsub <ananth.subramaniam@gmail.com> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for acb3846 - Browse repository at this point
Copy the full SHA acb3846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf6168 - Browse repository at this point
Copy the full SHA 9cf6168View commit details -
Fix AttributeError when using CombinedLoader in prediction (#11111)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d4cfcc3 - Browse repository at this point
Copy the full SHA d4cfcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a542f82 - Browse repository at this point
Copy the full SHA a542f82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2c39b - Browse repository at this point
Copy the full SHA 8b2c39bView commit details -
Fixed NeptuneLogger when using DDP (#11030)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com> Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a659904 - Browse repository at this point
Copy the full SHA a659904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7971e78 - Browse repository at this point
Copy the full SHA 7971e78View commit details -
Remove partitioning of model in ZeRO 3 (#10655)
(cherry picked from commit c66cd12)
Configuration menu - View commit details
-
Copy full SHA for 327cba5 - Browse repository at this point
Copy the full SHA 327cba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2264082 - Browse repository at this point
Copy the full SHA 2264082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 502aa74 - Browse repository at this point
Copy the full SHA 502aa74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a635d9 - Browse repository at this point
Copy the full SHA 0a635d9View commit details -
Add required states for resumed ModelCheckpoint GC (#10995)
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff9c3f9 - Browse repository at this point
Copy the full SHA ff9c3f9View commit details -
Avoid torch amp cuda warning with bf16 on cpu (#11161)
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1f32923 - Browse repository at this point
Copy the full SHA 1f32923View commit details -
Suppress Warning in
PredictionEpochLoop
(#11189)Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 98fcf1e - Browse repository at this point
Copy the full SHA 98fcf1eView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a2e9720 - Browse repository at this point
Copy the full SHA a2e9720View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6cf2bb - Browse repository at this point
Copy the full SHA d6cf2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f562427 - Browse repository at this point
Copy the full SHA f562427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a00066 - Browse repository at this point
Copy the full SHA 6a00066View commit details -
Avoid non-blocking GPU->CPU copies. (#11288)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com> Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 15f524b - Browse repository at this point
Copy the full SHA 15f524bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a85033a - Browse repository at this point
Copy the full SHA a85033aView commit details -
Fix
_should_reload_dl_epoch
causing inconsistent validation dataloa……der reloading (#11036) Co-authored-by: Adam Viola <adamviola@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: thomas chaton <thomas@grid.ai> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4398db2 - Browse repository at this point
Copy the full SHA 4398db2View commit details -
Fix min/max logging default value (#11310)
Co-authored-by: Carlos Mocholi <carmocca@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b707c67 - Browse repository at this point
Copy the full SHA b707c67View commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 15ee1f4 - Browse repository at this point
Copy the full SHA 15ee1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dde425a - Browse repository at this point
Copy the full SHA dde425aView commit details -
Skip testing with PyTorch 1.7 and Python 3.9 on Ubuntu (#11217)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5b1174 - Browse repository at this point
Copy the full SHA b5b1174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e95e0 - Browse repository at this point
Copy the full SHA 18e95e0View commit details -
Avoid in-place ops during logging result updates (#11401)
Co-authored-by: rohitgr7 <rohitgr1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8cffc0f - Browse repository at this point
Copy the full SHA 8cffc0fView commit details -
Modify LSFEnvironment to use more reliable environment variable (#10825)
Co-authored-by: thomas chaton <thomas@grid.ai> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: Andrew Tritt <andrew.j.tritt@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e95d8b1 - Browse repository at this point
Copy the full SHA e95d8b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f72bf31 - Browse repository at this point
Copy the full SHA f72bf31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9811284 - Browse repository at this point
Copy the full SHA 9811284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5e22d - Browse repository at this point
Copy the full SHA 6d5e22dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6394ea - Browse repository at this point
Copy the full SHA a6394eaView commit details -
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ab1c2ff - Browse repository at this point
Copy the full SHA ab1c2ffView commit details
Commits on Feb 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7acebbb - Browse repository at this point
Copy the full SHA 7acebbbView commit details