Nitin Datta
Nitin Datta
You can start the visdom visualizatoin server by running python -m visdom.server Then you can run the test.py
You can start the visdom visualizatoin server by running python -m visdom.server then if you run your code on another terminal it should work
Nope @ekosman, I tried a lot but was not successful. However, I can help you with the colab version for extracting features and training. I have them ready... If you...
Here you go @ekosman Feature extraction: https://drive.google.com/file/d/16UGVIqi3idOLUcPB9jNt0liSEqDNNDe3/view?usp=sharing Training - https://drive.google.com/file/d/1Hiry_yzFYVSIKY6T1puL16YEv4lcOqI0/view?usp=sharing ROC_AUC - https://colab.research.google.com/drive/1pjfmDTU1gb8KHqWqvO7hFeB9O3eT27i0?usp=sharing Please let me know if you find anything related to I3D. It will be really helpful..
Hi @ezzatmostafa96 , I made changes maybe you can check this [LINK](https://github.com/ekosman/AnomalyDetectionCVPR2018-Pytorch/tree/master/notebooks) and run it on colab it will work
Change this to [https://github.com/ranaroussi/quantstats/blob/fc7b1bf3788ac64b0c58cc69fae435eddbd21b02/quantstats/_plotting/core.py#L292](Link) ``` if resample: returns = returns.last() if compound is True else returns.resample(resample).sum(min_count=1) if isinstance(benchmark, _pd.Series): benchmark = benchmark.resample(resample) benchmark = benchmark.last() if compound is True else...