cnjackhu
cnjackhu
init method of the `class MNISTLitModule(LightningModule):` ``` def __init__( self, net: torch.nn.Module, optimizer: torch.optim.Optimizer, scheduler: torch.optim.lr_scheduler, compile: bool, ) -> None: ``` But actually the 'optimizer' and 'scheduler' we pass...
jupyter lab可以装吗
when i run the code, i get the error, No such file or directory: '../data/weather/weather.csv'. So how i should download the data? can you give some reference link?
could you extend the plugin for support snack.picker? thank you