DaveBGld
DaveBGld
I wonder if DJI is violating US antitrust law and hence exposing itself to a major class action lawsuit...???
Dear DJI: What do you mean by _..." With your support, it may be possible to advance."..._ We support you by buying your drones. You don't need our support. **WE...
Thanks @IzzyPutterman !! I chose to redownload the repo and execute the notebook. WIth new errors: When calling `launch_training("tft", tft_cfg, tft_outdir)` I get a **ValueError: numpy.ndarray size changed, may indicate...
@IzzyPutterman Thanks! My intention is to see a tspp working example end to end so I can understand the mechanics of adding features, changing timeframes, etc... such that I can...
@IzzyPutterman Thanks!!! I completed a training session for the jpx by preprocessing within the tspp docker... Now, my current walkabout is to experience the complete path, step by step, from...
@IzzyPutterman Thank you! I have completed training and export to tensorRT after commenting the line you indicated... My next step is to create an inference engine in C++ with thesorRT...
@IzzyPutterman Thanks! From the JPX Notebook I count 24 features, but polygraphy reports only 5? Also, if I get an instance of current data to feed to the model, how...
@IzzyPutterman Thanks. That was quick and enlightening... 1. What is the order within each _feature_type_? appearance in the features declaration? Also, there are I think **18 continuous and 6 categoricals**...