Not able to reproduce results
See original GitHub issueTraceback (most recent call last):
File "Main.py", line 338, in <module>
multiply_by=multiply_by)
File "/Users/vasfern/Downloads/IGMC-master/models.py", line 146, in __init__
super(IGMC, self).__init__(dataset, GCNConv, latent_dim, regression, adj_dropout, force_undirected)
File "/Users/vasfern/Downloads/IGMC-master/models.py", line 20, in __init__
self.convs.append(gconv(dataset.num_features, latent_dim[0]))
File "/Users/vasfern/Downloads/IGMC-master/.venv/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line 117, in num_features
return self.num_node_features
File "/Users/vasfern/Downloads/IGMC-master/.venv/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line 112, in num_node_features
return self[0].num_node_features
File "/Users/vasfern/Downloads/IGMC-master/.venv/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line 188, in __getitem__
data = self.get(self.indices()[idx])
TypeError: 'tuple' object is not callable
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Six factors affecting reproducibility in life science research and ...
There are several reasons why an experiment cannot be replicated. Independent verification of data is a fundamental principle of scientific research across ...
Read more >Why can't we reproduce so many scientific findings?
Being able to do an experiment over again and confirm the results is actually a crucial aspect of science, called reproducibility.
Read more >What should I do if I cannot reproduce experimental published ...
Try to replicate the experimental conditions as much as possible, try to get any "hidden" steps if there are any, and if the...
Read more >What Happens When Someone Fails to Reproduce ... - Enago
If you receive notification that someone failed to reproduce your research, the situation may not be as bleak as you would think.
Read more >Replication crisis - Wikipedia
The replication crisis is an ongoing methodological crisis in which the results of many scientific studies are difficult or impossible to reproduce.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I solved this problem, thank you for your attention!
Thanks! I did figure it out.