Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[train+tune] Local directory refactor (2/n): Separate driver artifacts and trial working directories #43403
[train+tune] Local directory refactor (2/n): Separate driver artifacts and trial working directories #43403
Changes from 30 commits
c157ad9
7891989
ad3b136
d8b4800
614fefa
08d9892
dd1f202
aab939e
f981b6a
7d45920
41ef191
bf323fa
dee3249
bdd58b3
0bd1a58
24a9fc0
90be9ca
197a29e
c18384a
4978c45
f55ace2
75ef6bd
cab5e12
09e0273
c0d0ba0
011ac92
c3c03ac
25cccb5
0a0e37c
2577b91
46cbf02
343224b
b367413
417a7da
6b10a13
c218937
805757b
231d637
063d3b2
f46dd84
21dcd4c
178d8ca
c1357e4
55e069a
39eaf81
75b80a6
876aad2
85c2acd
1c4dfed
d509ff0
7d92e00
42d1378
af68fe1
676d5a3
091f3bc
a411863
dafc828
fa61411
96c9a67
825cdb6
3727e3a
fce8a0a
b3610de
df25a79
43d53a0
533c807
185f57c
8f63111
baeea52
6f5277a
cdeaa44
d309990
e4cf791
8fca047
559191d
c96c440
4324b50
bdd4864
13aabf4
38cfb0f
0cfaa90
439b409
560adbc
1e58f46
8c113b9
2ebad79
4f03d7f
f2c0f38
9bbede6
dbf58aa
30bdc39
1573096
c3076d9
a51358f
abd117f
e7d8f9d
03d7ef7
6cc5c75
8a3430e
85ec91c
b1551c5
6b98726
6007618
182d069
3cb5fc3
af8bf05
815cc0b
a4a51f4
a1543e0
af3fd67
69dcd35
23277eb
24a779a
87aa000
5154421
a6fde03
e0125fa
9260fa9
bd2f36a
417bd43
3e59baa
3b0b96a
ad0a63f
64126ba
e3991e7
83733dc
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you help me remember how did we resolved the consistency issue with the timestamp. Did we resolve it by writing files into driver directory and using background syncing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the first bullet point in the PR description under "Some undesirable workarounds made in this PR."