Conversation
Co-authored-by: Cesar Ruiz Navarro <Cruiz102@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the development environment for
MASK_MLand documents non-obvious setup/run caveats for future agents. No application code is modified.The only file change is a new
AGENTS.md. The environment itself is provisioned by the startup update script (registered separately), which creates a.venv, installs CPU PyTorch +requirements.txt+pycocotools+pip install -e ..What was verified
.venv(CPU torch 2.13.0, hydra, opencv, scikit-learn, pycocotools,mask_ml).tests/vit_test.pypasses 3/3.ImageAutoEncoder+ MSE + AdamW training pipeline runs and loss decreases (4.21 → 1.38 over 100 steps).Notes / caveats captured in AGENTS.md
demo/scripts and the Docker flow can't run here; PyTorch is the CPU build.pycocotoolsis required bymask_ml/utils/datasets.pybut is commented out inrequirements.txt/setup.py, so the update script installs it explicitly.yann.lecun.com) is blocked here and errors before the working S3 mirror; pre-place the gz files indatasets/MNIST/raw/.main:eval.pyimportsmask_ml.model.segmentation_auto_encoder, which does not exist, breakingtrain.py,eval.py, andtests/auto_encoder_test.pyat import time. Left unmodified per scope; flagged for the maintainer.