如果utils.loggers.wandb是一个第三方库,你可以尝试使用pip来安装它。但是,由于这个模块名看起来像是自定义的,所以pip安装可能不是正确的解决方案。 如果这是项目中的一部分,你需要确保项目结构正确,并且该模块位于你的Python搜索路径中。 根据找到的安装方法进行安装: 如果这是一个自定义模块,你需要确保你的项目...
Research code (the LightningModule). Engineering code (you delete, and is handled by the Trainer). Non-essential research code (logging, etc... this goes in Callbacks). Data (use PyTorch Dataloaders or organize them into a LightningDataModule).Once you do this, you can train on multiple-...