kiranzo
kiranzo
> I think the /bigdata/ endpoint path is a former name . The [Wikipedia entry about Blazegraph](https://en.wikipedia.org/wiki/Blazegraph) says that : > > > Early history > > The system was...
I am trying to run miniconda of virtual Ubuntu server and access Jupyter notebook remotely, and I'm also having this error. What should my exact steps be to install and...
Hi @engineerchuan I'm working on refactoring legacy code in our project: we have 40 Mb of Kaldi MFCC binary which we would like to replace with `torchaudio.compliance.kaldi.mfcc` I managed to...
> @kiranzo as ISSUE [Validate_schema keyword not supported yet](https://github.com/uber/petastorm/issues/758#issuecomment-1785925528) describe > > ```shell > pip install pyarrow==10.0.1 > ``` Gratz! We've already settled for Pandas with parquet format for now...
Experimenting with steps from functions and `draft=True` option, getting the same result - the first step of my pipeline just hangs indefinitely. I have 2 clearml agents which each have...
@eugen-ajechiloae-clearml ``` if __name__ == "__main__": pipe = PipelineController( project=PROJECT_NAME, name=PIPELINE_NAME, version=VERSION, add_pipeline_tags=True ) pipe.set_default_execution_queue(STEP_QUEUE) config = pipe.connect_configuration( configuration="configs/pipeline_config.yaml", name="Config" ) params = yaml.load(open(config).read(), Loader=yaml.Loader) pipe.add_function_step( name="step1", function=step1, function_kwargs={ ......
Hi, let me throw my 5 cents in: I just learned that Pandas can generate an empty dataframe that will have multiple rows and index regardless, and that drop_duplicates() won't...