Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Other Warning: This model contains a squeeze operation on dimension 1.....

Discussion in 'ML-Agents' started by NanushTol, Jan 3, 2023.

  1. NanushTol

    NanushTol

    Joined:
    Jan 9, 2018
    Posts:
    92
    I'm getting this warning message in the console when using a vector sensor with a Goal observation type,
    Is this a bug or am I missing something?


    symbolic_opset9.py:598: UserWarning: This model contains a squeeze operation on dimension 1. If the model is intended to be used with dynamic input shapes, please use opset version 11 to export the model.
    warnings.warn("This model contains a squeeze operation on dimension " + str(squeeze_dim) + ". If the model is " +
     
    Last edited: Jan 3, 2023
  2. hughperkins

    hughperkins

    Joined:
    Dec 3, 2022
    Posts:
    175
    I feel like you might get more answers potentially if you provide the minimum set of code to reproduce the problem.
     
  3. NanushTol

    NanushTol

    Joined:
    Jan 9, 2018
    Posts:
    92
    yeah I thought maybe its something someone encountered, anyway I've moved on to a different setup,
    Thank :)