Giter Site home page Giter Site logo

Random run initialization error about aim HOT 2 OPEN

Luca-DTU avatar Luca-DTU commented on May 27, 2024
Random run initialization error

from aim.

Comments (2)

alberttorosyan avatar alberttorosyan commented on May 27, 2024

Hey @Luca-DTU! Could you please share the full error stack-trace? That would help to understand the root cause of the issue.

from aim.

Luca-DTU avatar Luca-DTU commented on May 27, 2024

Hi,
Here it is in one example:

Traceback (most recent call last):
File "/argo/staging/script", line 17, in
run = Run(repo=repo_name, experiment=experiment_name, log_system_params=True)
File "/usr/local/lib/python3.10/site-packages/aim/ext/exception_resistant.py", line 70, in wrapper
_SafeModeConfig.exception_callback(e, func)
File "/usr/local/lib/python3.10/site-packages/aim/ext/exception_resistant.py", line 47, in reraise_exception
raise e
File "/usr/local/lib/python3.10/site-packages/aim/ext/exception_resistant.py", line 68, in wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/aim/sdk/run.py", line 828, in init
super().init(run_hash, repo=repo, read_only=read_only, experiment=experiment, force_resume=force_resume)
File "/usr/local/lib/python3.10/site-packages/aim/sdk/run.py", line 325, in init
self.props
File "/usr/local/lib/python3.10/site-packages/aim/sdk/run.py", line 440, in props
self._props = self.repo.request_props(self.hash, self.read_only)
File "/usr/local/lib/python3.10/site-packages/aim/sdk/repo.py", line 354, in request_props
return StructuredRunProxy(self.client, hash, read_only, created_at)
File "/usr/local/lib/python3.10/site-packages/aim/storage/structured/proxy.py", line 31, in init
handler = self._rpc_client.get_resource_handler(self, self.resource_type, args=self.init_args)
File "/usr/local/lib/python3.10/site-packages/aim/ext/transport/client.py", line 225, in get_resource_handler
raise_exception(response.exception)
File "/usr/local/lib/python3.10/site-packages/aim/ext/transport/message_utils.py", line 76, in raise_exception
raise exception(*args) if args else exception()
TypeError: DBAPIError.init() missing 2 required positional arguments: 'params' and 'orig'

from aim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.