Siddharth Das

Results 14 comments of Siddharth Das

I would like to do that. Where should I add those?

> I can confirm this issue on M1 mac. Thanks for the detailed info. Same issue on M1 pro. I had installed pybind11 for another project.

@remyavijeesh22 Use `g_loss = tf.reduce_mean(tf.nn.sigmoid_cross_entropy_with_logits(logits = disc_fake_image_logits, labels = tf.ones_like(disc_fake_image)))` instead of `g_loss = tf.reduce_mean(tf.nn.sigmoid_cross_entropy_with_logits(disc_fake_image_logits, tf.ones_like(disc_fake_image)))`

I am using the icp_advance_api.py code in examples/python with default.yaml on my own dataset. Here are the transformation matrix values after each execution - ``` [[ 0.23931442 -0.17084752 -0.95579267 2.5380044...

@mkcreviews Did you find a fix?

I am facing the same issue. Did you find any solution?

> TypeError: Cannot convert a list containing a tensor of dtype to (Tensor is: ) Did you find a solution?

same error ``` sh c3d_sport1m_feature_extraction_video.sh c3d_sport1m_feature_extraction_video.sh: 3: c3d_sport1m_feature_extraction_video.sh: ../../build/tools/extract_image_features.bin: not found ``` after removing .bin ``` c3d_sport1m_feature_extraction_video.sh: 3: c3d_sport1m_feature_extraction_video.sh: ../../build/tools/extract_image_features: not found ```

@anurag-priyadarshi @CorgJR Did you guys find any solution to this?