Skip to content
View itseffi's full-sized avatar
:octocat:
Juggling many things...please be patient!
:octocat:
Juggling many things...please be patient!

Highlights

  • Pro
Block or Report

Block or report itseffi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itseffi/README.md

Hi 👋, I’m Effi!

I like deep neural nets and I love to build and let build.

Pinned Loading

  1. cookbook cookbook Public

    Forked from google-gemini/cookbook

    A collection of guides and examples for the Gemini API.

    Jupyter Notebook 2

  2. Style Transfer Neural Network Implem... Style Transfer Neural Network Implementation in PyTorch
    1
    import torch
    2
    
    
    3
    
    
    4
    class TransformerNet(torch.nn.Module):
    5
        def __init__(self):
  3. llama.cpp llama.cpp Public

    Forked from ggerganov/llama.cpp

    Port of Facebook's LLaMA model in C/C++

    C 1