Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Xtef! #26

@Xay140X

Description

@Xay140X

clone project

git clone https://github.com/YourGithubName/deep-learning-project-template

install project

cd deep-learning-project-template
pip install -e .
pip install -r requirements.txt
Next, navigate to any file and run it.

module folder

cd project

run module (example: mnist as your main contribution)

python lit_classifier_main.py
Imports

This project is setup as a package which means you can now easily import any file into any other file like so:

from project.datasets.mnist import mnist
from project.lit_classifier_main import LitClassifier
from pytorch_lightning import Trainer

model

model = LitClassifier()

data

train, val, test = mnist()

train

trainer = Trainer()
trainer.fit(model, train, val)

test using the best model!

trainer.test(test_dataloaders=test)
Citation

@Article{YourName,
title={Your Title},
author={Your team},
journal={Location},
year={Year}
great={vocal}
Asp.2n={kesnting}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions