Created test_training for simple testing the train loop, modified pytest and...
- Aug 23, 2024
-
-
Niklas Grambow authored
bumped Dataloader, that the sampler is initialized everytime the __iter__() is called, now training works again for me
79f150a8 -
Niklas Grambow authored
Having a bug in Training, after first going batch through batches we get nan as mean(batch_loss_array)
adccea38
-
- Aug 22, 2024
-
-
Niklas Grambow authored
Created test_training for simple testing the train loop, modified pytest and all tests are working! - some modifications need to be done on the paths etc.
56d04103
-