issues
search
tkarab
/
diplomaThesis
1
stars
0
forks
source link
Add batches to training episodes instead of one task
#42
Closed
tkarab
closed
4 months ago
tkarab
commented
4 months ago
[x] Add extra dimention so the model can take numerous tasks in batches (model_assembly.py)
[x] alter fsl_functions accordingly
[x] add batch_size to task_generator
[x] generate data in batches
[x] Calculate loss across the whole batch (Taken care of by model.fit)