composer
composer copied to clipboard
Supercharge Your Model Training
install from dev instructions for all notebooks
This PR: * removes `log_data` from `LoggerDestination` and its subclasses * adds `log_metrics`, and `log_hyperparameters` to `LoggerDestination` to `FileLogger`, `InMemoryLogger`, `ProgressBarLogger`, `WandBLogger`, and `TensorboardLogger` * Adds `log_traces` to `FileLogger` *...
This is the first pass through the Method Cards, making sure they meet the specifications as listed [here](https://www.notion.so/Documentation-Sprint-August-2022-09b39ac2ed0c4f5abb950c5ce0f465e0). I was able to implement most fixes myself, but I assigned a...
Mid Epoch Resumption of Streaming Datasets Uses a Feistel network to reproducibly and efficiently shuffle streaming datasets while constraining the maximum number of shards that must be present on the...
Use state algos, so engine changes to algos can adjust these variables as needed. Needed for agent
Addresses [CO-789](https://mosaicml.atlassian.net/browse/CO-789) and [CO-794](https://mosaicml.atlassian.net/browse/CO-794). However, we'll need two follow-up changes: - Since our notebooks use hardcoded URLs as docs links, we'll need another PR to un-break all these links. -...
Resolves CO-842. Adds logic to log multiple losses. Also, adds loss dictionary to DeepLabv3+ as an example. A couple of scenarios: ### 1. Scalar tensor loss This will be logged...
Fixes [CO-883](https://mosaicml.atlassian.net/browse/CO-883) using a `type: ignore` as suggested by @hanlint.