Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

support pytorch lightning 1.7 #196

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d9e6ea7
update lightning
JiahaoYao Aug 11, 2022
5992c73
change gpu to cuda
JiahaoYao Aug 12, 2022
63bb622
accelerator is successfully removed
JiahaoYao Aug 12, 2022
61a3775
remove the accelerator
JiahaoYao Aug 12, 2022
db2f6ca
progressive bar
JiahaoYao Aug 12, 2022
282b993
adding the transform
JiahaoYao Aug 12, 2022
fad6be9
change the max step to be -1
JiahaoYao Aug 12, 2022
868688d
fix ci
JiahaoYao Aug 12, 2022
612d08f
checkpoint
JiahaoYao Aug 12, 2022
302f047
checkpoint_callback
JiahaoYao Aug 12, 2022
5ba8227
adding the version
JiahaoYao Aug 13, 2022
878c4b9
fix 'MNISTDataModule' object has no attribute 'train_transforms' issue
JiahaoYao Aug 15, 2022
7eb7c83
fix the issue
JiahaoYao Aug 15, 2022
d063b41
nit
JiahaoYao Aug 15, 2022
bb5f8ff
remove progress bar
JiahaoYao Aug 15, 2022
966d819
remove accelerator
JiahaoYao Aug 15, 2022
b3bc93d
adding remote back
JiahaoYao Aug 15, 2022
c3f5ce8
update bolts
JiahaoYao Aug 15, 2022
e6e3817
kit start
JiahaoYao Aug 16, 2022
d15f24c
split the testing
JiahaoYao Aug 18, 2022
8bfdb20
Merge remote-tracking branch 'upstream/main' into rlt_1.7_0811
JiahaoYao Aug 18, 2022
6bb1acd
put it back
JiahaoYao Aug 18, 2022
d868524
fix the ci here
JiahaoYao Aug 18, 2022
f7ed645
test memory
JiahaoYao Aug 18, 2022
1c63f48
update the cpu number to 6
JiahaoYao Aug 18, 2022
55e514e
adding the pip list
JiahaoYao Aug 19, 2022
06b84c9
addikng this
JiahaoYao Aug 19, 2022
c607f0d
adding the debug
JiahaoYao Aug 19, 2022
645fed2
Merge remote-tracking branch 'upstream/main' into rlt_1.7_0811
JiahaoYao Sep 29, 2022
81fb6a4
update the lightning version
JiahaoYao Sep 29, 2022
ecd9fac
rerun the ci test
JiahaoYao Sep 29, 2022
98ea680
adding the siginature pack
JiahaoYao Oct 3, 2022
fc630a6
new line
JiahaoYao Oct 3, 2022
b0d4cd1
import lib breaks due eto https://stackoverflow.com/questions/7392956…
JiahaoYao Oct 3, 2022
665e8fd
fix the lint
JiahaoYao Oct 3, 2022
3868cff
switch
JiahaoYao Oct 3, 2022
a277600
import failure
JiahaoYao Oct 3, 2022
c08a8f5
nit
JiahaoYao Oct 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove the accelerator
JiahaoYao committed Aug 12, 2022

Verified

This commit was signed with the committer’s verified signature.
Okabe-Junya Junya Okabe
commit 61a37753a74780cd0bec9885f5cb6395d4960143
1 change: 0 additions & 1 deletion ray_lightning/ray_horovod.py
Original file line number Diff line number Diff line change
@@ -127,7 +127,6 @@ def world_size(self) -> int:
def teardown(self) -> None:
"""Teardown the strategy."""
self.join()
self.accelerator = None
super().teardown()

@property