Youwei Liang
Youwei Liang
Hi, Thanks for open-sourcing this work. I was wondering how to search for a DenseNAS model on CIFAR10 based on ResNet. I have resolved the data loading issue. But for...
Hi, thanks for the implementation. Could you provide the (approximate) training time to produce the result in your table in the Readme?
大部分港股的分笔买卖方向有错,如图1,全是‘0’。只有少数港股在某些服务器上能获得正确结果(如图2)。大部分服务器都存在这样的问题。求大神解决! ``` from pytdx.exhq import TdxExHq_API api = TdxExHq_API() with api.connect('61.152.107.141', 7727): ticks = api.to_df(api.get_history_transaction_data(31, "00020", 20180802)) ticks.to_csv('HK.Jili.csv') ```  
Hi. Is there any way to get the crop size (`crop_x, crop_y`) and position (`crop_pos_x, crop_pos_y`) along with the image from [RandomResizedCrop](https://docs.nvidia.com/deeplearning/dali/user-guide/docs/supported_ops.html#nvidia.dali.ops.RandomResizedCrop)? If the answer is no. I think I...