Karol Majek
Karol Majek
I am back! I installed it in AWS. While trying to convert model I get: ``` bonnetal/train/tasks/segmentation$ ./make_deploy_model.py -p ~/mapillary_mobilenetsv2_aspp_res_512_os8_34 -l /tmp ---------- INTERFACE: model path /home/ubuntu/mapillary_mobilenetsv2_aspp_res_512_os8_34 log dir /tmp...
Do you know: - first order motion model - Avatarify
that's separate script: `https://github.com/rwightman/pytorch-image-models/blob/master/avg_checkpoints.py`
I build it with PCL 1.10 on Ubuntu 20.04, ROS Noetic C++14 (changed all CMakeLists.txt) when I run: ``` roslaunch livox_ros_driver livox_lidar_msg.launch ``` 2nd terminal: ``` roslaunch lio_livox horizon.launch ```...
No Tried docker with 18.04, but I had a problem with X. Finally I'm just waiting to check it on a different laptop with 18.04, melodic (I heard it was...
Agree with PS: ("model._predict") Traceback (most recent call last): File "generate.py", line 59, in sequence_length=max_seq_len, data_variance=X_var, data_mean=X_mean) File "GRUV/gen_utils/sequence_generator.py", line 13, in generate_from_seed seedSeqNew = model._predict(seedSeq) #Step 1. Generate X_n...
We plan to release easy to install version (without MooseFS on the host system), we are still working on it. Can you share your experience with Docker Swarm? You can...
Good news @darkl0rd @eleaner We just released new version https://github.com/moosefs/docker-volume-moosefs/releases/tag/v0.2.0 Now the driver will create a subdirectory (with the name of the volume) in the mountpoint for each volume Does...
I see you can install lizardfs plugin this way, I will try to port this. Thanks @zicklag for the link!
for 2 outputs I modified @rolare sample: ``` to_pass = SimpleNamespace(**{ 'values': np.array(shap_values[0].values[:,0]), 'data': np.array(shap_values[0].data), 'feature_names': feature_names, 'base_values': shap_values[0].base_values[0] }) shap.plots.waterfall(to_pass) to_pass = SimpleNamespace(**{ 'values': np.array(shap_values[0].values[:,1]), 'data': np.array(shap_values[0].data), 'feature_names': feature_names,...