Harish Kashyap
Harish Kashyap
The tutorial isn't working anymore. How I so wish, people building their modules on pytorch also update their libraries to work with latest versions in general.
Appreciate yoir quick response on this. I certainly understand given the way pytorch keeps updating with breaking changes. Tensorflow is worse. This repo would be incredibly useful if it works...
+1 on this. Same issue on sample code with latest python.
+1 to this. This library didnt work on latest tensorflow 2.2+ and python3.8+. The older versions are missing links and so pip is also unable to find them. Best is...
just do api.route over your class instead of type=json class Test(fields.Raw): def format(self, value): return {'x': ['whatever']} test_fields = api.model('Test', { 'a': fields.String(required=True, description='...', example='an example'), 'b': Test(example="hey") }) use...
+1 . seems like I have to abandon using this module. just doesn't pip install on latest Mac. seems like not well maintained upto date.
Latest Mac OS X: Issue: no module named ._pcl. Resolved with removing _ from init file. from pcl import * worked.
@noirbizarre could we get an nginx and other sample configuration files uploaded with the examples as this is a common scenario.
+1. Can I obtain the training script?