Skip to content

Proposal for data_path and full training management #20

@gungui98

Description

@gungui98

I want to develop a solution to manage the dataset and also the development environment detection.

One solution I can think of is setup an environment like what wandb has done with WANDB_MODE.

class SummaryWriter(LightningLoggerBase):

def is_full_training(self):
     return os.get("ENVIRONMENT") == "PRODUCTION"

The self-hosted runner also should be mount to a shared NFS, eg. DATA_PATH on our lab!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions