Skip to content

Addition of unsupervised CNN using forward forward algorithm - #196

Open
cyclotomicextension wants to merge 24 commits into
nebuly-ai:mainfrom
cyclotomicextension:codespace-cyclotomicextension-redesigned-orbit-g7v476qvv4ghp7jw
Open

Addition of unsupervised CNN using forward forward algorithm #196
cyclotomicextension wants to merge 24 commits into
nebuly-ai:mainfrom
cyclotomicextension:codespace-cyclotomicextension-redesigned-orbit-g7v476qvv4ghp7jw

Conversation

@cyclotomicextension

Copy link
Copy Markdown
Contributor

No description provided.

cyclotomicextension and others added 24 commits January 16, 2023 23:52
In this I added ```import os
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"``` so that if someone is using m1 macOS then they do not have to worry about the errors that I previously got which include problems with torch vision and `ImportError: cannot import name 'COMMON_SAFE_ASCII_CHARACTERS' from 'charset_normalizer.constant'`
…tch-1-adding-multiple-device-option

Update README.md
Co-authored-by: Diego Fiori <38586138+diegofiori@users.noreply.github.com>
…iners.py

Co-authored-by: Diego Fiori <38586138+diegofiori@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant