karpathy / karpathy/pytorch-made

Reproduce example

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
594
Forks
93
PR merge metrics
No merged PRs in 30d

Description

Hello, I tried to reproduce the example of the first figure (3 inputs, 3 outputs and 2 dense layers of 4 neurons) and the mask is not the same (result: https://imgur.com/5P5C2fn).
![imagen](https://user-images.githubusercontent.com/10572188/74765511-04540f80-5284-11ea-8c18-87ec88b40f75.png)

```
output 0 depends on inputs: [] : OK
output 1 depends on inputs: [] : OK
output 2 depends on inputs: [0, 1] : OK
```

So two outputs remain without dependence. What could be the problem? Thank you.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the first-figure example with 3 inputs, 3 outputs, and two dense layers of 4 neurons, then compare the generated mask with the linked image. Investigate why outputs 0 and 1 have no input dependencies while output 2 depends on inputs 0 and 1. Done means the reproduction matches the example or clearly documents the cause of the discrepancy.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.