Hi Jakob,
I just wanted to check your model that you used in here but when I tried to run model.py, I was first getting an error;
1- File "model.py", line 268, in plot_physics_model
train_dataset, valid_dataset , test_dataset = dataset_factory() #
ValueError: not enough values to unpack (expected 3, got 2)
then I realized when you use generate_training_test.py, we only get training and testing data so I removed valid_dataset. After I am running that it gave me another error but I do not know what to do can you check it out pls?
2- File "model.py", line 276, in plot_physics_model
model = SkynetModel(channels, num_features, image_size, out_channels, rsrp_mu = rsrp_mu, rsrp_std = rsrp_std)
TypeError: init() takes 2 positional arguments but 5 were given
I tried to run your train.py aswell and the code has also issues. That would be nice if you could check all of it. Also, could you to do me a favor and show me your model's summary? That would be very helpful,
Thanks in advance,
Mustafa BAL
Hi Jakob,
I just wanted to check your model that you used in here but when I tried to run model.py, I was first getting an error;
1- File "model.py", line 268, in plot_physics_model
train_dataset, valid_dataset , test_dataset = dataset_factory() #
ValueError: not enough values to unpack (expected 3, got 2)
then I realized when you use generate_training_test.py, we only get training and testing data so I removed valid_dataset. After I am running that it gave me another error but I do not know what to do can you check it out pls?
2- File "model.py", line 276, in plot_physics_model
model = SkynetModel(channels, num_features, image_size, out_channels, rsrp_mu = rsrp_mu, rsrp_std = rsrp_std)
TypeError: init() takes 2 positional arguments but 5 were given
I tried to run your train.py aswell and the code has also issues. That would be nice if you could check all of it. Also, could you to do me a favor and show me your model's summary? That would be very helpful,
Thanks in advance,
Mustafa BAL