You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps write_prediction could be an input argument, and maybe you could specify a different writer function for different use cases? Not sure if this could work.
Now we write batches as separate CSV output files with write_prediction()
Is it possible to do something like keep appending to the same h5 file, for instance? Perhaps PredictionWriter could be made to accommodate other kinds of output writers.
The text was updated successfully, but these errors were encountered:
Perhaps
write_prediction
could be an input argument, and maybe you could specify a different writer function for different use cases? Not sure if this could work.Now we write batches as separate CSV output files with
write_prediction()
cellarium-ml/cellarium/ml/callbacks/prediction_writer.py
Lines 14 to 38 in ca4d6f1
Is it possible to do something like keep appending to the same h5 file, for instance? Perhaps
PredictionWriter
could be made to accommodate other kinds of output writers.The text was updated successfully, but these errors were encountered: