You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run the "RGAN.py",there's an error said
" samples, pdf = GP(**data_options, kernel='rbf')
TypeError: GP() argument after ** must be a mapping, not NoneType".
While if i run the "data_utils.py",process finished with no wrong.
So,i want to know how to deal with the issue.Thanks very much.
The text was updated successfully, but these errors were encountered:
When i run the "RGAN.py",there's an error said
" samples, pdf = GP(**data_options, kernel='rbf')
TypeError: GP() argument after ** must be a mapping, not NoneType".
While if i run the "data_utils.py",process finished with no wrong.
So,i want to know how to deal with the issue.Thanks very much.
The text was updated successfully, but these errors were encountered: