Code Monkey home page Code Monkey logo

paq_data's People

Contributors

frikyng avatar

Watchers

 avatar

paq_data's Issues

test

'(deepinterpolation) C:\Users\SunLab\Documents\FK\deepinterpolation\deepinterpolation_program_files\examples>python cli_example_tiny_ephys_training.py
2022-01-31 12:31:14.849236: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2022-01-31 12:31:14.849335: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
WARNING:root:train_path has been deprecated and is to be replaced by data_path as generators can be used for training and inference. We are forwarding the value but please update your code.
WARNING:root:pre_post_frame has been deprecated and is to be replaced by pre_frame and post_frame. We are forwarding the value but please update your code.
WARNING:root:train_path has been deprecated and is to be replaced by data_path as generators can be used for training and inference. We are forwarding the value but please update your code.
WARNING:root:pre_post_frame has been deprecated and is to be replaced by pre_frame and post_frame. We are forwarding the value but please update your code.
Traceback (most recent call last):
File "cli_example_tiny_ephys_training.py", line 84, in
trainer = Training(input_data=args, args=[])
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\argschema\argschema_parser.py", line 175, in init
result = self.load_schema_with_defaults(self.schema, args)
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\argschema\argschema_parser.py", line 276, in load_schema_with_defaults
result = utils.load(schema, args)
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\argschema\utils.py", line 418, in load
results = schema.load(d)
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\marshmallow\schema.py", line 707, in load
postprocess=True,
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\marshmallow\schema.py", line 867, in _do_load
raise exc
marshmallow.exceptions.ValidationError: {'generator_params': {'steps_per_epoch': ['Unknown field.']}, 'test_generator_params': {'steps_per_epoch': ['Unknown field.']}}'

test3

test

(deepinterpolation) C:\Users\SunLab\Documents\FK\deepinterpolation\deepinterpolation_program_files\examples>python cli_example_tiny_ephys_training.py
2022-01-31 12:31:14.849236: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2022-01-31 12:31:14.849335: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
WARNING:root:train_path has been deprecated and is to be replaced by data_path as generators can be used for training and inference. We are forwarding the value but please update your code.
WARNING:root:pre_post_frame has been deprecated and is to be replaced by pre_frame and post_frame. We are forwarding the value but please update your code.
WARNING:root:train_path has been deprecated and is to be replaced by data_path as generators can be used for training and inference. We are forwarding the value but please update your code.
WARNING:root:pre_post_frame has been deprecated and is to be replaced by pre_frame and post_frame. We are forwarding the value but please update your code.
Traceback (most recent call last):
  File "cli_example_tiny_ephys_training.py", line 84, in <module>
    trainer = Training(input_data=args, args=[])
  File "C:\Users\SunLab\.conda\envs\deepinterpolation\lib\site-packages\argschema\argschema_parser.py", line 175, in __init__
    result = self.load_schema_with_defaults(self.schema, args)
  File "C:\Users\SunLab\.conda\envs\deepinterpolation\lib\site-packages\argschema\argschema_parser.py", line 276, in load_schema_with_defaults
    result = utils.load(schema, args)
  File "C:\Users\SunLab\.conda\envs\deepinterpolation\lib\site-packages\argschema\utils.py", line 418, in load
    results = schema.load(d)
  File "C:\Users\SunLab\.conda\envs\deepinterpolation\lib\site-packages\marshmallow\schema.py", line 707, in load
    postprocess=True,
  File "C:\Users\SunLab\.conda\envs\deepinterpolation\lib\site-packages\marshmallow\schema.py", line 867, in _do_load
    raise exc
marshmallow.exceptions.ValidationError: {'generator_params': {'steps_per_epoch': ['Unknown field.']}, 'test_generator_params': {'steps_per_epoch': ['Unknown field.']}}

test2

test

'''
(deepinterpolation) C:\Users\SunLab\Documents\FK\deepinterpolation\deepinterpolation_program_files\examples>python cli_example_tiny_ephys_training.py
2022-01-31 12:31:14.849236: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2022-01-31 12:31:14.849335: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
WARNING:root:train_path has been deprecated and is to be replaced by data_path as generators can be used for training and inference. We are forwarding the value but please update your code.
WARNING:root:pre_post_frame has been deprecated and is to be replaced by pre_frame and post_frame. We are forwarding the value but please update your code.
WARNING:root:train_path has been deprecated and is to be replaced by data_path as generators can be used for training and inference. We are forwarding the value but please update your code.
WARNING:root:pre_post_frame has been deprecated and is to be replaced by pre_frame and post_frame. We are forwarding the value but please update your code.
Traceback (most recent call last):
File "cli_example_tiny_ephys_training.py", line 84, in
trainer = Training(input_data=args, args=[])
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\argschema\argschema_parser.py", line 175, in init
result = self.load_schema_with_defaults(self.schema, args)
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\argschema\argschema_parser.py", line 276, in load_schema_with_defaults
result = utils.load(schema, args)
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\argschema\utils.py", line 418, in load
results = schema.load(d)
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\marshmallow\schema.py", line 707, in load
postprocess=True,
File "C:\Users\SunLab.conda\envs\deepinterpolation\lib\site-packages\marshmallow\schema.py", line 867, in _do_load
raise exc
marshmallow.exceptions.ValidationError: {'generator_params': {'steps_per_epoch': ['Unknown field.']}, 'test_generator_params': {'steps_per_epoch': ['Unknown field.']}}
'''

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.