Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 225 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 225 Bytes

Cement Torch

Description

Simple Pytorch model that predicts cement strength.

Installation

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Don't forget to select a kernel :)