Mikkel Antonsen

Results 2 issues of Mikkel Antonsen

I'm trying out pytorch-lightning and I'm having an issue after commits 1fad1c7dfb7cc55803cd7a9597723559aa124cbe and 3fba70a22eb5521c12d81302ff978a92c8113909. When I do ``` from test_tube import Experiment exp = Experiment(save_dir=cfg['log_dir']) trainer = Trainer(experiment=exp, max_nb_epochs=1, train_percent_check=0.01)...

Hey, I've been eager to try ffcv for some time now and now that I have started I have an issue with dependencies. I have pytorch pinned to 1.10 because...