repo_full_name
stringlengths
6
93
repo_url
stringlengths
25
112
repo_api_url
stringclasses
28 values
owner
stringclasses
28 values
repo_name
stringclasses
28 values
description
stringclasses
28 values
stars
int64
617
98.8k
forks
int64
31
355
watchers
int64
990
999
license
stringclasses
2 values
default_branch
stringclasses
2 values
repo_created_at
timestamp[s]date
2012-07-24 23:12:50
2025-06-16 08:07:28
repo_updated_at
timestamp[s]date
2026-02-23 15:23:15
2026-05-03 18:52:12
repo_topics
listlengths
0
13
repo_languages
unknown
is_fork
bool
1 class
open_issues
int64
3
104
file_path
stringlengths
3
208
file_name
stringclasses
509 values
file_extension
stringclasses
1 value
file_size_bytes
int64
101
84k
file_url
stringclasses
627 values
file_raw_url
stringclasses
627 values
file_sha
stringclasses
624 values
language
stringclasses
8 values
parsed_at
stringdate
2026-05-04 01:12:36
2026-05-04 19:41:55
text
stringlengths
100
102k
patrick-kidger/diffrax
https://github.com/patrick-kidger/diffrax
null
null
null
null
1,995
null
null
apache-2.0
null
null
null
null
null
null
null
diffrax/_solver/ralston.py
null
null
null
null
null
null
Python
2026-05-04T02:42:34.366474
from collections.abc import Callable from typing import ClassVar import equinox.internal as eqxi import numpy as np from .._local_interpolation import ThirdOrderHermitePolynomialInterpolation from .base import AbstractStratonovichSolver from .runge_kutta import AbstractERK, ButcherTableau # # Note that a lot of imp...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
setup.py
null
null
null
null
null
null
Python
2026-05-04T02:42:38.919592
#!/usr/bin/env python # -*- coding: utf-8 -*- """ distribute- and pip-enabled setup.py """ import setuptools import sys import sparkdl exclude_packages = ('tests', 'tests.*') if '--with-tests' in sys.argv: index = sys.argv.index('--with-tests') sys.argv.pop(index) exclude_packages = () setuptools.setu...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
sparkdl/horovod/runner_base.py
null
null
null
null
null
null
Python
2026-05-04T02:42:38.921898
# Copyright 2017 Databricks, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
sparkdl/xgboost/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:38.923703
# Copyright 2017 Databricks, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
sparkdl/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:38.926475
# Copyright 2017 Databricks, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
docs/epytext.py
null
null
null
null
null
null
Python
2026-05-04T02:42:38.928586
import re RULES = ( (r"<(!BLANKLINE)[\w.]+>", r""), (r"L{([\w.()]+)}", r":class:`\1`"), (r"[LC]{(\w+\.\w+)\(\)}", r":func:`\1`"), (r"C{([\w.()]+)}", r":class:`\1`"), (r"[IBCM]{([^}]+)}", r"`\1`"), ('pyspark.rdd.RDD', 'RDD'), ) def _convert_epytext(line): """ >>> _convert_epytext("L{A}"...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
sparkdl/horovod/tensorflow/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:38.929428
# Copyright 2017 Databricks, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
docs/underscores.py
null
null
null
null
null
null
Python
2026-05-04T02:42:39.529352
# Copied from https://github.com/dinoboff/github-tools/blob/master/src/github/tools/sphinx.py # # Copyright (c) 2009, Damien Lebrun # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, # are permitted provided that the following conditions are met: # # * Redistribu...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
sparkdl/horovod/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:40.442295
# Copyright 2017 Databricks, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
sparkdl/horovod/tensorflow/keras.py
null
null
null
null
null
null
Python
2026-05-04T02:42:40.547911
# Copyright 2018 Databricks, Inc. # # pylint: disable=too-few-public-methods # pylint: disable=too-many-instance-attributes # pylint: disable=logging-format-interpolation # pylint: disable=invalid-name import time from tensorflow import keras from sparkdl.horovod import log_to_driver __all__ = ["LogCallback"] clas...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
tests/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:40.582509
# Copyright 2017 Databricks, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
sparkdl/xgboost/xgboost.py
null
null
null
null
null
null
Python
2026-05-04T02:42:40.583142
# # DATABRICKS CONFIDENTIAL & PROPRIETARY # __________________ # # Copyright 2020 Databricks, Inc. # All Rights Reserved. # # NOTICE: All information contained herein is, and remains the property of Databricks, Inc. # and its suppliers, if any. The intellectual and technical concepts contained herein are # proprietar...
databricks/spark-deep-learning
https://github.com/databricks/spark-deep-learning
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
tests/horovod/runner_base_test.py
null
null
null
null
null
null
Python
2026-05-04T02:42:40.632796
# Copyright 2017 Databricks, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
cypress/fixtures/scripts/setup.py
null
null
null
null
null
null
Python
2026-05-04T02:42:49.733899
import pandas as pd # Update input csv files files = ["input-1.csv", "input-2.csv"] n = 0 for file in files: contents = [(f"u{n+1}", f"user{n+1}"), (f"u{n+2}", f"user{n+2}")] output = pd.DataFrame(contents, columns=["userid", "name"]) print(output) output.to_csv(file, header=True, index=False) n...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
.github/workflows/scripts/fetch_packages_metadata.py
null
null
null
null
null
null
Python
2026-05-04T02:42:49.738727
from concurrent.futures import ThreadPoolExecutor from datetime import datetime, timedelta from itertools import chain, islice import subprocess import sys from packaging import version import requests def get_info_from_pypi(pkg): url = f"https://pypi.org/pypi/{pkg}/json" try: res = requests.get(url)...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
cypress/fixtures/pipelines/producer-script.py
null
null
null
null
null
null
Python
2026-05-04T02:42:49.739281
import os import pandas as pd from datetime import datetime # Update input csv files files = ["input-1.csv", "input-2.csv"] n = 2 for file in files: n = n + 1 print(file) input = pd.read_csv(file, header=0) input["lastupdated"] = datetime.now() input.to_csv("output-" + str(n) + ".csv", index=False...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
docs/source/conf.py
null
null
null
null
null
null
Python
2026-05-04T02:42:49.762466
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
conftest.py
null
null
null
null
null
null
Python
2026-05-04T02:42:49.767777
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
create-release.py
null
null
null
null
null
null
Python
2026-05-04T02:42:49.769400
#!/usr/bin/env python3 # # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable l...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/airflow/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:50.736688
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/api/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:50.737752
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/airflow/bootstrapper.py
null
null
null
null
null
null
Python
2026-05-04T02:42:50.739092
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/airflow/operator.py
null
null
null
null
null
null
Python
2026-05-04T02:42:50.740120
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
cypress/fixtures/pipelines/create-source-files.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.225926
import pandas as pd # Update input csv files files = ["input-1.csv", "input-2.csv"] n = 0 for file in files: contents = [(f"u{n+1}", f"user{n+1}"), (f"u{n+2}", f"user{n+2}")] output = pd.DataFrame(contents, columns=["userid", "name"]) print(output) output.to_csv(file, header=True, index=False) n...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
cypress/test-config.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.229301
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/api/handlers.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.349760
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/cli/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.420062
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/cli/pipeline_app.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.421280
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/contents/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.456764
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/cli/pipeline_app_utils.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.458806
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/_version.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.580695
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/contents/handlers.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.804312
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/contents/parser.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.841289
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/elyra_app.py
null
null
null
null
null
null
Python
2026-05-04T02:42:51.948365
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.024123
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/kfp/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.025298
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/error.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.067771
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/kfp/bootstrapper.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.075287
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/handlers.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.149524
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/manager.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.396992
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/metadata.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.400939
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/metadata_app.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.523865
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/metadata_app_utils.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.605704
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/schemasproviders.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.626220
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/schema.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.629871
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/schemaspaces.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.645846
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/metadata/storage.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.753787
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.880806
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:52.969539
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.002486
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/airflow_metadata.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.184964
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/airflow_component_parser.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.186309
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/package_catalog_connector/airflow_package_catalog_connector.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.249357
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/package_catalog_connector/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.252413
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/airflow_processor.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.291676
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/package_catalog_connector/airflow_package_schema_provider.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.335177
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/provider_package_catalog_connector/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.443701
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/provider_package_catalog_connector/airflow_provider_package_catalog_connector.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.564251
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/airflow/provider_package_catalog_connector/airflow_provider_package_schema_provider.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.609412
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/catalog_connector.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.742475
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/component.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.787485
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
elyra-ai/elyra
https://github.com/elyra-ai/elyra
null
null
null
null
1,993
null
null
apache-2.0
null
null
null
null
null
null
null
elyra/pipeline/component_catalog.py
null
null
null
null
null
null
Python
2026-05-04T02:42:53.817649
# # Copyright 2018-2026 Elyra Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/browser.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.468688
import time import threading from multiprocessing import Process, Queue import webview class Browser: def __init__(self): self.width = 1024 self.height = 768 self.window_frame_height = 29 # Additional px for window border self.command_queue = Queue() self.webview_process =...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/providers.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.469363
import os from dotenv import load_dotenv from os_computer_use.llm_provider import ( OpenAIBaseProvider, AnthropicBaseProvider, MistralBaseProvider, ) from os_computer_use.osatlas_provider import OSAtlasProvider from os_computer_use.showui_provider import ShowUIProvider # Load environment variables from .en...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/osatlas_provider.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.472266
from gradio_client import Client, handle_file from os_computer_use.logging import logger from os_computer_use.grounding import extract_bbox_midpoint import os OSATLAS_HUGGINGFACE_SOURCE = "maxiw/OS-ATLAS" OSATLAS_HUGGINGFACE_MODEL = "OS-Copilot/OS-Atlas-Base-7B" OSATLAS_HUGGINGFACE_API = "/run_example" HF_TOKEN = o...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/llm_provider.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.473421
from openai import OpenAI from anthropic import Anthropic from PIL import Image import io import json import re import base64 def Message(content, role="assistant"): return {"role": role, "content": content} def Text(text): return {"type": "text", "text": text} def parse_json(s): try: return ...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/config.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.474714
# Define the models to use in the agent from os_computer_use import providers grounding_model = providers.OSAtlasProvider() # grounding_model = providers.ShowUIProvider() # vision_model = providers.FireworksProvider("llama-3.2") # vision_model = providers.OpenAIProvider("gpt-4o") # vision_model = providers.Anthropic...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/grounding.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.504346
from PIL import ImageDraw import re def draw_big_dot(image, coordinates, color="red", radius=12): draw = ImageDraw.Draw(image) x, y = coordinates bounding_box = [x - radius, y - radius, x + radius, y + radius] draw.ellipse(bounding_box, fill=color, outline=color) return image def extract_bbox_mi...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
main.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.505019
from os_computer_use.streaming import Sandbox, DisplayClient from os_computer_use.browser import Browser from os_computer_use.sandbox_agent import SandboxAgent from os_computer_use.logging import Logger import asyncio import argparse import os from dotenv import load_dotenv logger = Logger() # Load environment varia...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/logging.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.532943
import os # A logger to write to the console and a log file in color class Logger: # Mapping standard color names to ANSI color codes color_map = { "black": "30", "red": "31", "green": "32", "yellow": "33", "blue": "34", "magenta": "35", "cyan": "36", ...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/sandbox_agent.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.562259
from os_computer_use.config import vision_model, action_model, grounding_model from os_computer_use.llm_provider import Message from os_computer_use.logging import logger from os_computer_use.grounding import draw_big_dot import shlex import os import tempfile from PIL import Image import json TYPING_DELAY_MS = 12 TY...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/showui_provider.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.574501
import ast from datetime import datetime from PIL import Image, ImageDraw from gradio_client import Client, handle_file SHOWUI_HUGGINGFACE_SOURCE = "showlab/ShowUI" SHOWUI_HUGGINGFACE_MODEL = "showlab/ShowUI-2B" SHOWUI_HUGGINGFACE_API = "/on_submit" class ShowUIProvider: """ The ShowUI provider is used to mak...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
tests/llm_provider.py
null
null
null
null
null
null
Python
2026-05-04T02:42:56.996820
from os_computer_use.providers import ( AnthropicProvider, OpenAIProvider, GroqProvider, FireworksProvider, MistralProvider, ) from os_computer_use.llm_provider import Message # Define tools available for use tools = { "click_item": { "description": "Click on an item on the screen", ...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
os_computer_use/streaming.py
null
null
null
null
null
null
Python
2026-05-04T02:42:57.453701
from e2b_desktop import Sandbox as SandboxBase import asyncio import os import signal import sys class Sandbox(SandboxBase): def start_stream(self): # Command to start streaming using ffmpeg command = "ffmpeg -f x11grab -s 1024x768 -framerate 30 -i {self._display} -vcodec libx264 -preset ultrafas...
e2b-dev/open-computer-use
https://github.com/e2b-dev/open-computer-use
null
null
null
null
1,991
null
null
apache-2.0
null
null
null
null
null
null
null
tests/sandbox_agent.py
null
null
null
null
null
null
Python
2026-05-04T02:42:57.559814
from os_computer_use.sandbox_agent import SandboxAgent # This is a mock sandbox that returns a static screenshot and terminal output class MockSandbox: def __init__(self): self.timeout = 60 self.commands = self def screenshot(self): with open("./tests/test_screenshot.png", "rb") as f:...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/distributed_training_mnist.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.463459
import argparse import logging import os import time import hostlist import numpy as np import torch from torch.utils.data import Dataset from pythae.data.datasets import DatasetOutput from pythae.models import VQVAE, VQVAEConfig from pythae.models.nn.benchmarks.mnist import ( Decoder_ResNet_VQVAE_MNIST, Enco...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/data-download.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.476178
import sys from torchvision.datasets import MNIST, CelebA, CIFAR10 import argparse from pathlib import Path import torch import numpy as np from torchvision.transforms import PILToTensor from tqdm import tqdm def main(): parser = argparse.ArgumentParser( description="python script to download datasets wh...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
docs/source/conf.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.494993
# If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import os import sys import sphinx_rtd_theme # Configuration file for the Sphi...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/custom_nn.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.496278
from typing import List import numpy as np import torch import torch.nn as nn from pythae.models import BaseAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, BaseDiscriminator, BaseEncoder from pythae.models.nn.base_architectures import BaseDecoder, BaseEncoder ...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/ciwae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.504704
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from torch.utils.data import Dataset from pythae.data.datasets import DatasetOutput from pythae.models import CIWAE, AutoModel, CIWAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/aae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.509316
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import Adversarial_AE, Adversarial_AE_Config from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, Bas...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/distributed_training_ffhq.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.515258
import argparse import logging import os import time import hostlist import torch import torch.nn as nn from PIL import Image from torch.utils.data import Dataset from torchvision import transforms from pythae.data.datasets import DatasetOutput from pythae.models import VQVAE, VQVAEConfig from pythae.models.base.base...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/betatcvae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.516562
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import BetaTCVAE, BetaTCVAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, BaseEncoder fr...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/distributed_training_imagenet.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.529304
import argparse import logging import os import time import hostlist import torch import torch.nn as nn from PIL import Image from torch.utils.data import Dataset from torchvision import transforms from pythae.data.datasets import DatasetOutput from pythae.models import VQVAE, VQVAEConfig from pythae.models.base.base...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/hvae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:01.540240
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import HVAE, AutoModel, HVAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, BaseEncoder f...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/miwae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.345004
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from torch.utils.data import Dataset from pythae.data.datasets import DatasetOutput from pythae.models import MIWAE, AutoModel, MIWAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/rae_gp.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.345642
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import RAE_GP, RAE_GP_Config from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, BaseEncoder from py...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/piwae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.346812
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from torch.utils.data import Dataset from pythae.data.datasets import DatasetOutput from pythae.models import PIWAE, AutoModel, PIWAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/iwae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.348964
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import IWAE, AutoModel, IWAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, BaseEncoder f...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/svae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.448237
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from torch.utils.data import Dataset from pythae.data.datasets import DatasetOutput from pythae.models import SVAE, AutoModel, SVAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn i...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/vamp.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.643041
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import VAMP, AutoModel, VAMPConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, BaseEncoder f...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
setup.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.883196
from setuptools import find_packages, setup with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup( name="pythae", version="0.1.2", author="Clement Chadebec", author_email="clement.chadebec@gmail.com", description="Unifying Generative Autoencoders in Python", ...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/training.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.900210
import argparse import logging import os import numpy as np from pythae.pipelines import TrainingPipeline from pythae.trainers import ( AdversarialTrainerConfig, BaseTrainerConfig, CoupledOptimizerTrainerConfig, ) logger = logging.getLogger(__name__) console = logging.StreamHandler() logger.addHandler(co...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
src/pythae/config.py
null
null
null
null
null
null
Python
2026-05-04T02:43:02.924179
import json import os import warnings from dataclasses import asdict, field from typing import Any, Dict, Union from pydantic import ValidationError from pydantic.dataclasses import dataclass @dataclass class BaseConfig: """This is the BaseConfig class which defines all the useful loading and saving methods ...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
src/pythae/customexception.py
null
null
null
null
null
null
Python
2026-05-04T02:43:03.009405
class SizeMismatchError(Exception): pass class LoadError(Exception): pass class EncoderInputError(Exception): pass class EncoderOutputError(Exception): pass class DecoderInputError(Exception): pass class DecoderOutputError(Exception): pass class MetricInputError(Exception): pass ...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/wae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:03.087095
import logging import os from time import time from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import WAE_MMD, WAE_MMD_Config from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDeco...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/vae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:03.232239
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import VAE, AutoModel, VAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, BaseEncoder fro...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
src/pythae/data/__init__.py
null
null
null
null
null
null
Python
2026-05-04T02:43:03.238422
"""This module contrains the methods to load and preprocess the data. .. note:: As of now, only imaging modality is handled by pythae. In the near future other modalities should be added. """ from .datasets import BaseDataset __all__ = ["BaseDataset"]
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/rae_l2.py
null
null
null
null
null
null
Python
2026-05-04T02:43:03.316360
import logging import os from typing import List import numpy as np import torch import torch.nn as nn from pythae.data.preprocessors import DataProcessor from pythae.models import RAE_L2, RAE_L2_Config from pythae.models.base.base_utils import ModelOutput from pythae.models.nn import BaseDecoder, BaseEncoder from py...
clementchadebec/benchmark_VAE
https://github.com/clementchadebec/benchmark_VAE
null
null
null
null
1,990
null
null
apache-2.0
null
null
null
null
null
null
null
examples/scripts/reproducibility/pvae.py
null
null
null
null
null
null
Python
2026-05-04T02:43:03.338628
import logging import math import os import numpy as np import torch import torch.nn as nn import torch.nn.functional as F from pythae.data.preprocessors import DataProcessor from pythae.models import AutoModel, PoincareVAE, PoincareVAEConfig from pythae.models.base.base_utils import ModelOutput from pythae.models.nn...