Hi community, I just discovered neuralforecast and...
# neural-forecast
d
Hi community, I just discovered neuralforecast and I'm looking for a way to productionalize a model in a read-only environment. The problem is that each model fit() attempts to write
/artifacts
and
/lightning_logs
files which causes my production build to fail. I've tried passing
trainer_kwargs
but doing so throws an error in
1.6.3
which is the version I'm stuck with because my engineering team uses snowflake, and snowflake has only that version available. Is there any way I can disable file writing in version
1.6.3
?
j
Hey. What did you try to pass through
trainer_kwargs
and what was the error? You should be able to provide
logger=False
and it'd disable the lightning logs