Manu Joseph V
Manu Joseph V
I guess distributed training is not something I have tested while creating this. In the latest main branch, I have already enabled setting any PyTorch Lightning Trainer flag using a...
No, like this. But in the latest main branch. This is not a feature I have pushed to pypi yet. ```python trainer_config = TrainerConfig( auto_lr_find=False, # Runs the LRFinder to...
You checkout the latest main branch, and install using `pip install .` And then there is a new argument for `TrainerConfig` called `trainer_kwargs` with which you can pass any PyTorch...
@bhavsarpratik have resolved the merge conflicts. And fixed the api pull issue. It is now working
on more investigation... the requests are going through from my local, but not from the Github Action. Not sure why
@ashuarsh PyTorch Tabular creates a temp directory for storing some files and that directory, by default is `.pt_tmp`. So I'm assuming you are running this on a machine on which...
Check out #84 also, as `torchmetrics==0.5` also worked for some.
#116 Closed this
Closing the issue because of inactivity
Closing. Should be fixed in 1.0.*