APMplusplus / falkon

Towards an ecosystem of tasks and concepts related to Language Technologies
Apache License 2.0
3 stars 3 forks source link

parallelize the generation script #13

Open saikrishnarallabandi opened 5 years ago

saikrishnarallabandi commented 5 years ago

Right now the prediction script is doing with bsz=1

https://github.com/saikrishnarallabandi/falkon/blob/master/tasks/speech/antispoofing/baseline/local/get_predictions.py

When parallelized, filename has to be kept in mind.

saikrishnarallabandi commented 5 years ago

@peterwu99