Cyrus Asfa
Cyrus Asfa
I fixed this by changing the link flags in the build settings. Go to build settings in Xcode and change `-lpython2.7m` to `-undefined dynamic_lookup` in 'Other Linker Flags' Refer to...
When creating a nexus object in a React `componentDidMount()` I get the following error > NexusUI.js:970 > Uncaught TypeError: Cannot set property 'width' of undefined at e.value (NexusUI.js:970) at e...
> Maybe pre-training with a softmax loss could help. Hi Olivier, I considered this approach to try learning some supervised representation from the data, then refining it with triplet learning....
> The pretraining approach is just to get a good embedding with a softmax loss, since this loss is very stable and you should be able to converge. > >...
Ok thanks. I more wanted to ask if the embedding's activation should be linear instead of ReLu, which I have seen mentioned before
> If you are working with images stored in jpg files for instance, you can apply `tf.data.experimental.choose_from_datasets` only on the filenames and labels (which should be very fast), and then...
> @MuawizChaudhary LMK if/when you need a new review now
looks good to me. only thing I notice is that `prepare_urmp_dataset_lib.parse_example` expects TFRecords. Will these `TFRecords` or the code to produce them also be available?
strange, i though #899 fixed this?
> these should all be aligned and the backend should regularize everything to numpy convention (which for stack means axis=0 by default) > […](#) Right. This turns out to not...