v0.9.1
What's new
Fixed ✅
- Fixed non-deterministic behavior in
TorchTrainStep
. - Fixed bug in
BeakerWorkspace
where.step_info(step)
would raise aKeyError
if the step hasn't been registered as part of a run yet. - Fixed a bug in
BeakerWorkspace
where it would send too many requests to the beaker service. - Fixed a bug where
WandbWorkspace.step_finished()
or.step_failed()
would crash if called
from a different process than.step_starting()
. - Fixed a bug in
WandbWorkspace.step_finished()
which led to aRuntimeError
sometimes while
caching the result of a step.
Commits
c6fc5be Fix bugs with Workspace
and WandbWorkspace
, specifically (#321)
80c90ca Beaker DOS fix (#315)
8b75591 Log from BeakerStepLock
at WARNING level (#316)
4d46d67 fix non-deterministic behavior in TorchTrainStep (#314)
c59b6b3 Bump actions/setup-python from 3 to 4 (#311)
b02cf40 Bump sphinx from 4.5.0 to 5.0.1 (#305)
4501815 Bump furo from 2022.6.4 to 2022.6.4.1 (#309)
da9c29c Fix bug in Beaker workspace (#312)
e8422cb Bump mypy from 0.960 to 0.961 (#308)
8256a74 Bump myst-parser from 0.17.2 to 0.18.0 (#310)
44ae92e Bump furo from 2022.4.7 to 2022.6.4 (#306)
39923ae Update protobuf requirement from <=3.20.0 to <4.22.0 (#301)
e7ef1f5 Registerables first steps eg (#304)