Andrew Spott

Results 33 comments of Andrew Spott

Is there a set of tests somewhere that I should run?

Oops. @taketwo: Thanks for that, I should have read that before asking.

It mostly did. However, there isn't a good way to run a training step from inside a callback (especially the `on_grad_computed` callback, where running another training step will cause another...

I am running into this problem as well... Is there any workaround that doesn't involve deleting the pyproject.toml file? Can I switch to pure pyproject.toml (move all the relevant information...

ok, looks like switching to pyproject.toml only doesn't work... `pipenv.patched.notpip._internal.exceptions.InstallationError: File "setup.py" not found. Directory cannot be installed in editable mode: (A "pyproject.toml" file was found, but editable mode currently...

Either one works. Maybe even have it be an option? I'm not sure how to go about tackling this, is there somewhere in the code that I can start looking...

Cross-region vpcs (that are actually connected), are expensive. So we have some code that requires being in a VPC (and we run that code in that region) and other code...

This feature would be great to have. Supporting poetry lockfiles seems like the most logical way to do this (looking at https://dbx.readthedocs.io/en/latest/guides/general/dependency_management/, I was under the impression this was already...

Docker is actually a fantastic solution, but maybe not in the way you are thinking. A docker build for local *and* remote execution would allow my local environment and my...

@pspeter: Oh yea, I forgot about that. Though under the hood, it isn't clear to me what Databricks is using for environment isolation: are they booting up a new venv...