Skip to content

Commit

Permalink
fix(torch/timeseries): do not double read query data
Browse files Browse the repository at this point in the history
  • Loading branch information
fantes authored and sileht committed Oct 12, 2020
1 parent 5e99093 commit d54f60d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backends/torch/torchinputconns.cc
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,6 @@ namespace dd
APIData ad_input = ad.getobj("parameters").getobj("input");

init(ad_input);
get_data(ad);

try
{
Expand Down

0 comments on commit d54f60d

Please sign in to comment.