issues Search Results · repo:ahgamut/torchrecorder language:Python
Filter by
2 results
(46 ms)2 results
inahgamut/torchrecorder (press backspace or delete to remove)I have a model that is of the form
class SimpleModel(nn.Module):
nn.Sequential(*[nn.Linear(10, 3), nn.Linear(3, 50), nn.ReLu(), nn.Linear(50, 1)])
I m trying to use torchrecorder.render_network(), ...
karkir0003
- 7
- Opened on May 17, 2022
- #2
Hi,
I learned about torchrec recently, thank you for making it! I wanted to give it a spin, so I tried it on the torchvision
resnet and vgg models, but it seems to run into a key error with those. I m ...
t-vi
- 1
- Opened on Aug 5, 2021
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.