CoolFace
Apppublic

hidenseek/TorchCode

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
27 commits on main
227eeac7mo ago

Enhance Colab badge functionality: Update script to add 'Open in Colab' badges to both template and solution notebooks. Modify badge generation to accommodate different notebook directories and ensure proper processing of both templates and solutions.

An, Duo
bc9ddee7mo ago

Update .gitignore to exclude PyPI build artifacts and enhance README with instructions for using the judge in Google Colab and publishing to PyPI. Modify setup.py to restrict package inclusion to only torch_judge for PyPI distribution.

An, Duo
03dbd727mo ago

Update README: Increase the number of curated problems from 39 to 40, reflecting the addition of a new problem.

An, Duo
603fdd37mo ago

Update README: Add GitHub stars and Star History Chart badges, and include a "Buy Me a Coffee" section for support.

An, Duo
0531bb67mo ago

Add Problem #40: Linear Regression (three ways) (#7)

Junming Huang
7660e227mo ago

Fix typo in README: Corrected "full Transformer blocks cold" to "full Transformer blocks code" for clarity.

An, Duo
09625fc7mo ago

fix: batchnorm add inference code. (#6)

Andoqwq
fd562397mo ago

Enhance JupyterLab experience: Add custom settings for JupyterLab, including theme and font configurations, and implement new commands for running tests and providing hints. Update CSS for a modern look and feel, and improve entrypoint script for better user experience.

An, Duo
a93f74c7mo ago

Update README and welcome template: Increase the number of curated problems from 37 to 39, add GRPO Loss and PPO Loss entries, and revise instructions for improved clarity and accessibility.

An, Duo
a5137527mo ago

Implement grpo loss and ppo loss (#4)

Ando
7f7f8337mo ago

Update welcome template: Revise problem list to include additional entries and ensure consistent formatting for GitHub and Colab links, enhancing user accessibility and clarity.

An, Duo
493b18d7mo ago

Update README and welcome template: Revise problem list format to include HTML links for GitHub and Colab, enhancing accessibility and user experience. Adjust problem entries for consistency and clarity.

An, Duo
92f00ff7mo ago

Update README and templates: Revise problem list format to include direct links to GitHub and Colab for each problem, enhance instructions for using templates, and streamline the problem list structure for better clarity and accessibility.

An, Duo
bc600ed7mo ago

Update templates and scripts: Change all references from 'main' to 'master' branch in Colab links and related scripts for consistency across the project.

An, Duo
bc91aff7mo ago

Update Dockerfile and templates: Add Node.js installation for JupyterLab extension builds, enhance entrypoint script for original template management, and update .gitignore to include JupyterLab build artifacts. Additionally, add "Open in Colab" badges to all templates for improved accessibility.

An, Duo
27a82da7mo ago

Update README: Increase the number of curated problems from 15 to 37, enhance problem set structure with frequency indicators, and add new entries for Cross-Entropy Loss, Dropout, and others to improve interview preparation resources.

An, Duo
791b1687mo ago

Update README: Increase the number of curated problems from 13 to 15, add new SwiGLU MLP and KV Cache Attention entries, and adjust weekly focus to reflect these additions for improved learning structure.

An, Duo
0e1ccbc7mo ago

Update README: Add Hugging Face Spaces badge and quick start option for online access, enhancing user experience and accessibility.

An, Duo
61e85587mo ago

Enhance entrypoint script: Add security headers and CORS settings for Jupyter server to improve security and accessibility.

An, Duo
0309bef7mo ago

Update docker-compose and README: Set user to root in docker-compose.yml and change colorTo in README from orange to yellow for improved clarity.

An, Duo
05d81787mo ago

Update Docker configuration: Add user creation in Dockerfile, set environment variable for port, and modify entrypoint script to use dynamic port. Update docker-compose.yml to reflect new port configuration and enhance README with app port information.

An, Duo
6ed23d17mo ago

Enhance README: Revamp layout with centered title, added badges for technologies, and structured problem set sections for clarity and improved user engagement.

An, Duo
10811927mo ago

Update docker-publish workflow: Change branch references from 'main' to 'master' for consistency in push and pull request triggers.

An, Duo
1115e337mo ago

Update docker-compose and README: Added Docker image reference in docker-compose.yml and enhanced README with quick start options and structured practice environment details.

An, Duo
ff246da7mo ago

Remove task definitions and associated test cases from tasks.py to streamline the codebase.

An, Duo
1492ea17mo ago

Update README and notebook templates: Enhanced README for clarity, added task IDs to problem tables, and improved notebook templates with execution counts and outputs for better user experience.

An, Duo
3d954187mo ago

first commit

An, Duo